Skip to content

Releases: philipp-spiess/react-recomponent

v1.0.0-rc.3

14 Oct 12:26
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release
  • Added TypeScript definitions. (#12)

v1.0.0-rc.2

03 Oct 21:18
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release
  • Breaking: Remove Unstable Immutable.js API. (#17)
  • Upgrades development dependencies. (#18)

v1.0.0-rc.1

22 Jul 11:02
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • 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

22 Jul 10:59
Compare
Choose a tag to compare
  • Deprecates the class-property reducer in favor of a static reducer to limit side-effects. (#4)
  • Side effect callbacks now get a reference to the component instance passed as their first argument. This will allow access to a components properties. (#4)

v0.1.3

10 Jun 09:09
Compare
Choose a tag to compare
  • Avoids re-rendering when emitting the NoUpdate or SideEffects effects.

v0.1.2

10 Jun 08:10
Compare
Choose a tag to compare
  • Updates examples to make use of React's default way of setting initial state.
  • Renames initialState to initialImmutableState 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

08 Jun 23:04
Compare
Choose a tag to compare
  • 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

06 Jun 23:58
Compare
Choose a tag to compare
  • Adds Flow type definitions.