Skip to content

Releases: Sv443-Network/SvCoreLib

Release 1.12.0

26 Jan 14:02
b8267d9
Compare
Choose a tag to compare

Changelog:

  • Added functions
    • sql.sendQuery() to send SQLI protected queries (issue #10)
    • insertValues() to insert values into a percent-formatted string (issue #11)
    • setWindowTitle() to set the terminal's window title (issue #12)
  • Fixed bugs
    • FolderDaemon didn't work when blacklist pattern array was empty (issue #6)
    • FolderDaemon didn't call onChanged when file was reset to a previously known file content (issue #7)
  • Added SCL's custom error classes to new namespace scl.Errors
  • Massively improved the documentation

Release 1.11.1

31 Aug 13:11
Compare
Choose a tag to compare

(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)

31 Aug 13:00
Compare
Choose a tag to compare

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

24 Aug 18:50
3705f04
Compare
Choose a tag to compare

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 reference
    • byteLength() to return the length of a string in bytes
    • http.pipeString() to stream a string into an http request
    • http.pipeFile() to stream a file into an http request
    • http.getClientEncoding() to get the encoding method a client requested
  • added the rst property to colors.fg and colors.bg
  • remade the documentation to be a bit more clear and better structured (thanks to @ThatCopy for helping)