Releases: gentee/gentee
Releases · gentee/gentee
v1.22.0
Compare
Sorry, something went wrong.
No results found
gentee
released this
11 Dec 09:31
Added ThreadData and SetThreadData function.
Added Custom field to Runtime structure.
v1.21.0
Compare
Sorry, something went wrong.
No results found
gentee
released this
16 Nov 12:15
Fix ifaceToObj function for processing nil fields;
Rename ifaceToObj to IfaceToObj.
v1.20.0
Compare
Sorry, something went wrong.
No results found
gentee
released this
24 Dec 08:43
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
Compare
Sorry, something went wrong.
No results found
gentee
released this
02 Dec 14:55
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
Compare
Sorry, something went wrong.
No results found
gentee
released this
26 Nov 13:15
Added StructEncode(struct) and StructDecode(buf, struct) functions.
Added AESEncrypt(str, buf) and AESDecrypt(str, buf) functions.
v.1.17.0
Compare
Sorry, something went wrong.
No results found
gentee
released this
11 Nov 11:48
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
Compare
Sorry, something went wrong.
No results found
gentee
released this
02 Nov 15:10
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
Compare
Sorry, something went wrong.
No results found
gentee
released this
20 Oct 05:28
Added UnsetEnv function.
Added Size function.
Added ProgressHandle to Settings.
Added ProgressStart, Progress, ProgressEnd functions.
Improved playground tests.
v1.14.0
Compare
Sorry, something went wrong.
No results found
gentee
released this
27 Sep 11:45
Fixed getting Mode in FileInfo function.
Added HeadInfo function for getting HTTP headers.
Added Playground mode.
v1.13.0
Compare
Sorry, something went wrong.
No results found
gentee
released this
16 Sep 04:11
Fixed a bug with empty return from functions.
Added HTTPRequest function.
You can’t perform that action at this time.