Skip to content

Releases: abritinthebay/jest-tobetype

v1.3.0

12 Aug 18:28
Compare
Choose a tag to compare

v1.3.0

No breaking changes.

Minor Changes

  • enabled 'setupFilesAfterEnv' in jest config file (thanks to @eddie0329)
  • TypeScript support (shouldn't error due to TS not liking extend)

Patch Changes

  • Updated some dependancies for security purposes, minor or patch updates.

v1.2.0

20 Sep 19:50
Compare
Choose a tag to compare

Change Log:

  • Updated dependancies - adds Date type support! (hence the minor version update)
  • Fixes issues discovered by npm's security audit. Nice work npm team.
  • Adds a .npmignore file so I'm not cluttering up your disk with the tests.

v1.1.0

10 Oct 19:10
Compare
Choose a tag to compare

Change Log:

  • Fixes some syntax errors
  • Prettier error messages (uses FH's Jest tooling, added as dependency. Thanks to @SimenB)
  • Supports more types (Boolean, Symbol, etc - again thanks to @SimenB)