Skip to content
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 840 Bytes

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 840 Bytes

Changelog

v1.2.2

17-November-2016

Now .update() only trigger subscriptions only once even it has many keys.

v1.2.1

13-November-2016

Update the Webpackbin link for the React example.

v1.2.0

13-November-2016

Add a new set of API and few improvements.

  • Move eslint-plugin-react to the devDependancies. b9e1b78
  • Use Immutable as the internal data storage. PR1
  • Add an update API to update the multiple entries in the store. PR2
  • Add a way to register a new API. PR3

v1.1.0

08-November-2016

Add a way to expose defaults to the store via the constructor.

v1.0.0

08-November-2016

Initial Release.