Skip to content

Releases: jeremydaly/dynamodb-toolbox

1.0.0-alpha.20220220

20 Feb 13:44
7a128e1
Compare
Choose a tag to compare
1.0.0-alpha.20220220 Pre-release
Pre-release

First alpha release of v1

v0.7.0 🌈

17 Feb 20:29
8c89d80
Compare
Choose a tag to compare

Changes

  • added support for bigint attribute type @tixxit (#435)

v0.6.5 🌈

13 Feb 14:57
26b6043
Compare
Choose a tag to compare

Changes

  • set up release drafter action and publish on github releases @ThomasAribart (#450)
  • chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /docs @dependabot (#447)
  • chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /docs @dependabot (#428)
  • chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs @dependabot (#440)
  • chore(deps): bump json5 from 2.2.1 to 2.2.3 @dependabot (#414)
  • chore(deps): bump json5 from 2.2.1 to 2.2.3 in /docs @dependabot (#415)

v0.6.4

08 Jan 19:16
01a9f21
Compare
Choose a tag to compare

What's Changed

  • resolved unneeded removal of empty arrays in update operations when removeNulls is true by @naorpeled in #412
    this bug was noticed by the awesome @6ewis 😎

Full Changelog: v0.6.3...v0.6.4

v0.6.3

16 Dec 22:14
74fcb22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

02 Dec 09:34
abf1ae5
Compare
Choose a tag to compare

What's Changed

  • chore(docs/deps): bump minimatch, recursive-readdir and serve-handler by @dependabot in #384
  • chore(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #383
  • fix(lib/parseMapping): resolve alias check error on same field by @ole3021 in #386

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

29 Nov 13:50
0abcd78
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

16 Nov 07:53
4976df9
Compare
Choose a tag to compare

BREAKING CHANGES

  • now input values are validated after applying transform

What's Changed

  • feat(expressionBuilder): add ability to reference an attribute by @craPkit in #143
  • fix(entity)!: validate value after applying transform by @MohitKS5 in #368
  • chore(deps): bump loader-utils from 2.0.3 to 2.0.4 in /docs by @dependabot in #369

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2

12 Nov 20:23
3dc815b
Compare
Choose a tag to compare

What's Changed

  • fix(lib/validateTypes): { type: 'number', coerce: true } & '123.00' shouldn't throw. by @igalklebanov in #363
  • fix(entity): resolve mutation of params when passed common attrs by @naorpeled in #355
  • chore(entity/put/tests): cleanup resolved todo by @naorpeled in #364
  • chore(release): v0.5.2 by @naorpeled in #365

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

11 Nov 15:15
bb9c183
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5...v0.5.1