Skip to content

Releases: diogofcunha/formula-store

v1.3.2

28 Feb 21:44
Compare
Choose a tag to compare

1.3.2 (2024-02-28)

Bug Fixes

v1.3.1

28 Feb 21:43
0abee16
Compare
Choose a tag to compare

1.3.1 (2024-02-28)

Bug Fixes

  • 🐛 fixed edit field dependency removal (c191e70)

v1.3.0

27 Feb 21:17
9837b80
Compare
Choose a tag to compare

1.3.0 (2024-02-27)

Features

  • 🎸 added getFieldById implementation (78deccd)
  • 🎸 added getFieldById to FormulaStore type (4e71019)

v1.2.0

26 Feb 21:52
a215d6e
Compare
Choose a tag to compare

1.2.0 (2024-02-26)

Features

  • 🎸 added dependent fields to circular dependency error (b2b1595)
  • 🎸 started to throw circular dependency errors with fields (274915e)

v1.1.1

25 Feb 13:52
f68a7af
Compare
Choose a tag to compare

1.1.1 (2024-02-25)

Bug Fixes

  • 🐛 ensured fields are correctly removed on edit failure (ae1b037)

v1.1.0

17 Feb 15:27
5181f2c
Compare
Choose a tag to compare

1.1.0 (2024-02-17)

Features

  • 🎸 added edit field implementation (573006d)
  • 🎸 added edit field method to interface (b5986cc)

v1.0.0

22 Jan 21:31
Compare
Choose a tag to compare

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)