Releases: diogofcunha/formula-store
Releases · diogofcunha/formula-store
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2024-1-22)
Bug Fixes
- 🐛 avoid calculate when field doesn't have dependencies (5ef9897)
- 🐛 fixed add field set (b195da3)
- 🐛 upgraded fast graph to latest (9d06b6a)
Features
- 🎸 added calculate to formula field (1451b9e)
- 🎸 added calculation path to add field (a46d524)
- 🎸 added fast-graph (defda09)
- 🎸 added FormulaFieldCircularDependencyError (787fa17)
- 🎸 added FormulaFieldDependencyError (453bf97)
- 🎸 added FormulaFieldDuplicated (f487194)
- 🎸 added FormulaFieldNotFoundError (9fafe41)
- 🎸 added handler for changes (3acf96f)
- 🎸 added method to remove field (aeb2980)
- 🎸 added protection for circular dependencies (13b89d9)
- 🎸 added types to add new field to store (6d40ff0)
- 🎸 added updateField implementation (b65548c)
- 🎸 added updateFieldsValue (e8add7a)
- 🎸 changed remove field signature to return list of ids (bb42c75)
- 🎸 created addField on formula store (d7ea42f)
- 🎸 improved coverage for remove field (bb668d9)
- 🎸 made field calculate prop optional (43f53b2)
- 🎸 started to propagate add field changes to onChange (a6a4ef6)
- 🎸 started to return affected field ids on field removal (3a4cba3)
- 🎸 started to set node value to calculation (185e6e2)