Skip to content

Releases: Nerdware-LLC/ddb-single-table

v3.0.2

15 Dec 18:34

Choose a tag to compare

3.0.2 (2025-12-15)


This release is also available on:

v3.0.2-next.1

15 Dec 18:30

Choose a tag to compare

v3.0.2-next.1 Pre-release
Pre-release

3.0.2-next.1 (2025-12-15)


This release is also available on:

v3.0.1

04 Aug 16:35

Choose a tag to compare

3.0.1 (2025-08-04)


This release is also available on:

v3.0.1-next.1

04 Aug 16:32

Choose a tag to compare

v3.0.1-next.1 Pre-release
Pre-release

3.0.1-next.1 (2025-08-04)


This release is also available on:

v3.0.0

01 Jul 10:15

Choose a tag to compare

3.0.0 (2025-07-01)

Bug Fixes

  • add ReadonlyArray type for ITFS compat (84f70df)
  • add checks for Date objects in recurse fn, update types (7b24cd4)
  • replace NativeAttributeValue w SupportedAttributeValueType for Dates (4a0dd06)
  • replace inline string | number w AttrValue generic for correct typing (e9adeaa)
  • update named import for 'EnsureTableIsActiveParameters' (bae628a)

Code Refactoring

  • mv Date-conversion from Model IO-Action to DdbClientFieldParser (d2a574c)
  • update Model methods to use new DdbClientWrapper return values (e8a7bb5)

Features

  • add getRecursiveValueConverter (38cc316)
  • add isValidDatetimeString (33c97b3)
  • add UnknownItem type, update BaseItem to use SupportedAttributeValueType (ffec182)
  • add DdbClientArgParser for improved command argument handling and response parsing (bdba380)
  • add export of Model/types/* (8e6b95f)
  • add FixPartialUndefined and OverrideSharedProperties types (6a10d78)
  • add type AttributeFunctionDefault (77dd84e)
  • rm export of NestDepth internal util types (4fd364e)

Reverts

  • switch transformItem and validateItem param types back to any (00b2525)

BREAKING CHANGES

  • schemaWithKeysOnly has been rm'd, and batch methods filter unproc'd reqs.
  • Date-conversion has been moved from Model to DdbClientFieldParser.

This release is also available on:

v3.0.0-next.2

01 Jul 10:10

Choose a tag to compare

v3.0.0-next.2 Pre-release
Pre-release

3.0.0-next.2 (2025-07-01)


This release is also available on:

v3.0.0-next.1

01 Jul 09:35

Choose a tag to compare

v3.0.0-next.1 Pre-release
Pre-release

3.0.0-next.1 (2025-07-01)

Bug Fixes

  • add ReadonlyArray type for ITFS compat (84f70df)
  • add checks for Date objects in recurse fn, update types (7b24cd4)
  • replace NativeAttributeValue w SupportedAttributeValueType for Dates (4a0dd06)
  • replace inline string | number w AttrValue generic for correct typing (e9adeaa)
  • update named import for 'EnsureTableIsActiveParameters' (bae628a)

Code Refactoring

  • mv Date-conversion from Model IO-Action to DdbClientFieldParser (d2a574c)
  • update Model methods to use new DdbClientWrapper return values (e8a7bb5)

Features

  • add getRecursiveValueConverter (38cc316)
  • add isValidDatetimeString (33c97b3)
  • add UnknownItem type, update BaseItem to use SupportedAttributeValueType (ffec182)
  • add DdbClientArgParser for improved command argument handling and response parsing (bdba380)
  • add export of Model/types/* (8e6b95f)
  • add FixPartialUndefined and OverrideSharedProperties types (6a10d78)
  • add type AttributeFunctionDefault (77dd84e)
  • rm export of NestDepth internal util types (4fd364e)

Reverts

  • switch transformItem and validateItem param types back to any (00b2525)

BREAKING CHANGES

  • schemaWithKeysOnly has been rm'd, and batch methods filter unproc'd reqs.
  • Date-conversion has been moved from Model to DdbClientFieldParser.

This release is also available on:

v2.13.0

15 Jun 15:11

Choose a tag to compare

2.13.0 (2025-06-15)

Bug Fixes

  • docs: improve readability of README by removing redundant links (1d20a59)

Features

  • exports: add type-only exports for batch ops and model params (2fc3858)
  • types: add convertDatesToStrings option to ItemTypeOpts (3ddcbf8)

This release is also available on:

v2.13.0-next.1

15 Jun 15:07

Choose a tag to compare

v2.13.0-next.1 Pre-release
Pre-release

2.13.0-next.1 (2025-06-15)

Bug Fixes

  • docs: improve readability of README by removing redundant links (1d20a59)

Features

  • exports: add type-only exports for batch ops and model params (2fc3858)
  • types: add convertDatesToStrings option to ItemTypeOpts (3ddcbf8)

This release is also available on:

v2.12.1

28 May 14:43

Choose a tag to compare

2.12.1 (2025-05-28)

Bug Fixes

  • ensure parentItem is also updated w default values (cd7e962)

This release is also available on: