Releases: extend-chrome/jest-chrome
Adding Jest v27
Bumping peer dependency
Thanks @mattcasey for the PR!
Getting sets of internal listeners
This version adds a method to Events to get a shallow copy of the internal listeners Set. Changes to this Set will not modify the internal set, but if fine-grained assertions are required, or if you've done something crazy like wrapping the Chrome API Event objects, this feature will provide some relief.
Also, there was a runtime type check during calls to Event#callListeners, which was not tested and was sometimes wrong. This has been removed.
Moving to a new organization: @extend-chrome
This release marks our move to a new organization: extend-chrome
!
Testing our build files
This release fixes the last release, whose build was broken by a new stricter version of the @rollup/plugin-typescript
.
We're now testing our JS build files as well as the TS source files, so this shouldn't be a problem again.
Version 0.5.2 has been deprecated on NPM.