v1.0.0-alpha.6.1.0
Pre-release
Pre-release
solkimicreb
released this
21 Dec 17:40
·
12 commits
to master
since this release
Features
- Added elem.$hasAttribute method (added by attributes middleware).
- Added elem.$queue method (added by observe middleware). It queues a function to be executed together with the triggered observed functions.
Fixes
- Fixed
for in
loop and built in object (Map, Set, WeakMap, Date, etc) observation.
Performance
- Changed observed function execution to be always async (no more synchronous first run).