Skip to content

Latest commit

 

History

History
69 lines (33 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

69 lines (33 loc) · 2.82 KB

Changelog

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)

Bug Fixes

  • pg-provider: fix a typo in the event store provider (88c2cfc)

0.3.7 (2022-05-25)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • raiseevent: fix a bug with raiseEvent wherein it could resolve early (c8b13b4)

0.3.1 (2021-07-17)

0.3.0 (2021-07-16)

⚠ BREAKING CHANGES

  • large event payload support: There is a new database migration that will have to be run in order to use the postgres provider.

Bug Fixes

  • large event payload support: add support for large event payloads greater than 8000 bytes (0c9d735)

0.2.0 (2021-06-27)

⚠ BREAKING CHANGES

  • redux-enhancer: Changed several user facing APIs in the provider and initialiser.

Features

  • redux-enhancer: add a redux enhancer and return state after raising event (71201fa)

0.1.1 (2021-06-26)