Skip to content

Releases: miroiu/string-math

Release v4.1.3

01 Jul 19:52
Compare
Choose a tag to compare

What's Changed

  • Fixed compiled expressions not using variables by @miroiu in #9
  • Fix some operators not parsing correctly by @miroiu in #17

Full Changelog: v4.1.1...v4.1.3

Release v4.1.0

12 Oct 16:23
c809794
Compare
Choose a tag to compare

What's Changed

  • feat(StringMath): Expression compilation

Full Changelog: v3.0.0...v4.1.0

Release v3.0.0

25 Aug 21:41
da5466d
Compare
Choose a tag to compare

API overhaul

Release v2.1.0

04 Dec 16:07
19fcf85
Compare
Choose a tag to compare

Added reusable operations.

Release v2.0.0

01 Feb 12:40
Compare
Choose a tag to compare

Create an instance of a Calculator with custom operators and variables or use the static class SMath.
Specify the operator's precedence when creating a new one or overwriting an existing one.