authorgravatar for git@paperclover.netclover caruso <git@paperclover.net> 2026-03-11 16:25:33-07:00
committergravatar for git@paperclover.netclover caruso <git@paperclover.net> 2026-03-11 16:27:27-07:00
log0fdd85629ed3b7596c086d169f500b101e77e581
tree2f86333d1322fe35f9fbb4468d1a2ba6bef502e0
parent47304f56e98bf841b757d16e472fb64a01c99fd2
signaturebadge-check Signed by SSH key SHA256:cOKiuRFOeSRxne6EWgHtdQQSlBxjOXm2hOCFnCdLQbQ

chore: update readme


2 files changed, 10 insertions(+), 1 deletions(-)

jsr.json+1-1
...@@ -1,6 +1,6 @@...@@ -1,6 +1,6 @@
1{1{
2 "name": "@clo/react-mutation",2 "name": "@clo/react-mutation",
3 "version": "2.0.1",3 "version": "2.1.0",
4 "exports": {4 "exports": {
5 ".": "./src/mod.ts",5 ".": "./src/mod.ts",
6 "./tanstack-query.ts": "./src/tanstack-query.ts",6 "./tanstack-query.ts": "./src/tanstack-query.ts",
readme.changes.md+9
...@@ -1,5 +1,14 @@...@@ -1,5 +1,14 @@
1# notable changes in React Mutation1# notable changes in React Mutation
22
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## v2.0.112## v2.0.1
413
5### bugfixes14### bugfixes