github d5/tengo v1.17.0

latest releases: v2.17.0, v2.16.1, v2.16.0...
5 years ago

Changes

  • add objects.Importable interface with 2 implementations
    • objects.BuiltinModule: importable module written in Go
    • objects.SourceModule: importable module written in Tengo
  • remove print, println, printf, sprintf, to_json, from_json builtin functions
  • add "fmt" and "json" standard library
  • remove Script.SetBuiltinFunctions, Script.SetBuiltinModules, Script.SetUserModuleLoader functions
  • add Script.SetImports function
  • builtin functions cannot be disabled

Changelog

61890b1 module refactor (#148)

Don't miss a new tengo release

NewReleases is sending notifications on new releases.