Skip to content

Releases: imnotteixeira/bettermath

v0.5.1

29 Jan 22:58
Compare
Choose a tag to compare

0.5.1 (2024-01-29)

Bug Fixes

  • IBaseType: Add toString implementation to all current IBaseTypes, including functions, for better runtime printability (87d9c54)
  • RefType: RefType now returns direct value, instead of value wrapped in other IBaseType (ff86d4b)

v0.5.0

03 Dec 15:54
Compare
Choose a tag to compare

0.5.0 (2023-12-03)

Features

  • bettermath: Add ref support to lazy evaluation of values, depending on external ref-value maps (f9bf92f)

v0.4.0

12 Nov 00:22
Compare
Choose a tag to compare

0.4.0 (2023-11-12)

Bug Fixes

  • bettermath: Export missing function-related types (7c05bbd)

Features

  • bettermath: Add rollup bundling (ES Modules) + bump to TS@5 (068e3a9)
  • bettermath: Add support for finding elements within an Expression (3510ca5)

v0.3.1

11 Nov 00:24
Compare
Choose a tag to compare

0.3.1 (2023-11-11)

Bug Fixes

  • bettermath: Export arg validation utility types (00232e8)

v0.3.0

11 Nov 00:19
Compare
Choose a tag to compare

0.3.0 (2023-11-11)

Features

  • bettermath: Add REF type support to reference external values (af4048c)

v0.2.0

09 Nov 23:07
Compare
Choose a tag to compare

0.2.0 (2023-11-09)

Features

  • bettermath: Export grammar types to be used by consumers (63c7f10)

v0.1.1

05 Aug 15:35
Compare
Choose a tag to compare

0.1.1 (2023-08-05)

Bug Fixes

  • bettermath: Initial package version for external consumption (25adcf5)