Skip to content

Releases: hashicorp/go-bexpr

v0.1.14

15 Feb 16:23
e33c844
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.13...v0.1.14

v0.1.13: Add any and all expression support. (#49)

11 Sep 15:37
b64930b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

26 Apr 19:23
700d3b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.2

23 Jul 17:41
0407881
Compare
Choose a tag to compare

Implement FieldConfigurations walking.

The current intended purpose of this is to be able to auto-gen some docs regarding selectors and supported operations.

v0.1.1

19 Jul 20:37
a06e276
Compare
Choose a tag to compare

This releases adds new operators on strings:

in / not in perform substring matches against a string
matches / not matches perform regular expression matches against a string

v0.1.0

03 Apr 16:10
Compare
Choose a tag to compare

In general the library works with the limitations defined in the README.md. 0.X.Y releases will be used until the MatchExpressionEvaluator interface is stabalized and once the library can handle cyclical data structures better.