Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 526 Bytes

CHANGELOG.md

File metadata and controls

31 lines (26 loc) · 526 Bytes

v1.2.5

+ Allow plus/minus operators to be used as modifiers

v1.2.4

~ Fixed typos in the parsing regex to allow the parsing of negative numbers

v1.2.3

+ Allow expression to start with a + or - sign

v1.2.2

~ Downgraded java to 8 (no breaking changes)

v1.2.1

+ Allow function call with no parameter

v1.2.0

~ Fixed incorrect order of operation
+ Made missing operator check say it is so when it fails
~ Fixed inproper matching of parentheses