Documentation > User Documentation > Changelog
Previous: Errors
Changes to the Interpreter may be important for debugging code, for example a missing feature, so all changes will be recorded here.
1.0.0 – Initial release, 02/22/20
1.0.2 – Added minimal indexing with square brackets, 03/20/20
1.0.3 – Added assigning with indexing and creation of arrays, 04/6/20
1.0.4 – Fixed bug where line numbers were not kept between nested evaluations, added arrayToString and vars to ext, added access to enum data types, fixed bug with decimals after operators being assumed members, fixed bug when running nested interpreted code with different “this” contexts, 10/28/20
1.0.5 – Added use of curly brackets; added if, if else, else, while, and for; return no longer must be assigned as a variable and can be used in the standard C# way; implemented Unit Testing, fixed various bugs 11/4/20