Skip to content

Releases: d5/tengo

v2.17.0

29 Feb 20:21
c461a7f
Compare
Choose a tag to compare

Changelog

c461a7f Fix: stop execution when trying to slice an unsupported type (#443)
47062da Add os.arch and os.platform (#437)
e9b0393 fix the import expr string output (#440)
9d35005 Throw a runtime error when trying to slice an unsupported type (#442)
18b953c increase size of jump operands (#438)
da09c30 Revert "[OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) (#433)" (#436)
18424de [OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) (#433)
92cbb9b Use any instead of interface{} (#419)
0177bdb fix json.indent docs (#429)

v2.16.1

26 Jun 11:18
48308d4
Compare
Choose a tag to compare

Changelog

48308d4 fix json decode (#424)

v2.16.0

23 Apr 14:20
55f2519
Compare
Choose a tag to compare

Changelog

55f2519 update go version to fix goreleaser (#422)

v2.15.0

23 Apr 09:19
f90bc00
Compare
Choose a tag to compare

Changelog

f90bc00 bugfix: parse expect error when mis match braces (#421)

v2.14.0

18 Mar 15:25
82b543f
Compare
Choose a tag to compare

Changelog

v2.13.0

26 Sep 08:27
a419bfc
Compare
Choose a tag to compare

Changelog

  • 8a3f5bd fix: copy SourceMap in vm OpClosure branch (#392)
  • dfcfd66 Use Object.Copy when cloning globals in Compiled (#393)
  • a419bfc fix slice low/high index shadowing variables in vm (#394)

v2.12.2

29 Aug 16:05
e338512
Compare
Choose a tag to compare

Changelog

  • e338512 fix: do not invert token.Less to token.Greater in compiler (#391)

v2.12.1

20 Jul 15:29
6fc8053
Compare
Choose a tag to compare

Changelog

v2.12.0

15 Jun 04:25
6fc27de
Compare
Choose a tag to compare

Changelog

  • 6fc27de add support for parsing binary, octal and hex numbers (#364)

v2.11.2

12 Jun 16:10
9bf0359
Compare
Choose a tag to compare

Changelog