All Versions
22
Latest Version
Avg Release Cycle
30 days
Latest Release
1212 days ago

Changelog History
Page 1

  • v1.19.0 Changes

    December 02, 2020
    • โž• Added EncodeInt(buf,int) and DecodeInt(buf, int) functions.
    • โž• Added SetLen(buf,int) and Write(buf, int, buf) functions.
    • โž• Added file type and OpenFile, CloseFile, Read(file, int), Write(file,buf), SetPos(file,int,int), FileInfo(file) functions.
    • ๐Ÿ›  Fixed bug in try & catch statements.
  • v1.18.0 Changes

    November 26, 2020
    • โž• Added StructEncode(struct) and StructDecode(buf, struct) functions.
    • โž• Added AESEncrypt(str, buf) and AESDecrypt(str, buf) functions.
  • v1.17.0 Changes

    November 11, 2020
    • โž• Added FindFirstRegExp(str, str) function.
    • โž• Added IsEmptyDir(str) function.
    • โž• Added ONLYDIRS flag to ReadDir function.
    • โž• Added ReadDir(str, int, arr.str, arr.str) function.
  • v1.16.0 Changes

    November 02, 2020
    • โž• Added obj += obj operator for appending an item to obj array.
    • โž• Added arr(obj), arrstr(obj), obj(finfo), map(obj), IsArray(obj), IsMap(obj) functions.
    • โž• Added Sort(arr.obj, cmpobjfunc) function.
    • โž• Added str(time) function.
  • v1.15.1 Changes

    October 20, 2020
    • โž• Added UnsetEnv function.
    • โž• Added Size function.
    • โž• Added ProgressHandle to Settings.
    • โž• Added ProgressStart, Progress, ProgressEnd functions.
    • ๐Ÿ‘Œ Improved playground tests.
  • v1.15.0

    October 20, 2020
  • v1.14.0 Changes

    September 27, 2020
    • ๐Ÿ›  Fixed getting Mode in FileInfo function.
    • โž• Added HeadInfo function for getting HTTP headers.
    • โž• Added Playground mode.
  • v1.13.0 Changes

    September 16, 2020
    • ๐Ÿ›  Fixed a bug with empty return from functions.
    • โž• Added HTTPRequest function.
  • v1.12.0 Changes

    September 10, 2020
    • โž• Added ExistFile & CreateFile functions.
    • โž• Added Stderr field to Settings.
  • v1.11.0 Changes

    August 18, 2020
    • โž• Added advanced ReadDir function.