Skip to content

Latest commit

 

History

History
78 lines (36 loc) · 2.95 KB

CHANGELOG.md

File metadata and controls

78 lines (36 loc) · 2.95 KB

2.0.1 (2021-10-07)

Bug Fixes

  • expose type utilities in dist (#8) (8514de8)

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)

1.1.2 (2021-10-02)

Bug Fixes

1.1.1 (2021-09-30)

Bug Fixes

  • projection option return type overloads (#4) (edda206)

1.1.0 (2021-09-30)

Features

  • add option to return item on prop updates (#3) (118d326)

1.0.3 (2021-08-10)

Bug Fixes

  • performance of type inference at path (66cdfd0)

1.0.2 (2021-07-29)

Bug Fixes

1.0.1 (2021-07-29)

Bug Fixes

  • add public publish config (ac3013f)

1.0.0 (2021-07-29)

Features

1.0.0 (2021-07-29)

Features