Skip to content

Releases: d5/tengo

v1.11.1

01 Mar 23:57
@d5 d5
53ce129
Compare
Choose a tag to compare

Changelog

53ce129 add module-import tests to most of runtime package (#125)

v1.11.0

01 Mar 18:51
@d5 d5
0c5e80b
Compare
Choose a tag to compare

Changelog

0c5e80b Limit the maximum size of string/bytes values (#121)

v1.10.2

01 Mar 17:31
@d5 d5
Compare
Choose a tag to compare

Changelog

880ee04 script.Add accepts a CallableFunc value (#124)

v1.10.1

01 Mar 02:44
@d5 d5
306055a
Compare
Choose a tag to compare

Changelog

306055a add helper functions for builtin functions and builtin modules (#122)

v1.10.0

28 Feb 16:29
@d5 d5
Compare
Choose a tag to compare

Changelog

7cc683e SetBuiltinFunctions and SetBuiltinModules (#120)

v1.9.4

26 Feb 06:55
@d5 d5
Compare
Choose a tag to compare

Changelog

39112d2 String keys allowed for map definitions. (#118)
5816186 parser.ParseFile removed (#117)

v1.9.3

25 Feb 18:25
@d5 d5
Compare
Choose a tag to compare

Changelog

6ec360c Fixed panic when bailout is triggered in parser.ParseFile() (#113)

v1.9.2

22 Feb 21:41
@d5 d5
Compare
Choose a tag to compare

Changelog

6dd573c Runtime error trace format (#111)

v1.9.1

21 Feb 17:43
@d5 d5
Compare
Choose a tag to compare

Changelog

f265f17 Stack trace for errors (#108)

v1.9.0

21 Feb 00:29
@d5 d5
3500c68
Compare
Choose a tag to compare

Changes

  • added "filename:line:column" info to VM/compiler error messages
  • overall error message cleanup
  • fixed an issue with stdlib modules where they were not properly loaded when the code is executed from compiled binary
  • some performance improvement

Changelog

3500c68 Improvements on compiler/VM error reporting (filename:line:col)