Releases: SierraSoftworks/filters
Releases · SierraSoftworks/filters
Version 1.1.1
What's Changed
- Add
ago()anddatetime()built-in functions under thechronofeature by @Copilot in #16 - Add FilterValue::into_owned for converting to 'static by @Copilot in #17
- feat: Implement a function! macro to make defining functions easier by @notheotherben in #18
New Contributors
- @Copilot made their first contribution in #16
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
What's Changed
- feat: support hashed raw strings (r#"..."#) by @notheotherben in #13
- feat: add trim(string) built-in function by @notheotherben in #14
- refactor: make filter functions extensible via a Function trait by @notheotherben in #15
Full Changelog: v1.0.3...v1.1.0
Version 1.0.3
What's Changed
- Add public expression-visitor API behind
visitorfeature by @notheotherben in #12
Full Changelog: v1.0.1...v1.0.3
Version 1.0.1
What's Changed
- feat: implement serde Serialize for Filter by @notheotherben in #11
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
What's Changed
- Bump actions/checkout from 4 to 6 in the github-actions group by @dependabot[bot] in #1
- Zero-allocation filter evaluation with benchmarks by @notheotherben in #2
- Add glob (like) and regex (matches) pattern-matching operators by @notheotherben in #4
- Add case-sensitive variants of the string matching operators by @notheotherben in #6
- Bump criterion from 0.7.0 to 0.8.2 in the cargo-dependencies group by @dependabot[bot] in #7
- Add secret string values behind a secrecy feature flag by @notheotherben in #5
- Add datetime and duration comparisons behind a chrono feature flag by @notheotherben in #3
- Make FilterValue borrow its data via a lifetime parameter by @notheotherben in #8
- docs: add AGENTS.md contributor guide (CLAUDE.md symlink) by @notheotherben in #9
- Rename crate to filt-rs and add crates.io release workflow by @notheotherben in #10
New Contributors
- @dependabot[bot] made their first contribution in #1
- @notheotherben made their first contribution in #2
Full Changelog: https://github.com/SierraSoftworks/filters/commits/v1.0.0