Skip to content

Releases: shiftcode/dynamo-easy

v5.4.1

11 Jan 09:46
b1a34a0
Compare
Choose a tag to compare

5.4.1 (2020-01-11)

Bug Fixes

  • package.json: add missing dependency (tslib) (7386815)

v5.4.0

11 Oct 21:32
b079514
Compare
Choose a tag to compare

5.4.0 (2019-10-11)

Bug Fixes

  • batch-write-single-table: return instance (dd7aeee)
  • read-many: return type for projectionExpression (f9eb890)
  • typings: resolve typing issues (f11a890)

Features

  • projectionExpression for single table batch get, scan and query (7d7613d)
  • projectionExpression for single table batch get, scan and query (97fbe78)
  • projection-expression: add support for projection expression (229418f)
  • projection-expression: cleanup (43840c4)
  • projection-expression: extract function to add param (564d3f9)
  • typing: more advanced typing for return types (78c6980)

v5.3.0

17 Sep 06:43
083f9b7
Compare
Choose a tag to compare

5.3.0 (2019-09-17)

Features

  • read-many.request: consistentRead support for query/scan (026130a), closes #230

v5.2.5

20 May 08:28
5c25d39
Compare
Choose a tag to compare

5.2.5 (2019-05-20)

Bug Fixes

  • merge-conditions: no redundant parentheses (d1ae1bb)

v5.2.4

20 May 08:11
7a36394
Compare
Choose a tag to compare

5.2.4 (2019-05-20)

Bug Fixes

  • mapper: fix test (ae086d7)
  • mapper: use existing model (19bedff)
  • mapper: use provided db name for property (fe99f0c)

v5.2.3

24 Apr 06:21
d492ab9
Compare
Choose a tag to compare

5.2.3 (2019-04-24)

Bug Fixes

  • model-decorator: remove limitation for index creation (e4c0b19)

v5.2.2

08 Apr 09:57
a006e70
Compare
Choose a tag to compare

5.2.2 (2019-04-08)

Bug Fixes

  • npm-package: don't publish docs to npm (627d2f4)

v5.2.1

27 Mar 13:07
9eb6569
Compare
Choose a tag to compare

5.2.1 (2019-03-27)

Bug Fixes

  • update-expression-builder: index in attribute path (9207355), closes #200

v5.2.0

26 Mar 15:45
2dd0428
Compare
Choose a tag to compare

5.2.0 (2019-03-26)

Features

  • multi-model-requests: possibility to provide DynamoDB instance (ce8d18e)

v5.1.0

19 Feb 16:33
80e3560
Compare
Choose a tag to compare

5.1.0 (2019-02-19)

Features

  • dynamo-store: use provided DynamoDB instance if any (067347a)