Releases: abritinthebay/jest-tobetype
Releases · abritinthebay/jest-tobetype
v1.3.0
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
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.