Releases: Civilian-dev/dynamodel
Releases · Civilian-dev/dynamodel
v2.0.1
07 Oct 02:23
Compare
Sorry, something went wrong.
No results found
2.0.1 (2021-10-07)
Bug Fixes
v2.0.0
05 Oct 00:34
Compare
Sorry, something went wrong.
No results found
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
02 Oct 03:54
Compare
Sorry, something went wrong.
No results found
1.1.2 (2021-10-02)
Bug Fixes
v1.1.1
30 Sep 01:41
Compare
Sorry, something went wrong.
No results found
1.1.1 (2021-09-30)
Bug Fixes
projection option return type overloads (#4 ) (edda206 )
v1.1.0
30 Sep 00:27
Compare
Sorry, something went wrong.
No results found
1.1.0 (2021-09-30)
Features
add option to return item on prop updates (#3 ) (118d326 )
v1.0.3
10 Aug 00:46
Compare
Sorry, something went wrong.
No results found
1.0.3 (2021-08-10)
Bug Fixes
performance of type inference at path (66cdfd0 )
v1.0.2
29 Jul 14:33
Compare
Sorry, something went wrong.
No results found
1.0.2 (2021-07-29)
Bug Fixes
v1.0.1
29 Jul 11:20
Compare
Sorry, something went wrong.
No results found
1.0.1 (2021-07-29)
Bug Fixes
add public publish config (ac3013f )