| author | |
| committer | |
| log | 0fdd85629ed3b7596c086d169f500b101e77e581 |
| tree | 2f86333d1322fe35f9fbb4468d1a2ba6bef502e0 |
| parent | 47304f56e98bf841b757d16e472fb64a01c99fd2 |
| signature |
2 files changed, 10 insertions(+), 1 deletions(-)
jsr.json+1-1| ... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 | { |
| 2 | 2 | "name": "@clo/react-mutation", |
| 3 | "version": "2.0.1", | |
| 3 | "version": "2.1.0", | |
| 4 | 4 | "exports": { |
| 5 | 5 | ".": "./src/mod.ts", |
| 6 | 6 | "./tanstack-query.ts": "./src/tanstack-query.ts", |
readme.changes.md+9| ... | ... | @@ -1,5 +1,14 @@ |
| 1 | 1 | # notable changes in React Mutation |
| 2 | 2 | |
| 3 | ## v2.1.0 | |
| 4 | ||
| 5 | ### features | |
| 6 | ||
| 7 | - tanstack query integration | |
| 8 | - arrayUpsert and objArrayUpsert | |
| 9 | - mutation buttons | |
| 10 | - pass `args={null}` to disable the button UI | |
| 11 | ||
| 3 | 12 | ## v2.0.1 |
| 4 | 13 | |
| 5 | 14 | ### bugfixes |