Tengo Versions Save

A fast script language for Go

v2.17.0

2 months ago

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

10 months ago

Changelog

48308d4 fix json decode (#424)

v2.16.0

1 year ago

Changelog

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

v2.15.0

1 year ago

Changelog

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

v2.14.0

1 year ago

Changelog

  • 7108e9c fix golint (#407)
  • 2edd39e Update objects.md (#401)
  • 3f4245d fix: solve precision problem when decode bigint in json (#399)
  • ecc3d91 Added more math consts (#404)
  • 82b543f Better support for TZ locations in the times module (#397)

v2.13.0

1 year ago

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

1 year ago

Changelog

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

v2.12.1

1 year ago

Changelog

  • 818d6dc vim syntax highlighter (#383)
  • 6fc8053 fix runtime panics on self assignment (#387)

v2.12.0

1 year ago

Changelog

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

v2.11.2

1 year ago

Changelog

  • 9bf0359 limit to go 1.16+ (#382)