Releases: shiftcode/dynamo-easy
Releases · shiftcode/dynamo-easy
v7.0.0-next.1
7.0.0-next.1 (2020-09-03)
Features
BREAKING CHANGES
- decorator:
@PartitionKeyUUID()
does no longer exist. Use@Property({ defaultValueProvider: uuidGeneratorFunction })
instead
v6.0.0
6.0.0 (2020-09-03)
Features
- empty-strings: drop empty string strictness to allow feature (c1b8a42)
BREAKING CHANGES
- empty-strings: empty strings are now valid dynamoDB values (see https://aws.amazon.com/about-aws/whats-new/2020/05/amazon-dynamodb-now-supports-empty-values-for-non-key-string-and-binary-attributes-in-dynamodb-tables/ for official statement) and thus they are mapped to and from db.
v6.0.0-pr91.1
6.0.0-pr91.1 (2020-06-12)
Features
BREAKING CHANGES
- decorator:
@PartitionKeyUUID()
does no longer exist. Use@Property({ defaultValueProvider: uuidGeneratorFunction })
instead
v5.7.0-pr278.1
v5.8.0-pr311.2
5.8.0-pr311.2 (2020-06-10)
Bug Fixes
- github-action: remove wrong yml syntax (1047a53)
Features
- github-actions: deactivate report coverage on PR buil (e2c55d5)
v5.8.0-pr311.1
5.8.0-pr311.1 (2020-06-10)
Features
- prerelease: make sure to publish prerelease on prerelease channel (80d0d0a)