@sampettersson/constate
Version:
Yet another React state management library that lets you work with local state and scale up to global state with ease
57 lines (22 loc) • 1.53 kB
Markdown
<a name="0.8.2"></a>
## [0.8.2](https://github.com/diegohaz/constate/compare/v0.8.1...v0.8.2) (2018-09-10)
### Features
* **typescript:** Export `ProviderProps` type from Provider component ([#41](https://github.com/diegohaz/constate/issues/41)) ([ab132f6](https://github.com/diegohaz/constate/commit/ab132f6))
<a name="0.8.1"></a>
## [0.8.1](https://github.com/diegohaz/constate/compare/v0.8.0...v0.8.1) (2018-08-29)
### Bug Fixes
* Make Container work on server side ([#40](https://github.com/diegohaz/constate/issues/40)) ([9ed0e7b](https://github.com/diegohaz/constate/commit/9ed0e7b)), closes [#38](https://github.com/diegohaz/constate/issues/38)
<a name="0.8.0"></a>
# [0.8.0](https://github.com/diegohaz/constate/compare/v0.7.2...v0.8.0) (2018-08-23)
### Features
* Rewrite the library in TypeScript ([#36](https://github.com/diegohaz/constate/issues/36)) ([de1cd09](https://github.com/diegohaz/constate/commit/de1cd09))
### BREAKING CHANGES
* Experimental `mount` module has been removed.
<a name="0.7.2"></a>
## [0.7.2](https://github.com/diegohaz/constate/compare/v0.7.1...v0.7.2) (2018-07-20)
### Bug Fixes
* onUpdate should be called if shouldUpdate returns true ([446c871](https://github.com/diegohaz/constate/commit/446c871))
<a name="0.7.1"></a>
## [0.7.1](https://github.com/diegohaz/constate/compare/v0.7.0...v0.7.1) (2018-07-10)
### Features
* Add shouldUpdate ([#32](https://github.com/diegohaz/constate/issues/32)) ([88d49f8](https://github.com/diegohaz/constate/commit/88d49f8))