|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [0.1.1](https://github.com/cel-rust/cel-rust/compare/example-v0.1.0...example-v0.1.1) - 2025-10-15 |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- *(antlr)* support multiple errors from parsing |
| 15 | + |
| 16 | +### Other |
| 17 | + |
| 18 | +- Consolidate parser and interpreter into single `cel` crate ([#167](https://github.com/cel-rust/cel-rust/pull/167)) |
| 19 | +- Clippy |
| 20 | +- Added anyhow example |
| 21 | +- Fix default features, cleanup dependencies & other minor code improvements ([#109](https://github.com/cel-rust/cel-rust/pull/109)) |
| 22 | +- Support empty/default contexts, put chrono/regex behind features ([#97](https://github.com/cel-rust/cel-rust/pull/97)) |
| 23 | +- Convert CEL values to JSON ([#77](https://github.com/cel-rust/cel-rust/pull/77)) |
| 24 | +- Add an Axum example ([#57](https://github.com/cel-rust/cel-rust/pull/57)) |
| 25 | +- Feat/serializer ([#33](https://github.com/cel-rust/cel-rust/pull/33)) |
| 26 | +- Supporting thread-safe execution ([#22](https://github.com/cel-rust/cel-rust/pull/22)) |
| 27 | +- Updated integer types from 32-bit to 64-bit |
| 28 | +- Cleanup, linting, and more examples |
| 29 | +- Fixing a few quirks and adding more function examples |
| 30 | +- General clean up |
| 31 | +- Ported existing functions to use magic params |
| 32 | +- First pass of function value resolvers |
| 33 | +- Bunch of renaming and cleanup |
| 34 | +- Added function context for better function utilities ([#7](https://github.com/cel-rust/cel-rust/pull/7)) |
| 35 | +- Added some examples about how to use the library ([#5](https://github.com/cel-rust/cel-rust/pull/5)) |
0 commit comments