2.0.1 (2021-10-07)
2.0.0 (2021-10-05)
- 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)
1.1.2 (2021-10-02)
1.1.1 (2021-09-30)
1.1.0 (2021-09-30)
1.0.3 (2021-08-10)
- performance of type inference at path (66cdfd0)
1.0.2 (2021-07-29)
1.0.1 (2021-07-29)
- add public publish config (ac3013f)
- Initial release (834b696)