Releases: Sv443-Network/SvCoreLib
Releases · Sv443-Network/SvCoreLib
Release 1.12.0
Changelog:
- Added functions
- Fixed bugs
- Added SCL's custom error classes to new namespace
scl.Errors
- Massively improved the documentation
Release 1.11.1
(I forgot to remove some debug stuff, that's why I needed to bump the version)
Changelog:
- Added the class
SelectionMenu
to create a menu with a scrollable list of options a user can select - Added the function
allOfType()
to see if all items of an array are of a specified type
Release 1.11.0 (deprecated)
The SelectionMenu update
Changelog:
- Added the class
SelectionMenu
to create a menu with a scrollable list of options a user can select - Added the function
allOfType()
to see if all items of an array are of a specified type
Release 1.10
Changes in relation to JSLib-npm v1.9.4:
- added a TypeScript type declaration file so the in-IDE documentation and type safety is even better than before (thanks to @canarado)
- added the class
FolderDaemon
to supervise a directory for changed files - added functions
reserialize()
to copy a JSON-compatible object by value and lose the referencebyteLength()
to return the length of a string in byteshttp.pipeString()
to stream a string into an http requesthttp.pipeFile()
to stream a file into an http requesthttp.getClientEncoding()
to get the encoding method a client requested
- added the
rst
property tocolors.fg
andcolors.bg
- remade the documentation to be a bit more clear and better structured (thanks to @ThatCopy for helping)