Skip to content

Releases: ocoda/event-sourcing

Release 1.0.0-beta.5

12 Oct 21:01
Compare
Choose a tag to compare
Release 1.0.0-beta.5 Pre-release
Pre-release
  • Merge pull request #30 from ocoda/renovate/nest-monorepo (ed4002b)
  • chore(deps): update nest monorepo to v9.1.4 (2b60c53)
  • Merge pull request #28 from ocoda/renovate/swc-core-1.x (154f59a)
  • Merge pull request #32 from ocoda/multi-snapshot-retrieval (82e3bb5)
  • chore(deps): update dependency @swc/core to v1.3.7 (51f2b9c)
  • ♻️ fix merge conflict (5f96c8a)
  • ✅ test the aggregate load-many method (a4a553a)
  • ♻️ refactor the in-memory and mongodb snapshot stores (dd4b848)
  • ✨ add an implementation to test the snapshot-handler loadMany method (91d1abc)
  • ♻️ make the snapshot handler loadMany return envelopes (a7f3f10)
  • ♻️ fix query handler exception message (44684a3)
  • ✨ allow to fetch all latest snapshots (d1ec025)
  • ➕ add faker as a dev dependency (8927fae)
  • 🔧 also format and lint the example (01761c8)
  • 🥅 add an exception for when snapshot metadata is not provided (12cfb13)
  • ✨ add snapshot metadata helper (4e7c4ea)
  • ✨ implement the getLatestSnapshots method on the mongodb snapshot-store (6a79346)
  • ✨ define what the getLatestSnapshots method should look like (3cc23db)
  • 🚨 fix lint issues (d84b536)
  • ✅ test if a snapshot store returns all latest events for every aggregate stream (d559caf)
  • ✨ make the snapshot handler store a snapshot at aggregate version 1 (17509c6)
  • 📝 describe the purpose of the snapshot-handler (d3b3554)
  • ✨ add a getter on a snapshot-stream for retrieving the aggregate name (400f45a)
  • ♻️ replace localhost with 127.0.0.1 (dbdfff2)
  • Merge pull request #29 from ocoda/renovate/jest-monorepo (0e4d663)
  • Merge pull request #31 from ocoda/renovate/aws-sdk-js-v3-monorepo (f7d4370)
  • chore(deps): update aws-sdk-js-v3 monorepo to v3.186.0 (a1112fd)
  • chore(deps): update dependency @types/jest to v29.1.2 (82f4bbf)

Release 1.0.0-beta.4

05 Oct 18:21
Compare
Choose a tag to compare
Release 1.0.0-beta.4 Pre-release
Pre-release
  • Merge pull request #27 from ocoda/fix-npm-ignore (15a4f97)
  • 🙈 ignore example directory when publishing (51b6fdd)
  • Merge pull request #26 from ocoda/fix-docs (45661e8)
  • 📝 update eventStore getEvents example in the readme (4756b75)

Release 1.0.0-beta.3

05 Oct 17:53
Compare
Choose a tag to compare
Release 1.0.0-beta.3 Pre-release
Pre-release
Release 1.0.0-beta.3

Release 1.0.0-beta.1

01 Oct 09:46
Compare
Choose a tag to compare
Release 1.0.0-beta.1 Pre-release
Pre-release
  • Merge pull request #21 from ocoda/fix-beta-release-peer-dependencies (d798b47)
  • 🔧 mark the dynamodb and mongodb peer-dependencies as optional (4f6fcbf)