Skip to content

Latest commit

 

History

History
94 lines (54 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

94 lines (54 loc) · 2.55 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.1.0 - 2022-02-08

Changed

3.0.4 - 2020-08-20

Changed

  • Removed one level of overloads for patchState/onChanges methods to prevent error TS2589: Type instantiation is excessively deep and possibly infinite. error when using rxjs-observable-store with TypeScript versions above 3.9.x.

3.0.3 - 2020-06-30

Changed

  • Update author in package.json.

3.0.2 - 2020-06-30

Added

  • Build CommonJS and ESM versions of rxjs-observable-store package.

3.0.1 - 2020-06-29

Changed

3.0.0 - 2020-06-29

Added

  • Added onChanges method to Store.

Changed

  • Built the rxjs-observable-store package with TypeScript version 3.6.5.

2.0.4 - 2019-12-03

Changed

  • Downgraded TypeScript version to 3.5.3.

2.0.3 - 2019-12-03

Changed

  • Downgraded TypeScript version to 3.6.3.

2.0.2 - 2019-12-03

Changed

  • Updated dependencies.

2.0.1 - 2019-09-09

Changed

  • Updated README to include TypeScript version requirement.

2.0.0 - 2019-09-09

Added

  • Added patchState method to Store.
  • Added CHANGELOG file.

Changed

  • Improved unit tests' coverage.
  • Updated npm dependencies.
  • Updated README with API documentation and better usage example.