Skip to content

Latest commit

 

History

History
95 lines (65 loc) · 3.08 KB

CHANGELOG.md

File metadata and controls

95 lines (65 loc) · 3.08 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.

v3.0.1 - 2024-03-18

Security

  • Updated security and other dependencies

v3.0.0 - 2023-06-21

BREAKING CHANGE

  • rxjs dependency: moved rxjs to peerDependencies and will support rxjs@^7.8.1
  • typescript dependency: bump typescript@^3.9.7 to typescript@^4.9.5

Security

  • Updated security and other dependencies

v2.2.1 - 2021-04-22

Security

  • Updated security and other dependencies

v2.2.0 - 2020-12-10

Added

  • a package.json#browser field and a rollup build to ES modules

Security

  • Updated security and other dependencies

v2.1.0 - 2020-05-26

Added

  • base-store: add previous state to returned state object

v2.0.1 - 2020-04-25

Deprecated

  • Use dispatch(state) instead of _dispatch(state)

Changed

  • Update README doc with all API methods for maps and store

BREAKING CHANGE

  • rxjs dependency: moved rxjs to peerDependencies and will support rxjs@^6.0.0

Changed

  • README: updated install instructions

Added

  • BaseStore/recipe: added a dynamic base-store example

Added

  • BaseStore utility class which is a loose implementation of redux's state management
  • Documentation for BaseStore

Fixed

  • Interface import in ObservableMap and ReplayMap that was throwing an error when being used by 3rd party applications

Changed

  • Documentation: added install instructions
  • Dev-Deps

Security

  • Bump codecov

Added

  • CHANGELOG

Changed

Added

  • Observable, Behavior, and Subject maps
  • Documentation

Added

  • Initial release
  • README