v0.3.0-beta.2
Pre-release
Pre-release
What's Changed
- Remove useless check on
.has
before a.get
in #13 - [MediaState] fix
undefined
type in built file in #14 - Add test for
jest-setup
in #15 - test: add test case for multiple calls of listeners in #16
- patch: remove
tests/
and.github/
folders from npm in #17 - patch: add MIT license in #18
- minor: matches is now a getter in #19
- minor: set compilation target to node and drop UMD in #20
- minor: use
MediaQueryListEvent
instead of object + set it in global scope in #21 - minor: use
test.serial
+ mock in #22 - minor: Add
dispatchEvent
+ change all internals for better interop with different kind of listeners and withdispatchEvent
in #23 - minor: implement
onchange
in #24 - minor: implement
once: true
in #25
Full Changelog: v0.2.1...v0.3.0-beta.2