All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.10 (2022-05-30)
0.3.9 (2022-05-30)
0.3.8 (2022-05-26)
- pg-provider: fix a typo in the event store provider (88c2cfc)
0.3.7 (2022-05-25)
- enhancer: exclude internal events from id check (a584338)
- queue: use redux event id to prevent out of order processing (791124d)
0.3.6 (2021-07-18)
- migration: add missing migration file to package.json files (fa0602b)
0.3.5 (2021-07-18)
0.3.4 (2021-07-18)
0.3.3 (2021-07-18)
0.3.2 (2021-07-18)
- raiseevent: fix a bug with raiseEvent wherein it could resolve early (c8b13b4)
0.3.1 (2021-07-17)
0.3.0 (2021-07-16)
- large event payload support: There is a new database migration that will have to be run in order to use the postgres provider.
- large event payload support: add support for large event payloads greater than 8000 bytes (0c9d735)
0.2.0 (2021-06-27)
- redux-enhancer: Changed several user facing APIs in the provider and initialiser.
- redux-enhancer: add a redux enhancer and return state after raising event (71201fa)