formula-functionizer
Version:
A tool for parsing formulas and create reusable functions
16 lines (8 loc) • 553 B
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.0.4](https://github.com/luc-freyermuth/formula-functionizer/compare/v1.0.3...v1.0.4) (2021-01-13)
- Fixed + and - operators when used alone (as in -5 or -x)
### [1.0.3](https://github.com/luc-freyermuth/formula-functionizer/compare/v1.0.2...v1.0.3) (2021-01-04)
- Compile module to es5 for greater compatibility
## 1.0.2 (2021-01-03)
- Initial release