dynamodb-toolbox

Lightweight and type-safe query builder for DynamoDB and TypeScript

MIT License

Downloads
191.4K
Stars
1.8K
Committers
54

Bot releases are hidden (Show)

dynamodb-toolbox - v0.6.1

Published by naorpeled almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jeremydaly/dynamodb-toolbox/compare/v0.6.0...v0.6.1

dynamodb-toolbox - v0.6.0

Published by naorpeled almost 2 years ago

BREAKING CHANGES

  • now input values are validated after applying transform

What's Changed

New Contributors

Full Changelog: https://github.com/jeremydaly/dynamodb-toolbox/compare/v0.5.2...v0.6.0

dynamodb-toolbox - v0.5.2

Published by naorpeled almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jeremydaly/dynamodb-toolbox/compare/v0.5.1...v0.5.2

dynamodb-toolbox - v0.5.1

Published by naorpeled almost 2 years ago

What's Changed

Full Changelog: https://github.com/jeremydaly/dynamodb-toolbox/compare/v0.5...v0.5.1

dynamodb-toolbox - v0.5

Published by naorpeled almost 2 years ago

What's Changed

BREAKING

  • dynamodb-toolbox will only support Node 14 and above from now on

Changelog

New Contributors

Full Changelog: https://github.com/jeremydaly/dynamodb-toolbox/compare/v0.4.3...v0.5

dynamodb-toolbox - v0.4.3

Published by jeremydaly over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/jeremydaly/dynamodb-toolbox/compare/v0.4.0...v0.4.3

dynamodb-toolbox - v0.4.0

Published by jeremydaly over 2 years ago

v0.4 Release

This release was a long time in the making, and special thanks to @ThomasAribart for all his work on this. There is more to be done and several PRs/Issues that can now be addressed. There should be no regressions from v0.3.5, but please let me know if you find any issues.

What's Changed

New Contributors

Full Changelog: https://github.com/jeremydaly/dynamodb-toolbox/compare/v0.3.5...v0.4.0

dynamodb-toolbox - v0.3.5

Published by jeremydaly almost 3 years ago

What's Changed

Full Changelog: https://github.com/jeremydaly/dynamodb-toolbox/compare/v0.3.4...v0.3.5

dynamodb-toolbox - v0.3.4

Published by jeremydaly over 3 years ago

Bug Fixes and Misc Updates

  • Merge pull request #136 from grabbeh/patch-1 a0f2dd4
  • Merge pull request #146 from bboure/fix/undefined-error 8f94d28
  • Merge pull request #150 from JakeMaldonado/master 72a7014
  • Merge pull request #145 from lixw1994/fix-add-zero 1ec11eb
  • Merge pull request #156 from JakeMaldonado/fix-required-check a5026dd
  • Fix Entity put not accepting 0 and false for required values e6ca2e6
  • Fix required field check not accepting 0 and false values 735970b
  • Fix entity delete method example e511305
  • Fix undefined error 0fb9e5f
  • Support add zero 5a300c8
  • Documentation updates ef2eaec
dynamodb-toolbox - v0.3.3

Published by jeremydaly over 3 years ago

Bug Fixes

  • Fix #102: Add explicit check against null and undefined (@bpiggin) df2a6af
  • Added null to SchemaType; exported SchemaType (@famouspotatoes) 832a0cf
  • Add test for #103 61f4229
dynamodb-toolbox - v0.3.2

Published by jeremydaly almost 4 years ago

Bug Fixes

  • Fixed typo in README (@lgandecki) 9734022
  • Documentation updates 07ef3f5
  • Fix #120 issue with transactGet Item parsing (@kcwinner) e688bb1
  • Add Item check on transactGet parsing 7eedde8
dynamodb-toolbox - v0.3.1

Published by jeremydaly almost 4 years ago

Bug Fixes

  • Fix: Fixing queryOptions interface to allow number comparisons 4b76f52
  • Update package dependencies a191839
dynamodb-toolbox - v0.3.0

Published by jeremydaly almost 4 years ago

Feature Release, Bug Fixes, and TypeScript Conversion

  • Add an example for attribute updates (@bahrmichael) 6e53cfe
  • Fix #73 64f0418
  • Patch #74 - more investigation is needed 9e67b7a
  • Improve default detection for updateExpression (@whahoo) 5dbedbb, b513bce
  • Small fixups in eslintrc (@tonyjoblin) 2f79d3a
  • Fix getKey handling of falsy pk and sk (@tonyjoblin) 14ffab1, 7c91705
  • Allow 0 in comparaison operators (@fredericbarthelet) 523ceaf
  • Fix #81 by removing constructor reference b12b4b8
  • Master pr migrations and fix #84 6c77aeb
  • Add transaction support f0c8e3f, fd43186, bb905e5, ecdcecc, 9d6a4b7
  • Add license file (still MIT) and update package dcc910c
  • TypeScript conversion work 4b71d6c, c911bc5, c1146bd, 9be128f, fff3599, 6541677, 15d5db6, acc4d58, b29ed98, 948f2f1, ae131a6
  • Documentation updates 6f37637, 92117ad, 874b8e2

NOTE: There was a lot of help on the TypeScript conversion project from various people. Many of their ideas were incorporated, even if their commits were not. Thank you to everyone that contributed.

dynamodb-toolbox - v0.2.0-beta

Published by jeremydaly over 4 years ago

Feature Updates and Bug Fixes

  • Documentation updates and misc cleanup 5e6846b, 5772ba8, a8fefa5, 92fe18f, 3fe0b80
  • Fix #68 with dependency graphs 1eaf12c
  • Fix #31 typo issues da68f46
  • Fix #49 with await d69097c
  • Fix #49 by renaming to UnprocessedItems a9e8766
  • Merge pull request #53 from omichowdhury/alias-undefined-fix (@omichowdhury) 9ee608f
  • Fix #51 by checking for empty ExpressionAttributeValues objects 835a52c
  • Fix #63 by adding the mapped name to the required list e6ad9a7
  • Add clarification of BatchWriteItem capabilities for #65 41f60cf
  • Close #66 by adding entity type alias mapping to attributes 6e9c3b5
  • Merge pull request #55 from omichowdhury/readme-et (@omichowdhury) 4cebc95
  • Merge pull request #61 from michaelmerrill/patch-1 (@michaelmerrill) 96b36d6
  • Fix #69 by adding alias support to defaults data object 4deae55
  • Fix #67 - documentation update 5d904a5
  • Fix indexes being removed on update eb96327
  • Version bump 87b4fd5