Skip to content

Releases: PrestaShopCorp/nestjs-geteventstore

5.0.11

14 Feb 09:17
Compare
Choose a tag to compare
add some export, improve example

5.0.10

10 Feb 16:04
Compare
Choose a tag to compare
bump version v5.0.10

5.0.9

09 Feb 17:22
Compare
Choose a tag to compare
bump version to v5.0.9

5.0.8

09 Feb 17:18
Compare
Choose a tag to compare
bump version to v5.0.8

5.0.7

09 Feb 16:58
Compare
Choose a tag to compare
rollback and bump v5.0.7

5.0.6

09 Feb 16:20
Compare
Choose a tag to compare
adding created_at to the event metadata and bump v5.0.6

5.0.5

09 Feb 15:45
Compare
Choose a tag to compare
adding created_at to the event metadata

5.0.4

09 Feb 15:37
Compare
Choose a tag to compare
adding created_at to the event metadata

1.7.0

18 Jan 15:59
Compare
Choose a tag to compare

This branches bumps dependencies and peerDependencies to extend support for users with 1.x branch using RXJS 7.

Disclaimer: 1.x support will be dropped at the same time of the official release of RXJS v8, we do not aim at creating unit tests at this point (there ain't any for 1.x).

4.1.3 Fix unresolved events handling

13 Apr 09:45
14ec72d
Compare
Choose a tag to compare

When subscribing to direct stream (the one where the event is posted), the event is not resolved as a link (so isResolved === false)

See: #101