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
- Updated dependencies to support [email protected] and [email protected] (and consequently Angular@13 in cases where
rxjs-observable-store
package is used in Angular projects).
3.0.4 - 2020-08-20
- Removed one level of overloads for
patchState
/onChanges
methods to preventerror TS2589: Type instantiation is excessively deep and possibly infinite.
error when usingrxjs-observable-store
with TypeScript versions above3.9.x
.
3.0.3 - 2020-06-30
- Update
author
inpackage.json
.
3.0.2 - 2020-06-30
- Build CommonJS and ESM versions of rxjs-observable-store package.
3.0.1 - 2020-06-29
- Changed all references from https://jurebajt.com to https://georgebyte.com.
3.0.0 - 2020-06-29
- Added
onChanges
method toStore
.
- Built the rxjs-observable-store package with TypeScript version 3.6.5.
2.0.4 - 2019-12-03
- Downgraded TypeScript version to 3.5.3.
2.0.3 - 2019-12-03
- Downgraded TypeScript version to 3.6.3.
2.0.2 - 2019-12-03
- Updated dependencies.
2.0.1 - 2019-09-09
- Updated README to include TypeScript version requirement.
- Added
patchState
method toStore
. - Added CHANGELOG file.
- Improved unit tests' coverage.
- Updated npm dependencies.
- Updated README with API documentation and better usage example.