Skip to content

Jadescript v1.0.20221015

Compare
Choose a tag to compare
@ParsleyJ ParsleyJ released this 15 Oct 09:41
· 144 commits to main since this release

This version contains small improvements and bugfixes:

  • removed generated artifacts (Plug-in install ZIP archive, standalone compiler JAR) to reduce repository size (they can still be downloaded from the releases section and rebuilt from source);
  • the runtime type converter (which implements parts of the semantics of the 'as' operator in the language) is now generalized and able to convert values in several additional cases when the compiler cannot infer the original type of the value to be converted;
  • fixed a bug that prevented the correct parsing of ISO 8601 time strings (without date specification) into Jadescript timestamps.