Skip to content

Releases: gentee/gentee

v1.22.0

11 Dec 09:31
Compare
Choose a tag to compare
  • Added ThreadData and SetThreadData function.
  • Added Custom field to Runtime structure.

v1.21.0

16 Nov 12:15
Compare
Choose a tag to compare
  • Fix ifaceToObj function for processing nil fields;
  • Rename ifaceToObj to IfaceToObj.

v1.20.0

24 Dec 08:43
Compare
Choose a tag to compare
  • 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

02 Dec 14:55
Compare
Choose a tag to compare
  • 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

26 Nov 13:15
Compare
Choose a tag to compare
  • Added StructEncode(struct) and StructDecode(buf, struct) functions.
  • Added AESEncrypt(str, buf) and AESDecrypt(str, buf) functions.

v.1.17.0

11 Nov 11:48
Compare
Choose a tag to compare
  • 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

02 Nov 15:10
Compare
Choose a tag to compare
  • 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

20 Oct 05:28
Compare
Choose a tag to compare
  • Added UnsetEnv function.
  • Added Size function.
  • Added ProgressHandle to Settings.
  • Added ProgressStart, Progress, ProgressEnd functions.
  • Improved playground tests.

v1.14.0

27 Sep 11:45
Compare
Choose a tag to compare
  • Fixed getting Mode in FileInfo function.
  • Added HeadInfo function for getting HTTP headers.
  • Added Playground mode.

v1.13.0

16 Sep 04:11
Compare
Choose a tag to compare
  • Fixed a bug with empty return from functions.
  • Added HTTPRequest function.