cel-go v0.3.1 Release Notes

Release Date: 2019-10-08 // over 4 years ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ“œ The parser/unparser.go appropriately handles space-sensitive operators.
    • ๐Ÿ‘ The interpreter/planner.go supports the overloading operations by overload id.
    • ๐Ÿ‘Œ Support for wrapper, protobuf.Any, and Proto3 to JSON-based protobuf.Value conversions
      within ConvertToNative.
    • ๐Ÿ‘Œ Support for iterating over the interpreter/evalstate.go values.
    • โœ‚ Removed a pathological recursion case from the type-checker.