Skip to content

Releases: SierraSoftworks/filters

Version 1.1.1

15 Jun 21:25
3589a35

Choose a tag to compare

What's Changed

  • Add ago() and datetime() built-in functions under the chrono feature 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

15 Jun 11:12
129e548

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

Version 1.0.3

13 Jun 15:51
3b60fa1

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.3

Version 1.0.1

13 Jun 14:46
e29030b

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

13 Jun 14:00
eb7bb66

Choose a tag to compare

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

Full Changelog: https://github.com/SierraSoftworks/filters/commits/v1.0.0