Skip to content

v1.14.1

Compare
Choose a tag to compare
@antonmedv antonmedv released this 20 Aug 20:05
· 335 commits to master since this release
8cd12a9
  • Added ast.String() to nodes.
  • Added keys(), values() and type() builtins.
  • Added the ability to disable builtins via expr.DisableBuiltin().
  • Fixed bunch of errors with corner cases in type checkers.