Releases: Nerdware-LLC/ddb-single-table
Releases · Nerdware-LLC/ddb-single-table
v3.0.2
v3.0.2-next.1
v3.0.1
v3.0.1-next.1
v3.0.0
3.0.0 (2025-07-01)
Bug Fixes
- add
ReadonlyArraytype for ITFS compat (84f70df) - add checks for
Dateobjects inrecursefn, update types (7b24cd4) - replace
NativeAttributeValuewSupportedAttributeValueTypefor Dates (4a0dd06) - replace inline
string | numberwAttrValuegeneric 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
DdbClientWrapperreturn values (e8a7bb5)
Features
- add
getRecursiveValueConverter(38cc316) - add
isValidDatetimeString(33c97b3) - add
UnknownItemtype, updateBaseItemto useSupportedAttributeValueType(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
transformItemandvalidateItemparam types back toany(00b2525)
BREAKING CHANGES
schemaWithKeysOnlyhas been rm'd, and batch methods filter unproc'd reqs.- Date-conversion has been moved from
ModeltoDdbClientFieldParser.
This release is also available on:
v3.0.0-next.2
v3.0.0-next.1
3.0.0-next.1 (2025-07-01)
Bug Fixes
- add
ReadonlyArraytype for ITFS compat (84f70df) - add checks for
Dateobjects inrecursefn, update types (7b24cd4) - replace
NativeAttributeValuewSupportedAttributeValueTypefor Dates (4a0dd06) - replace inline
string | numberwAttrValuegeneric 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
DdbClientWrapperreturn values (e8a7bb5)
Features
- add
getRecursiveValueConverter(38cc316) - add
isValidDatetimeString(33c97b3) - add
UnknownItemtype, updateBaseItemto useSupportedAttributeValueType(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
transformItemandvalidateItemparam types back toany(00b2525)
BREAKING CHANGES
schemaWithKeysOnlyhas been rm'd, and batch methods filter unproc'd reqs.- Date-conversion has been moved from
ModeltoDdbClientFieldParser.
This release is also available on:
v2.13.0
v2.13.0-next.1
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
convertDatesToStringsoption toItemTypeOpts(3ddcbf8)
This release is also available on: