Skip to content

Latest commit

 

History

History
185 lines (73 loc) · 7.28 KB

CHANGELOG.md

File metadata and controls

185 lines (73 loc) · 7.28 KB

0.10.0-beta.0 (2021-07-01)

Features

0.9.0 (2021-06-16)

0.9.0-beta.0 (2021-06-10)

Features

  • update RxJS dependencies to 7.x.x (#67) (a7fb790)

BREAKING CHANGES

  • 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)

Bug Fixes

  • use lodash for internal isEqual check (#65) (76bd638)

0.8.0 (2021-02-18)

Code Refactoring

BREAKING CHANGES

  • 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)

Bug Fixes

  • remove warning for spec with no expectations (#60) (aa28304), closes #59

Features

0.6.0 (2019-10-19)

Features

  • export environment setup function for jasmine and remove module exports check (#41) (b57472a), closes #21 #37 #40

0.5.0 (2019-04-15)

chore

  • update RxJS dependencies to 6.4.x (d530594)

Features

  • add support for time progression syntax (#38) (2f28eb3), closes #30

BREAKING CHANGES

  • Minimum dependency on RxJS is now 6.4.x

0.4.1 (2018-11-28)

Bug Fixes

0.4.0 (2018-09-13)

Bug Fixes

  • lib: Change script for main entry point (#18) (f3f3f74)

Features

0.3.0 (2018-03-27)

Features

  • deps: Add support for RxJS 6 (8085938)
  • subscriptions: add ability to test subscriptions (f6f06ee)

BREAKING CHANGES

  • 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)

Features

  • matcher: Update comparative output for observable matcher (#7) (31f6b76)

0.1.0 (2017-07-18)

0.0.2 (2017-02-27)

Bug Fixes

  • Release with CommonJS modules (4e5358c)

0.0.1 (2017-02-27)