Releases: BlackRookSoftware/RookScript
Releases · BlackRookSoftware/RookScript
1.15.1
1.15.0
Changed in 1.15.0
Changed
UpdatedScriptReaderIncluder
(PreprocessorLexer.Includer
) so that a specific encoding can be supplied to included files.Changed
Encoding clarification onScriptReader.read(String, InputStream, ...)
methods.
1.14.1
Changed in 1.14.1
Fixed
Host functionLIST()
did not encapsulate non-list values properly.
1.14.0
Changed in 1.14.0
Changed
Host functionEXEC()
will not auto-close any non-file stream, if used.
1.13.0
Changed in 1.13.0
Added
Script.getScriptEntryNames().Changed
Host functionEXEC()
will not auto-close any of the standard streams, if used.
1.12.1
Changed in 1.12.1
Fixed
SUBSTR would produce an exception ifendIndex
were out-of-bounds, due to a typo.
1.12.0
Changed in 1.12.0
Changed
Added a prettifying function to WRITEJSON and JSONSTR in JSONFunctions.
1.11.0
Changed in 1.11.0
Added
Exposed/added some script parsing methods in ScriptParser.Changed
Underlying error type in ScriptParser.Changed
Constructors for ScriptParseException and multiple errors.Changed
Return type for ScriptParser.parseScriptlet(Script).
1.10.2
Changed in 1.10.2
Fixed
EXEC() uses the working directory correctly.
1.10.1
Changed in 1.10.1
Fixed
COLOR() returned the wrong value.Fixed
EXEC() was handled suboptimally.