Commit 6f0799f
committed
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.2...v2.0.0) (2021-10-05)
### Features
* add update/insert methods that return item ([#7](#7)) ([3dc4466](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 parent 3dc4466 commit 6f0799f
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
1 | 15 | | |
2 | 16 | | |
3 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments