- Misc optimizations
- Dependencies updated
- Add missing option when preparing npm package
- Allow to pass a promise to the dispatch function.
- Upgrade dts-cli to version 1.1.x
- Add missing export
- Add useIsomorphicLayoutEffect to support SSR
- Update dependencies
- Fixed type declarations
- Don't include source files in the NPM package
- Updated dependencies
- Switched from tsdx to dts-cli, because the former is no longer actively maintained
- Updated dependencies
- Update dependencies to fix dependabot alerts
- Added a new plugin to connect to the Redux DevTools.
- Minor tweaks to the documentation.
- Completely overhauled typescript's types. Hopefully they are much better now.
- Updated various dependencies, like typescript and tslib.
- Converted tests from javascript to typescript.
- Added a new plugin to connect to the Redux DevTools.
- Minor tweaks to the documentation.
- Completely overhauled typescript's types. Hopefully they are much better now.
- Updated various dependencies, like typescript and tslib.
- Converted tests from javascript to typescript.
- There are no changes in this release, I just messed up with npm publish, so I need to bump version number...
- The onBeforeUpdate function gets an extra parameter telling if the auto-save timer is active.
- Completely overhauled the plugin API. Extending the store should now be much easier.
- Save immediately on unmount if there's an auto-save timer active.
- Don't trigger a render during onBeforeUpdate if the save function is not asynchronous.
- Fix reducer setup which was run too late under certain circumstances.
- Fixed documentation on how to use the container.
- Fixed auto-save after container unmount
We are probably ready for our debut, so let's bump the version number to 1.0.0!
- Pass
childrento the wrapped Component.
- Fixed a link in the documentation.
- Just tried to refine the module a bit.
- A couple more unit tests.
- First draft for the documentation about extending the store. Still missing a working demo, but I think it was delayed enough.
- Allow to set 0 as the delay for auto-save.
- Fixed an edge case for auto-save with onBeforeUpdate().
- withUndoRedo: Replaced the option
stateKeywithgetState/setState. This should improve decoupling from the state implementation. - Various fixes and improvements to the documentation.