--------------------------
* **Python 3.4 is NOT Supported**
* Use async/await
* Add type hints (pass mypy check)
* Write docstrings (pass pydocstyle check)
* Enable ``python setup.py test``
* Moved ``suppress_logging`` function from ``wdom.testing`` to ``wdom.misc``
* Improve auto-reload sequence
* Parse html using custom elements
* Find elements from customElementsRegistory
* Move non-standard tag classes from ``wdom.tag`` to ``wdom.themes``
* Add ``wdom.tag.RawHtmlNode`` class
* Support more events
* Keyboard event support
* Document/Window level event support
* Drag and drop event support