File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
packages/use-query-params Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## use-query-params v2.1.0 (August 31, 2022)
4+ - feat: #234 skip unnecessary updates by default. new option ` skipUpdateWhenNoChange ` defaults to true (set to false for previous behavior)
5+
36## use-query-params v2.0.1 (August 31, 2022)
47- fixes #233 - consecutive calls to setters (e.g. setFoo('a'); setBar('b')) properly accumulate. Previously only the last would make it through.
58
Original file line number Diff line number Diff line change 11{
22 "name" : " use-query-params" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " React Hook for managing state in URL query parameters with easy serialization." ,
55 "main" : " ./dist/index.cjs.js" ,
66 "typings" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments