v2.1.0
- feat: add
delete
to useMap - feat: add
pop
,shift
,unshift
,push
to useArray - refactoring: reuse of
Actions
types in object version - docs: added new APIs to the docs
- refactoring: use array versions in object versions to reduce bundle size.
delete
to useMappop
, shift
, unshift
, push
to useArrayActions
types in object version