Skip to content

Releases: d5/tengo

v2.11.1

11 Jun 07:21
131638f
Compare
Choose a tag to compare

Changelog

v2.11.0

11 Jun 06:53
71459c4
Compare
Choose a tag to compare

Changelog

  • f90d433 Corrected/changed variable names of the base64 and hex imports (instead of fmt) to correspond with the module name itself. (#375)
  • 71459c4 fix deadcode optimization (#378)

v2.10.1

08 Feb 16:57
0afdfde
Compare
Choose a tag to compare

Changelog

v2.10.0

13 Nov 23:15
4846cf5
Compare
Choose a tag to compare

Changelog

a7666f0 Handle panics by deferring recover as an error (#345)
4846cf5 add custom extension support for importing source file (#350)

v2.9.0

07 Nov 00:36
3b65ddf
Compare
Choose a tag to compare

Changelog

3b65ddf Extract ModuleGetter interface for dynamic imports (#349)
d9b300c For the OpMap VM instruction, since numElements is known just use the capacity hint. (#347)
de6dc1e Update README.md

v2.8.0

05 Jul 08:52
ac80580
Compare
Choose a tag to compare

Changelog

50af716 Update README.md
ac80580 add Eval function (#338)

v2.7.0

02 Mar 07:14
8858304
Compare
Choose a tag to compare

Changelog

8858304 PR: builtin range function #326 (#328)
c51d02f fix github env (#329)

v2.6.2

18 Sep 00:17
2565e05
Compare
Choose a tag to compare

v2.6.1

14 Sep 02:35
15494e1
Compare
Choose a tag to compare

v2.6.0

08 Jun 16:58
7834251
Compare
Choose a tag to compare

Changelog

7834251 spread last call argument v2 (#302)