Releases: gentee/gentee
Releases · gentee/gentee
v1.22.0
Added ThreadData and SetThreadData function.
Added Custom field to Runtime structure.
v1.21.0
Fix ifaceToObj function for processing nil fields;
Rename ifaceToObj to IfaceToObj.
v1.20.0
Added the handle type.
Added ArchiveName(str, str) str and Path(finfo) str functions.
Improved MatchPath(str, str) bool.
Added function for working with zip and tar.gz archives.
v1.19.0
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
Added StructEncode(struct) and StructDecode(buf, struct) functions.
Added AESEncrypt(str, buf) and AESDecrypt(str, buf) functions.
v.1.17.0
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
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
Added UnsetEnv function.
Added Size function.
Added ProgressHandle to Settings.
Added ProgressStart, Progress, ProgressEnd functions.
Improved playground tests.
v1.14.0
Fixed getting Mode in FileInfo function.
Added HeadInfo function for getting HTTP headers.
Added Playground mode.
v1.13.0
Fixed a bug with empty return from functions.
Added HTTPRequest function.
You can’t perform that action at this time.