Files
asl/CHANGELOG.md
2016-01-14 11:54:36 +01:00

28 lines
549 B
Markdown

# Changelog
**1.2.0**
* better error output
* concurrent compiling
* errors are handled per file and won't stop the whole compilation
* function name check for build in functions
* simpler syntax for "null" and unary buildin functions
**1.1.1**
* arrays can now be declared within expressions
* code keyword bug fix
**1.1.0**
* changed syntax of foreach
* private function variables
* default values for function parameters
* added preprocessor
* code inlining using new keyword "code"
* some code and repo cleanup
**1.0.0**
* first release