Commit cd2fc87
committed
chore(release): version 3.0.0 [skip ci]
# [3.0.0](v2.13.0...v3.0.0) (2025-07-01)
### Bug Fixes
* add `ReadonlyArray` type for ITFS compat ([84f70df](84f70df))
* add checks for `Date` objects in `recurse` fn, update types ([7b24cd4](7b24cd4))
* replace `NativeAttributeValue` w `SupportedAttributeValueType` for Dates ([4a0dd06](4a0dd06))
* replace inline `string | number` w `AttrValue` generic for correct typing ([e9adeaa](e9adeaa))
* update named import for 'EnsureTableIsActiveParameters' ([bae628a](bae628a))
### Code Refactoring
* mv Date-conversion from Model IO-Action to `DdbClientFieldParser` ([d2a574c](d2a574c))
* update Model methods to use new `DdbClientWrapper` return values ([e8a7bb5](e8a7bb5))
### Features
* add `getRecursiveValueConverter` ([38cc316](38cc316))
* add `isValidDatetimeString` ([33c97b3](33c97b3))
* add `UnknownItem` type, update `BaseItem` to use `SupportedAttributeValueType` ([ffec182](ffec182))
* add DdbClientArgParser for improved command argument handling and response parsing ([bdba380](bdba380))
* add export of `Model/types/*` ([8e6b95f](8e6b95f))
* add FixPartialUndefined and OverrideSharedProperties types ([6a10d78](6a10d78))
* add type `AttributeFunctionDefault` ([77dd84e](77dd84e))
* rm export of NestDepth internal util types ([4fd364e](4fd364e))
### Reverts
* switch `transformItem` and `validateItem` param types back to `any` ([00b2525](00b2525))
### BREAKING CHANGES
* `schemaWithKeysOnly` has been rm'd, and batch methods filter unproc'd reqs.
* Date-conversion has been moved from `Model` to `DdbClientFieldParser`.1 parent cd61167 commit cd2fc87
3 files changed
Lines changed: 43 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
7 | 47 | | |
8 | 48 | | |
9 | 49 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments