Skip to content

v6.0.0

Compare
Choose a tag to compare
@jmyrland jmyrland released this 18 Apr 16:13
fcb53b9

Easy Peasy 6.0.0 is here! Although, this is only considered a major release due to the stabilization of effectOn.

To migrate to 6.0.0, simply rename unstable_effectOn to effectOn and the Unstable_EffecOn type to EffectOn wherever they are used.

Also, big thanks to @damassi for his contribution to the persist api, which adds support for redux-persist-like migrations! migrations are a more flexible alternative to the default persist "merge strategies" for reconciling persisted state with model changes over time. You can read more about them here.

Breaking changes

  • feat: Release effectOn & prepare for v6.0.0 by @jmyrland in #813

Minor changes

Patches

Credits

Full Changelog: v5.2.0...v6.0.0