Releases: Civilian-dev/dynamodel
Releases · Civilian-dev/dynamodel
v2.0.1
2.0.1 (2021-10-07)
Bug Fixes
v2.0.0
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)
v1.1.2
1.1.2 (2021-10-02)
Bug Fixes
v1.1.1
1.1.1 (2021-09-30)
Bug Fixes
- projection option return type overloads (#4) (edda206)
v1.1.0
1.1.0 (2021-09-30)
Features
- add option to return item on prop updates (#3) (118d326)
v1.0.3
1.0.3 (2021-08-10)
Bug Fixes
- performance of type inference at path (66cdfd0)
v1.0.2
1.0.2 (2021-07-29)
Bug Fixes
v1.0.1
1.0.1 (2021-07-29)
Bug Fixes
- add public publish config (ac3013f)