Releases: polds/expr-playground
Releases · polds/expr-playground
v0.1.0
In this release we add an importable functions
package. If you use Expr you're welcome to import this package to bring in some custom functions for your environments.
v0.1.0 adds an isSorted()
method which allows you pass in any sortable type, or any type that implements sort.Interface
and return a boolean value for whether the value is sorted.
What's Changed
- Convert CEL to Expr by @polds in #1
- Continued Expr migration by @polds in #47
- Configure auto-deployment. by @polds in #48
- fix: update link to repo by @polds in #50
- fix: Swap out logo for Expr Playground by @polds in #51
- Issue 36: Update CEL expression to Expr for Check image registry by @athegaul in #52
- Issue 53: Add examples.yaml to firebase-hosting-pull-request paths by @athegaul in #54
- Issue 37: Update CEL expression to Expr for Disallow HostPorts by @athegaul in #55
- Update Duration and Timestamp by @polds in #56
- Misc test eval fixes by @polds in #57
- Issues: Updates few CEL expressions to Expr by @athegaul in #58
- feat: override
now()
and provide a constant by @polds in #61 - feat: provide a custom
isSorted
function by @polds in #59 - feat: add “regression” suite of sorts by @polds in #60
New Contributors
Full Changelog: https://github.com/polds/expr-playground/commits/v0.1.0