Skip to content

Files

Latest commit

94d1aa9 · Oct 15, 2021

History

History
47 lines (21 loc) · 2 KB

CHANGELOG.md

File metadata and controls

47 lines (21 loc) · 2 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.7 (2021-10-15)

Bug Fixes

  • prevent piling up projections on every aggregateAll call (#9) (c68b36d)

0.0.6 (2021-10-14)

Bug Fixes

  • projections must not be shared between store instances (#8) (9b6cfa4)

0.0.5 (2021-10-13)

Features

  • return event stream after append (#7) (b04f089)

0.0.4 (2021-10-11)

0.0.3 (2021-10-09)

Features

  • optimistic concurrency check (#5) (456569b)

0.0.2 (2021-09-30)

Features

0.0.1 (2021-09-09)

Features

  • append/read events, build projections (fd09895)