Dynamo Easy Versions Save

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.

v8.0.0-next.5

3 weeks ago

8.0.0-next.5 (2024-04-19)

Bug Fixes

  • deps: update @aws-sdk/client-dynamodb version to resolve issue (45070ee)

v8.0.0-next.4

3 weeks ago

8.0.0-next.4 (2024-04-19)

Code Refactoring

  • make-request: remove non-existent method (9a64894)

Features

  • aws-sdk-v3: remove v2 types (0c84a39)

BREAKING CHANGES

  • make-request: Methods DynamoStore.makeRequest and DynamoDBWrapper.makeRequest are no longer available.

v7.1.1

3 months ago

7.1.1 (2024-01-26)

Bug Fixes

  • deps: include tslib as dependency (e9cdd2b)

v8.0.0-next.3

1 year ago

8.0.0-next.3 (2023-03-20)

Features

v8.0.0-next.2

1 year ago

8.0.0-next.2 (2023-03-20)

Bug Fixes

  • types: inline the KeyType from '@aws-sdk/client-dynamodb' (b85e0b5)

v8.0.0-next.1

1 year ago

8.0.0-next.1 (2023-02-21)

Bug Fixes

  • update-request: use params given by args (1137190)

chore

  • deps: update to typescript 4.9 (f36100a)
  • node: update to node 18 for dev (136b660)
  • typescript: update target to es2021 (79cf80c)

Features

  • aws-sdk-v3: [WIP] first compiling version (1a0507a)
  • aws-sdk-v3: [WIP] update imports (ca5f456)
  • aws-sdk-v3: [WIP] update imports to new version of aws-sdk@3 (1305d28)
  • aws-sdk-v3: fix code, disable lint for certain lines (e561484)
  • aws-sdk-v3: fix tests (615a59c)
  • aws-sdk-v3: resolve ts issues in snippets (e2bcb11)

BREAKING CHANGES

  • typescript: runtime needs to support all features of es2021 or make sure to provide polyfills
  • deps: tslib^2.0.0 is now the minimum required version
  • node: Node.js 16 'Gallium' is now the minimum required version

v7.2.0-pr278.1

3 years ago

7.2.0-pr278.1 (2021-01-22)

Features

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

v7.1.0

3 years ago

7.1.0 (2020-09-24)

Bug Fixes

  • custom-mapper-for-sortkey-test: fix timezone dependent test (34cc3de)
  • typescript-dependency: limit typescript dependency to < 4.0.0 (58db062)

Features

  • transact-item-limit: increase transact write items limit to 25 (9fba2cc)

v7.0.0

3 years ago

7.0.0 (2020-09-03)

Features

  • decorator: defaultValueProvider for @Property() (0a9b514)

BREAKING CHANGES

  • decorator: @PartitionKeyUUID() does no longer exist. Use @Property({ defaultValueProvider: uuidGeneratorFunction }) instead

v7.0.0-next.1

3 years ago

7.0.0-next.1 (2020-09-03)

Features

  • decorator: defaultValueProvider for @Property() (0a9b514)

BREAKING CHANGES

  • decorator: @PartitionKeyUUID() does no longer exist. Use @Property({ defaultValueProvider: uuidGeneratorFunction }) instead