Dynoexpr Versions Save

Expression builder for AWS.DynamoDB.DocumentClient

v3.5.1

1 year ago

3.5.1 (2023-04-11)

Bug Fixes

  • add ts:node16 support (68b6b16)
  • upgrade deps, security fixes (15e2e3e)

v3.5.0

1 year ago

3.5.0 (2023-03-29)

Features

  • add support for escaped composite keys on expressions (82224f0)

v3.4.0

1 year ago

3.4.0 (2023-03-21)

Features

  • restore CJS compatibility (5871688)

v3.3.0

1 year ago

3.3.0 (2023-03-14)

Features

  • expression attribute values by types (#49) (46d5aef)

v3.2.0

1 year ago

3.2.0 (2023-03-08)

Features

  • export types IDynoexpr* (d5bcf9e)

v3.1.0

1 year ago

3.1.0 (2023-03-08)

Features

  • don't use absolute import on exported type file (e6ca2f1)

v3.0.0

1 year ago

3.0.0 (2023-03-04)

Features

  • drop aws-sdk dep, accept it as a parameter when working with Sets (635c290)
  • mostly use interfaces instead of types (f0b3e6b)
  • prefix all types with I (c6360c3)

BREAKING CHANGES

  • all types exported have been renamed

v2.16.1

1 year ago

2.16.1 (2023-01-08)

Bug Fixes

  • update deps, security fixes (688085a)

v2.16.0

1 year ago

2.16.0 (2022-11-28)

Features

v2.15.0

1 year ago

2.15.0 (2022-07-04)

Features

  • avoid instantiating DocumentClient (7f89a18), closes #29