Skip to content

Releases: sam-goodwin/typesafe-dynamodb

v0.1.0

10 Feb 08:55
ed48689
Compare
Choose a tag to compare

0.1.0 (2022-02-10)

⚠ BREAKING CHANGES

  • index.ts exports are removed and TypeSafeDynamoDB is now renamed to TypeSafeDyanmoDBv2

Features

  • add support for AWS SDK v3's DynamoDB and DynamoDBClient (#13) (ed48689)

v0.0.6

10 Feb 00:16
e70beba
Compare
Choose a tag to compare

0.0.6 (2022-02-10)

Features

  • add types for the DynamoDBStreamEvent (#16) (e70beba)

v0.0.5

09 Feb 09:50
e49962d
Compare
Choose a tag to compare

0.0.5 (2022-02-09)

Bug Fixes

  • deleteItem signature should accept Key instead of Item (#14) (e49962d)

v0.0.4

08 Feb 01:26
Compare
Choose a tag to compare

0.0.4 (2022-02-08)

Bug Fixes

  • only require ExpressionAttributeNames and Values if the ConditionExpression uses them (7be12fa)

v0.0.3

08 Feb 01:01
b52aefc
Compare
Choose a tag to compare

0.0.3 (2022-02-08)

v0.0.2

07 Feb 23:11
196375c
Compare
Choose a tag to compare

0.0.2 (2022-02-07)

Features

  • filter the return-type based on composite key structure in single-table design (#5) (196375c)

v0.0.1

06 Feb 00:53
16cd9a9
Compare
Choose a tag to compare

0.0.1 (2022-02-06)

Features

  • parse ProjectionExpression and filter returned Item type (#3) (16cd9a9)

v0.0.0

04 Feb 11:29
Compare
Choose a tag to compare

0.0.0 (2022-02-04)

Features

  • support getItem, deleteItem, putItem and query (ba5848e)