Skip to content

Releases: extend-chrome/jest-chrome

Adding Jest v27

12 Aug 15:27
Compare
Choose a tag to compare
  • Merge pull request #12 from Belco90/patch-1 eedb853
  • chore: add jest v27 to peer dependencies 098a3f2

v0.7.1...v0.7.2

Bumping peer dependency

29 Apr 21:11
Compare
Choose a tag to compare

Thanks @mattcasey for the PR!

  • chore: update lock file 265fb5d
  • Merge pull request #10 from mattcasey/update-dep 11b6a09
  • bump jest peer dependency 7c77e07

v0.7.0...v0.7.1

Getting sets of internal listeners

27 Jul 21:49
Compare
Choose a tag to compare

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.

v0.6.0...v0.7.0

Moving to a new organization: @extend-chrome

10 Jun 16:02
Compare
Choose a tag to compare

This release marks our move to a new organization: extend-chrome!

  • Merge pull request #4 from bumble-org:migrate-to-extend-chrome 3545913
  • Add Contributions section to README 37f5e64
  • Update files with new names - new organization name - new npm package name 673eb7b
  • Update changelog ed5fbdb
  • Remove npm preversion script 0fe5b70

v0.5.3...v0.6.0

Testing our build files

29 May 15:03
Compare
Choose a tag to compare

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.

  • Update package scripts 4c34527
  • Merge pull request #2 from bumble-org:fix-build-bug d357e00
  • Update package deps Remove unused deps Sort package.json 34602dd
  • Fix build config Add lib folder tests 14b2ce6

v0.5.2...v0.5.3

Updating @types/chrome

21 May 14:31
Compare
Choose a tag to compare

This release supports an update of @types/chrome

  • Configure for rollup plugin typescript build 732983e
  • Update to support bugfix in @types/chrome 8662493
  • Update npm deps da9a0b9

v0.5.1...v0.5.2

Better build process

12 Mar 19:25
Compare
Choose a tag to compare

This release fixes a problem with the build process.

  • Merge branch 'master' of github.com:bumble-org/jest-chrome 9c464e0
  • Refactor file structure & build steps 023eb6a
  • Refactor file structure & build steps 8c95823

v0.5.0...v0.5.1

v0.5.0

12 Mar 18:52
Compare
Choose a tag to compare

v0.4.0...v0.5.0