Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 00:34
· 2 commits to trunk since this release

2.0.0 (2021-10-05)

Features

  • add update/insert methods that return item (#7) (3dc4466)

BREAKING CHANGES

  • Projection parameter removed from update/insert methods, which are now different methods instead of branching on parameter. e.g.
    • makeUpdateProperty(id, val, 'Item') == makeUpdateInItem(id, val)
    • makeUpdateProperty(id, val, 'Attributes') == makeUpdateProperty(id, val)