Skip to content

Release v0.5.0

Choose a tag to compare

@TristonianJones TristonianJones released this 18 Nov 22:45
· 183 commits to master since this release
1b5a71c

Tests

  • Test that unbound funs and vars are runtime errs. (#120)
  • Conformance tests for dynamic conversions. (#117)
  • No unicode normalization: spec and tests. (#125)
  • Clarify homogeneous equality on lists and maps (#128)
  • Document overflow behavior, add tests. (#130)
  • Remove unused list and map type conversions. (#132)
  • Add basic tests and update lexis (#136)
  • Doc and conformance test for parsing depth. (#147)
  • More detailed spec and tests for parse limits. (#148)
  • Conformance tests for double to big uint. (#151)
  • Conformance eval both checked and parsed ASTs. (#153)
  • Conformance tests for enums and no wrapper. (#157)

Features

  • Flag to skip check phase on all conformance tests. (#160)
  • Document the open CEL governance process (#134)

Fixes

  • Fix syntax of signs (#129)
  • Fix grammar for description of duration (#139)
  • Golang protobuf v2 API support (#161)