Skip to content

Releases: BlackRookSoftware/RookScript

1.19.0

Choose a tag to compare

@MTrop MTrop released this 20 Feb 02:02

Changed in 1.19.0

  • Fixed Some rare stack overflows may occur when setting the value of a ScriptValue.
  • Fixed Docs: The return type of EMPTY().

1.18.0

Choose a tag to compare

@MTrop MTrop released this 12 Feb 03:15

Changed in 1.18.0

  • Fixed Preprocessor directives in comment blocks now will not get processed.

1.17.3

Choose a tag to compare

@MTrop MTrop released this 07 Feb 20:26

Changed in 1.17.3

  • Fixed Account for FILELIST(...) not being able to read a directory.

Changed in 1.17.2

  • Fixed Some wrong documentation on Zip functions.

1.17.1

Choose a tag to compare

@MTrop MTrop released this 08 Dec 03:13

Changed in 1.17.1

  • Fixed Some misleading documentation.
  • Fixed BISOPEN() and BOSOPEN() registered the streams as script closeables, counter to what the documentation said.

1.17.0

Choose a tag to compare

@MTrop MTrop released this 30 Jul 02:03

Changed in 1.17.0

  • Added Map host function ISMAP().
  • Added List host function ISLIST().
  • Added Buffer host function ISBUFFER().
  • Added Misc host functions: ISBOOLEAN() ISINT() ISFLOAT() ISSTRING(), ISOBJECT().
  • Added Math host functions: ISNAN() ISINFINITE(), ISNUMERIC().

1.16.2

Choose a tag to compare

@MTrop MTrop released this 29 Jul 21:23

Changed in 1.16.2

  • Fixed Some function documentation that was misleading.

1.16.1

Choose a tag to compare

@MTrop MTrop released this 26 Jul 19:34

Changed in 1.16.1

  • Fixed STRBYTES() would error out if a null encoding was provided.

1.16.0

Choose a tag to compare

@MTrop MTrop released this 26 Jul 18:24

Changed in 1.16.0

  • Fixed Some function documentation wording.
  • Added String host function STRBYTES().
  • Added String host function STRENCODINGS().
  • Added Digest host function DIGESTALGORITHMS().
  • Added Host function library RandomFunctions.

1.15.1

Choose a tag to compare

@MTrop MTrop released this 17 Feb 00:51

Changed in 1.15.1

  • Fixed Updated Preprocessor - some directives were not ignored on false code blocks when they should have been.

1.15.0

Choose a tag to compare

@MTrop MTrop released this 01 Jul 02:21

Changed in 1.15.0

  • Changed Updated ScriptReaderIncluder (PreprocessorLexer.Includer) so that a specific encoding can be supplied to included files.
  • Changed Encoding clarification on ScriptReader.read(String, InputStream, ...) methods.