Skip to content

Releases: shiftcode/dynamo-easy

v0.9.1

16 Oct 11:58

Choose a tag to compare

0.9.1 (2017-10-16)

Bug Fixes

  • batchGetRequest.spec: fix wrong import path (1cdf79b)
  • batchRequest: make sure the response can be mapped (8d144ff)

Features

  • batchGet: add support for batch get item request (bf48c92)

v0.8.2

12 Oct 15:18

Choose a tag to compare

0.8.2 (2017-10-12)

Bug Fixes

  • conditionExpression: change how the operands are given for IN operation (single values instead (1d5c087)

v0.8.1

12 Oct 13:58

Choose a tag to compare

0.8.1 (2017-10-12)

Bug Fixes

  • putRequest: add support for composite partition key when using the ifNotExists (e6d0d3e)

v0.8.0

12 Oct 11:18

Choose a tag to compare

0.8.0 (2017-10-12)

Features

  • expressionBuilder: update filtering to be deep and walk the object tree to filter out undefine (fdf6f85)

v0.7.1

10 Oct 10:31

Choose a tag to compare

0.7.1 (2017-10-10)

Bug Fixes

  • tsconfig: make config valid json (aaa798d)

v0.7.0

09 Oct 17:42

Choose a tag to compare

0.7.0 (2017-10-09)

Features

  • dataStore: add validation for table name (07c67c6)

v0.6.0

09 Oct 13:11

Choose a tag to compare

0.6.0 (2017-10-09)

Features

  • updateRequest: add support for all the available support operations (9b57ed1)

v0.5.2

09 Oct 08:16

Choose a tag to compare

0.5.2 (2017-10-09)

Bug Fixes

  • updateRequest: change sort key check (d2d992f)

v0.5.1

09 Oct 07:19

Choose a tag to compare

0.5.1 (2017-10-09)

Bug Fixes

  • update: export update function to be public available (b63cd39)

v0.5.0

06 Oct 15:12

Choose a tag to compare

0.5.0 (2017-10-06)

Features

  • updateRequest: add support for fluent condition expression api in update request (6f2f338)