Skip to content

Releases: bakerface/dynamodb-event-store

v2.2.0: add an about section

05 Feb 15:53
Compare
Choose a tag to compare
Added an about section to the README to help explain the purpose of
this package.

v2.1.0: add travis configuration

05 Feb 15:40
Compare
Choose a tag to compare
Added Travis CI configuration and CodeClimate reports.

v2.0.0: remove counter

05 Feb 15:38
Compare
Choose a tag to compare
Removed the need for an atomic counter for the commitId by combining
the committedAt and aggregateId properties. This assumes that a single
aggregate will not have more than one commit per millisecond. In practice
this should hold true as a version conflict would likely occur. In
addition, callbacks were removed and promises used instead. The AWS
object has been exposed to allow for custom Promise implementations.

v1.0.0: append, query, scan

05 Feb 15:12
Compare
Choose a tag to compare
Added basic functionality.