Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 1.73 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0 (2022-11-22)

Features

  • Require rxjs 7.5, update all deps (#47) (851c940) by @yuqiora

2.2.1 (2022-10-14)

Note: Version bump only for package @spicy-hooks/observables

2.2.0 (2022-06-09)

Features

2.1.2 (2022-01-05)

Bug fixes

  • Support recent versions of React

2.0.2 (2020-12-01)

Bug fixes

  • Make the concurrent* operators unsubscribe from source (#37) @goce-cz

2.0.0 (2020-11-06)

Breaking changes

  • Use Object.is as the default equality function of usePartialSnapshot (#25) @goce-cz

1.0.1 (2020-10-09)

Bug fixes

  • Remove labeled tuples for improved compatibility with older TS versions (#20) @goce-cz

1.0.0 (2020-10-09)

Breaking changes

  • Polish code and complete basic TSDoc comments (#17) @goce-cz

Features / enhancements

  • Add high level docs (#15) @goce-cz
  • Generate typedoc docs and upload them to S3 (#8) @goce-cz

Bug fixes

  • Group all compiled output in lib folder (#6) @goce-cz

0.0.1 (2020-10-05)

Features / enhancements

  • Add high level concepts (#1) @goce-cz