Skip to content

Releases: shiftcode/dynamo-easy

v7.0.0-next.1

03 Sep 06:57
Compare
Choose a tag to compare
v7.0.0-next.1 Pre-release
Pre-release

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

03 Sep 06:28
7420346
Compare
Choose a tag to compare
v6.0.0 Pre-release
Pre-release

6.0.0 (2020-09-03)

Features

  • empty-strings: drop empty string strictness to allow feature (c1b8a42)

BREAKING CHANGES

v6.0.0-pr91.1

12 Jun 20:56
Compare
Choose a tag to compare
v6.0.0-pr91.1 Pre-release
Pre-release

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

12 Jun 17:27
Compare
Choose a tag to compare
v5.7.0-pr278.1 Pre-release
Pre-release

5.7.0-pr278.1 (2020-06-12)

Features

  • mapper: return an actual instance of model class (3bf5080)

v5.8.0-pr311.2

10 Jun 14:10
Compare
Choose a tag to compare
v5.8.0-pr311.2 Pre-release
Pre-release

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

10 Jun 12:40
Compare
Choose a tag to compare
v5.8.0-pr311.1 Pre-release
Pre-release

5.8.0-pr311.1 (2020-06-10)

Features

  • prerelease: make sure to publish prerelease on prerelease channel (80d0d0a)

v5.7.0

10 Jun 12:12
Compare
Choose a tag to compare
v5.7.0 Pre-release
Pre-release

5.7.0 (2020-06-10)

Features

  • github-action: add runs-on property (b4a56ce)
  • github-actions: add github action job definition (ca5a0d2)
  • semantic-release: configure pre release (a7404b4), closes #311

v5.6.0

25 Feb 13:57
7b6c477
Compare
Choose a tag to compare

5.6.0 (2020-02-25)

Features

  • lodash: remove dependency to lodash, so you can now safely uninstall lodash from your project when dynamo-easy was the only party depending on it (e3caa4b)

v5.5.0

11 Jan 10:24
ab7175c
Compare
Choose a tag to compare

5.5.0 (2020-01-11)

Bug Fixes

  • partition-key.decorator: use logger instead of console (3c53190)

Features

  • logger: new loglevel 'verbose' and some more log statements (ccc135f)

v5.4.2

11 Jan 09:59
9d8acc4
Compare
Choose a tag to compare

5.4.2 (2020-01-11)

Bug Fixes

  • typedoc: back to version 0.13.0 (bd3c37f)