- fix build for UMD
- fix: useAbortSignal to work with React 18 #35
- feat: support recursive dispatching async actions #26
- Modern build
- Fix package.json properly for ESM
- Avoid initializing AbortController repeatedly
- Improve isClient detection for useIsomorphicLayoutEffect
- Support abortability
- New API for async action handlers [BREAKING CHANGE]
- Update only README
- Make ExportAction type omittable
- Support getState
- Improve typings (breaking change)
- Improve and simplity typing
- Better typing and better type inference in examples
- Better typing and checking type property existence
- Initial release