Releases: Suzan-Dev/react-complex-state
Releases · Suzan-Dev/react-complex-state
v1.4.0
- fix(docs): add escape characters (2b9e50f)
- feat(docs): add docs for find, findOne & count functions (c9d06ca)
- feat(example): create new example with initial state values & use count function (9368444)
- feat(lib): add count, find & findOne new state functions (f0c467a)
v1.3.0
- feat(docs): update docs with new partialUpdateMany function (865edeb)
- feat(lib): add new partialUpdateMany function (786692a)
- feat(example): Update the previous dummy example to a real life example (8508fe5)
v1.2.0
- feat(docs): update when to use it section and add removeMany function details (589af55)
- feat(example): use new removeMany function to test it (c93d679)
- feat(lib): add new removeMany function to delete many data at once (713c3e7)
- chore: add build script before releasing library to npm (a6db6bb)
- chore: update release-it releaseName config (1e4d456)
v1.1.0
- feat(example): use insertMany function to add multiple data at once (ed2f1bf)
- feat(docs): include insertMany function (cfdc2aa)
- feat(lib): add new insertMany function and change the way the hook is exported (fc33a56)
- chore: add release-it config to package.json file (0d13357)