Releases: massimocandela/dataflux
Releases · massimocandela/dataflux
v1.9.3
- removed unused import (5675cee)
- updated dependencies (7c27e14)
- fixed propagation of updates on object refresh (ca47be9)
v1.9.2
- fixed resolution of inexistent promise (89b1c88)
v1.9.1
- allow promise propagation on insert, update, delete (4642e14)
- updated dependencies (aa141f3)
- updated dependencies (a651c30)
- Merge pull request #2 from massimocandela/dependabot/npm_and_yarn/follow-redirects-1.14.8 (07a61b1)
- Bump follow-redirects from 1.14.7 to 1.14.8 (52d56cf)
v1.9.0
- minor improvements in doc (535f895)
- introduced object validation (d57cfb1)
- fixed tests (2e17fac)
- introduced autoRefresh option (42a2b8b)
- tests for refresh feature (32a83e5)
- fixed tests (30035a9)
- retrieve if after insert (5876e5b)
- fixed error propagation (0e22612)
- added mock function (1c06827)
- prevent objects that cannot be inserter to remain in the store (bffd626)
- add targets and proper error messages on api error (89cee42)
v1.8.0
- Merge branch 'main' of github.com:massimocandela/dataflux (29d51b2)
- introduced support for batch operations (fd9437f)
- introduced support for batch operations (7fb3b5e)
- fixed multiple subscribe unsubscribe order (2636d95)
v1.7.5
- react hooks documentation (24fa317)
- removed unused dependency (43def3f)
- fixed issue of unsubscribe called before subscribe is resolved (0b1ce02)
v1.7.4
- removed minification for node modules (287a899)
- reduced package size and introduced compatibility with browsers (c24d6dd)
- minor fix to readme (e783847)
v1.7.3
- fixed unwrap function (2ea52a2)
- fixed retrieve/submit of arrays of primitives (8497901)
v1.7.2
- allow for arrays of primitives (0de71af)
v1.7.1
- fixed factory for url and increased test coverage (fa32f8f)