All Versions
22
Latest Version
Avg Release Cycle
30 days
Latest Release
1597 days ago
Changelog History
Page 1
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.