Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.4.5 (2021-01-31)
Bug Fixes
- Allow adding fixed custom rules for CLI interpreter (ea62e5a)
1.4.4 (2021-01-15)
Bug Fixes
- Better output for runtime errors (6d8aea2)
- Better type conversion of nested structures and a new type function to inspect objects (585ba90)
- First character of generated stdlib functions should be lower case. (0f25d80)
- Including NaN and Inf functions in stdlib by default (6f56203)
- More math functions and constants (cc92319)
1.4.3 (2021-01-14)
Bug Fixes
- Adding timestamp functions (7ca66c5)
1.4.2 (2021-01-10)
Bug Fixes
- except can now raise new errors / signals (1550304)
- Try supports now otherwise blocks (4a29d46)
1.4.1 (2021-01-10)
Bug Fixes
- Pretty printer preserves some newlines to structure code. (3320074)
1.4.0 (2021-01-09)
Features
1.3.3 (2021-01-01)
Bug Fixes
- Not stopping debug server if not running in interactive mode (4d62c35)
1.3.2 (2020-12-30)
Bug Fixes
- Adding error display when reloading interpreter state (f5cc392)
1.3.1 (2020-12-30)
Bug Fixes
- Stopping and starting the processor when loading the initial file. (981956f)
1.3.0 (2020-12-29)
Features
- Adding conversion helper for JSON objects (1050423)
1.2.0 (2020-12-26)
Features
- Adding conversion helper for JSON objects (0454de3)
1.1.0 (2020-12-13)
Features
- Adding plugin support to ECAL (56be402)
Bug Fixes
- Pack can now run under Windows / adjusted example scripts (6f24339)
1.0.4 (2020-12-07)
1.0.3 (2020-12-07)
Bug Fixes