0.9.2 (2022-03-02)
0.9.1 (2021-09-28)
0.10.0-beta.0 (2021-07-01)
0.9.0 (2021-06-16)
0.9.0-beta.0 (2021-06-10)
- Minimum dependencies for TypeScript and RxJS have been updated.
BEFORE:
Minimum dependencies: TypeScript 4.1.x RxJS 6.5.x
AFTER:
Minimum dependencies: TypeScript 4.2.x RxJS 7.x.x
0.8.1 (2021-02-18)
0.8.0 (2021-02-18)
- RxJS minimum peer dependency has been updated
BEFORE:
RxJS minimum peer dependency is ^6.4.0
AFTER:
RxJS minimum peer dependency is ^6.5.3
0.7.0 (2021-02-18)
- add better error reporting/tests/bug fixes (#55) (a1fca8d), closes #51 #11
- add proper types for matchers (#58) (89bf847)
0.6.0 (2019-10-19)
- export environment setup function for jasmine and remove module exports check (#41) (b57472a), closes #21 #37 #40
0.5.0 (2019-04-15)
- update RxJS dependencies to 6.4.x (d530594)
- Minimum dependency on RxJS is now 6.4.x
0.4.1 (2018-11-28)
- revert use of browser entry point (#35) (7a342b2)
- update types for jest.Matchers (#36) (939332b), closes #28
0.4.0 (2018-09-13)
- Add typings support for jest namespace (#29) (2bc640e)
- trim marbles string (#26) (6eb255b), closes #3
0.3.0 (2018-03-27)
- deps: Update peer dependency and import paths to RxJS v6
BEFORE: Depends on RxJS ~5.0.0
AFTER: Depends on RxJS ~6.0.0
0.2.0 (2017-10-09)
0.1.0 (2017-07-18)
0.0.2 (2017-02-27)
- Release with CommonJS modules (4e5358c)