v0.2.0
What's Changed
- Change values for the
eventPhase
ondefaultEvent
in #6 - In case of invalid query, fallback to
'not all'
in #7 - Include check on
globalThis
,global
, andwindow
for the polyfill. Also avoid setting global.window = global in #8 - Avoid mutating callbacks and storing on them the result of the previous match in #9
- ship cleanup functions in #10
- Tests & exports in #11
- add
jest-setup.cjs
in #12
Dev only:
- update microbundle in #5
Full Changelog: v0.1.4...v0.2.0