Skip to content

Releases: Nike-Inc/dynamo-arc

2.2.0

12 Nov 16:27

Choose a tag to compare

[2.2.0] - 2021-11-12

Added

  • EdgeStore for handling relationship records
  • BaseEdgeStore for handling relationship records manually
  • StoreSubConfig for simplifying Store sub-class constructors
  • EdgeStoreConfig for simplifying EdgeStore sub-class constructors

2.1.0

12 Nov 16:26

Choose a tag to compare

[2.1.0] - 2021-10-18

Added

  • store.type

v2.0.0

15 Oct 15:54

Choose a tag to compare

[2.0.0] - 2021-10-15

Changed

  • BREAKING CHANGE Typescript re-write using AWS SDK v3
  • BREAKING CHANGE BaseStore renamed to Store

Added

  • clientSymbols and storeSymbols properties are now also available as top-level exports to support Typescript's unique symbol requirements. See these two issues
  • putAll
  • deleteAll
  • queryByPage

Removed

  • BREAKING CHANGE removed default value for idKey on Store constructor

Deprecated

  • forEachPage

v1.7.0

11 Aug 17:28

Choose a tag to compare

[1.7.0] - 2021-08-11

Added

  • queryByPage for customized forEachPage queries
  • storeSymbols.pageBreak Symbol to allow forEachPage and queryByPage to be halted early

v2.0.0-0 (beta)

17 Feb 22:24

Choose a tag to compare

v2.0.0-0 (beta) Pre-release
Pre-release

[2.0.0] - Unreleased

Changed

  • Typescript re-write using Dynamo-Butter v2

Added

  • clientSymbols and storeSymbols properties are now also available as top-level exports to support Typescript's unique symbol requirements
  • putAll and deleteAll

v1.5.1

16 Feb 17:51

Choose a tag to compare

[1.5.1] - 2021-01-21

Fixed

  • BaseStore.getKey() not adding typeKey to the ID field

1.5.0

21 Jan 18:30

Choose a tag to compare

[1.5.0] - 2021-01-21

Added

  • BaseStore.getKey() to return key object from JS item

1.4.0

21 Jan 17:43

Choose a tag to compare

[1.4.0] - 2021-01-21

Added

  • Cache.clear()
  • Cache option for clearAfter that calculates ttl from current datetime.

1.3.2

29 Oct 20:44

Choose a tag to compare

Fixed

  • handle empty array for batchWrite, batchGet, batchWriteAll and batchGetAll

1.3.1

09 Sep 22:47

Choose a tag to compare

Added

  • fixed missing exports for clientSymbols and storeSymbols

v1.3.0...v1.3.1