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.
v3.0.1 - 2024-03-18
- Updated security and other dependencies
v3.0.0 - 2023-06-21
- rxjs dependency: moved rxjs to
peerDependencies
and will supportrxjs@^7.8.1
- typescript dependency: bump
typescript@^3.9.7
totypescript@^4.9.5
- Updated security and other dependencies
v2.2.1 - 2021-04-22
- Updated security and other dependencies
v2.2.0 - 2020-12-10
- a
package.json#browser
field and a rollup build to ES modules
- Updated security and other dependencies
v2.1.0 - 2020-05-26
- base-store: add previous state to returned state object
v2.0.1 - 2020-04-25
- Use
dispatch(state)
instead of_dispatch(state)
- Update README doc with all API methods for maps and store
- rxjs dependency: moved rxjs to
peerDependencies
and will supportrxjs@^6.0.0
- README: updated install instructions
- BaseStore/recipe: added a dynamic base-store example
- BaseStore utility class which is a loose implementation of redux's state management
- Documentation for BaseStore
- Interface import in
ObservableMap
andReplayMap
that was throwing an error when being used by 3rd party applications
- Documentation: added install instructions
- Dev-Deps
- Bump
codecov
- CHANGELOG
- Documentation
- Patch release on doc change (from this comment)
- Observable, Behavior, and Subject maps
- Documentation
- Initial release
- README