Skip to content

Latest commit

 

History

History
211 lines (107 loc) · 3.1 KB

CHANGELOG.md

File metadata and controls

211 lines (107 loc) · 3.1 KB

@jayalfredprufrock/dynamo-box

0.11.4

Patch Changes

  • 09bce1f: fix: improper unprocessed item detection in batchPut

0.11.3

Patch Changes

  • 126a47f: fix: batchPut should return all successfully PUT items or throw

0.11.2

Patch Changes

  • 10410df: fix: remove undefined values from update expressions

0.11.1

Patch Changes

  • 44ca726: fix: remove undefined values from update expressions

0.11.0

Minor Changes

  • 4dc3157: fix: changes to batch op return types

0.10.0

Minor Changes

  • 2dff5a1: feat: assert support for batch get

0.9.5

Patch Changes

  • fe307f4: chore: upgrade deps and add latest typebox version to optional peer deps

0.9.4

Patch Changes

  • 4627237: feat: add new write event

0.9.3

Patch Changes

  • bc5295f: fix: remove duplicate batch get keys

0.9.2

Patch Changes

  • 96d0a1f: chore: update typebox

0.9.1

Patch Changes

  • 5ee37bc: fix: transformOutput called on missing items

0.9.0

Minor Changes

  • 667d7d9: feat: new exists methods and more gsi variants

0.8.1

Patch Changes

  • 632d1c0: chore: upgrade typebox to latest stable

0.8.0

Minor Changes

  • 26c2e2a: Target latest typebox dev release

0.7.0

Minor Changes

  • 8fc0f89: feat: paginated query
  • 9b3b7f4: feat: remove attributes when explicitly using undefined in updates

0.6.4

Patch Changes

  • d87aa97: fix: bad update method data type

0.6.3

Patch Changes

  • 358f781: Upgrade eslint plugin prettier to alpha for prettier v3 support
  • d33222d: fix: union support for update method data. dep upgrade

0.6.2

Patch Changes

  • 0cc4be7: update deps

0.6.1

Patch Changes

  • a52cae6: fix: correct GSI item types when using projections

0.6.0

Minor Changes

  • 853de0b: Store emitter as prop instead of extending EventEmitter directly

0.5.1

Patch Changes

  • c1fa095: export event emitter intermediate class

0.5.0

Minor Changes

  • 1266782: feat: switch to event emitter based log approach

0.4.4

Patch Changes

  • 6fd9983: fix: bad typings when not using rangeKey

0.4.3

Patch Changes

  • 22d50a2: fix: key types in operations involving range keys

0.4.2

Patch Changes

  • 267553e: Allow passing a range key condition to query operations

0.4.1

Patch Changes

  • f113092: Loosen up input type to allow passing props generated by input transformer

0.4.0

Minor Changes

  • 4f4008c: fix: specify partition and sort keys separately. support GSI projections

0.3.2

Patch Changes

  • 72f06c0: fixes to GSI operations and types

0.3.1

Patch Changes

  • 05e3bfe: more typing improvements

0.3.0

Minor Changes

  • 247d659: feat: log support for get, scan, and query operations

Patch Changes

  • 247d659: More typing improvements

0.2.1

Patch Changes

  • 0d85f99: simplifying some typings

0.2.0

Minor Changes

  • b607ec4: logger support

0.1.1

Patch Changes

  • 41f8032: Update deps

0.1.0

Minor Changes

  • 1568298: feat: adds runtime config options to constructor