Releases: agilgur5/jest-without-globals
Releases · agilgur5/jest-without-globals
v0.0.3 -- support Jest 25 as a peerDep
Release
(pub): publish v0.0.3 -- support Jest 25 as a peerDep
improvements:
- Jest peerDep range now includes Jest 25
- Jest 25 is a non-breaking upgrade
internal:
- upgrade TSDX to v0.12.3
Changelog
- [
e5100cf028
] - (pub): publish v0.0.3 -- support Jest 25 as a peerDep (Anton Gilgur) - [
4fe0a46507
] - (deps): upgrade to tsdx v0.12.3 (Anton Gilgur) - [
646b1a8186
] - (deps): support Jest 25 as a peerDep (Anton Gilgur)
v0.0.2 -- hotfix jest peerDep versioning
Release
(pub): publish v0.0.2 -- hotfix jest peerDep versioning
bugfixes:
- fixes jest's peerDep versioning
documentation improvements:
- be explicit about the peer dep on jest to avoid potential confusion
Changelog
- [
e28d583e3e
] - (pub): publish v0.0.2 -- hotfix jest peerDep versioning (Anton Gilgur) - [
dbde4e32d2
] - (docs): better wording in Credits section (Anton Gilgur) - [
98dce7a1b4
] - (docs): explicitly mention that jest is a peerDep (Anton Gilgur) - [
286b44dfbe
] - (hotfix/pkg): jest@"23-24" -> jest@"23 - 24" (Anton Gilgur)
v0.0.1 -- the first version!
Release
(pub): publish v0.0.1 -- the first version!
- currently exports all of Jest's global methods, plus jest & expect:
- jest
- expect
- afterAll
- afterEach
- beforeAll
- beforeEach
- describe
- fdescribe
- xdescribe
- test
- it
- fit
- xtest
- xit
Changelog
- [
6a556b8671
] - (pub): publish v0.0.1 -- the first version! (Anton Gilgur) - [
d19086928e
] - (fix): resolve some renaming errors I didn't catch (Anton Gilgur) - [
8a4832ac1c
] - (docs): add initial README (Anton Gilgur) - [
890daba8eb
] - (test): add tests covering all the globals (Anton Gilgur) - [
b9cc97e23b
] - (feat): export all jest globals as named exports (Anton Gilgur) - [
321054d2be
] - initial commit (Anton Gilgur)