Changes¶
Version 0.3¶
- Remove testing module from wdom package
- Rename rimo.js to wdom.js
Version 0.2.1 (2017-08-11)¶
- Change metadata
Version 0.2.0 (2017-08-11)¶
- 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 fromwdom.testing
towdom.misc
- Improve auto-reload sequence
- Parse html using custom elements * Find elements from customElementsRegistory
- Move non-standard tag classes from
wdom.tag
towdom.themes
- Add
wdom.tag.RawHtmlNode
class - Support more events
- Keyboard event support
- Document/Window level event support
- Drag and drop event support
Version 0.1.8 (2017-07-23)¶
- Raise warning if python version is < 3.5
- Improve HTML parsing
- Don’t send events to unmounted DOM
- Send multiple WS messages once
Version 0.1.7 (2017-07-21)¶
- Update PyPI metadata
- Add shortcut functions (
server.start()
anddocument.set_app()
)
Version 0.1.6 (2017-07-21)¶
- Drop aiohttp support
Version 0.1.5 (2017-06-03)¶
- Tentatively disable aiohttp
- Catch up recent updates
- Add Concise CSS
Version 0.1.4 (2016-05-20)¶
- Examples are executable by one file
- Upload document to readthedocs
Version 0.1.3 (2016-05-17)¶
- (bug fix) Add dependency of mypy-lang for python < 3.5
Version 0.1.2 (2016-05-15)¶
TestCase.wait
methods take two argument,timeout
andtimes
.- Add
wait_until
method andtimeout
class variable onTestCase
. - Default value of
TestCase.wait_time
is same as local and travis ci. If longer wait time is required on travis, changewait_time
on each test case. - Support access log on aiohttp server
Version 0.1.1 (2016-05-15)¶
- minor update on meta data
Version 0.1 (2016-05-15)¶
First public release.