Releases: philipp-spiess/react-recomponent
Releases · philipp-spiess/react-recomponent
v1.0.0-rc.3
- Added TypeScript definitions. (#12)
v1.0.0-rc.2
v1.0.0-rc.1
- Breaking: Removes the deprecated class-property
reducer
option. (#10) - Breaking: Update Flow type definitions to require all actions to be typed as a union type, instead of simply providing the action types. (#7)
- Breaking: Prefixes unstable API with
unstable_
to follow React's naming conventions. This only affects the Immutable.js-specific API which is currently not documented. (#11)
v0.2.0
v0.1.3
- Avoids re-rendering when emitting the
NoUpdate
orSideEffects
effects.
v0.1.2
- Updates examples to make use of React's default way of setting initial state.
- Renames
initialState
toinitialImmutableState
to make it clear this is only used for the experimental Immutable.js support (this feature is undocumented yet - please have a look into the tests to learn more).
v0.1.1
- Adds module bundling to fix issues when importing this library via npm.
- Uses
process.env.NODE_ENV
for determining production environment instead of__DEV__
.
v0.1.0
- Adds Flow type definitions.