Releases: leifg/formulon
Releases · leifg/formulon
v6.25.2
6.25.2 (2023-12-09)
Bug Fixes
- make unary operator possible in concatenated logic expressions (ec86c10)
v6.25.1
6.25.1 (2023-05-24)
Bug Fixes
- don't use recursive parsing for logical operators (1fb397a), closes #1015
- specific optimization for nested function calls (49e0127), closes #1015
v6.24.3
6.24.3 (2023-03-01)
Bug Fixes
- implement concatenation for string and null value (00e19b7), closes #956
v6.24.2
6.24.2 (2022-12-24)
Bug Fixes
- implement type checking for multiply/divide/exponentiate (4ceac1c)
v6.24.1
6.24.1 (2022-12-24)
Bug Fixes
- allow brackets for identifier names (86ac5e3)
v6.24.0
6.24.0 (2022-11-19)
Features
- new method to get parsed AST (0c82016)
v6.23.9
6.23.9 (2022-04-14)
Bug Fixes
- allow appropriate datatypes for IF function (828b969)
v6.23.8
6.23.8 (2022-03-24)
Bug Fixes
- make library compatible with number (cb476a6)
v6.23.7
6.23.7 (2022-03-23)
DISCLAIMER: Don't use. Will break compatibility with previous versions. 6.23.8 is safe to use.
Bug Fixes
- process numbers outside of parser (753ea92)