Skip to content

v0.14.0

Latest

Choose a tag to compare

@jnthntatum jnthntatum released this 17 Nov 23:32

Bug Fixes

  • [TypeChecker]: fixed a bug where a recursive type would be inferred leading to an eventual crash.

Features

  • added most of the remaining functions in the canonical strings extension

API Changes

  • cel::Ast is no longer opaque, the members are visible without downcasting to a private implementation.
  • cel::NavigableAst -> cel::NavigableProtoAst
  • cel::NavigableAst added (operating on cel::Expr and co.)

Other

  • various refactors

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0