Releases: BlackRookSoftware/RookScript
Releases · BlackRookSoftware/RookScript
1.19.0
1.18.0
Changed in 1.18.0
FixedPreprocessor directives in comment blocks now will not get processed.
1.17.3
Changed in 1.17.3
FixedAccount forFILELIST(...)not being able to read a directory.
Changed in 1.17.2
FixedSome wrong documentation on Zip functions.
1.17.1
Changed in 1.17.1
FixedSome misleading documentation.FixedBISOPEN()andBOSOPEN()registered the streams as script closeables, counter to what the documentation said.
1.17.0
Changed in 1.17.0
AddedMap host functionISMAP().AddedList host functionISLIST().AddedBuffer host functionISBUFFER().AddedMisc host functions:ISBOOLEAN()ISINT()ISFLOAT()ISSTRING(),ISOBJECT().AddedMath host functions:ISNAN()ISINFINITE(),ISNUMERIC().
1.16.2
Changed in 1.16.2
FixedSome function documentation that was misleading.
1.16.1
Changed in 1.16.1
FixedSTRBYTES() would error out if a null encoding was provided.
1.16.0
Changed in 1.16.0
FixedSome function documentation wording.AddedString host functionSTRBYTES().AddedString host functionSTRENCODINGS().AddedDigest host functionDIGESTALGORITHMS().AddedHost function libraryRandomFunctions.
1.15.1
Changed in 1.15.1
FixedUpdated Preprocessor - some directives were not ignored on false code blocks when they should have been.
1.15.0
Changed in 1.15.0
ChangedUpdatedScriptReaderIncluder(PreprocessorLexer.Includer) so that a specific encoding can be supplied to included files.ChangedEncoding clarification onScriptReader.read(String, InputStream, ...)methods.