Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## Unreleased
## 0.1.16 (March 5, 2026)

### Improvements
- Adds "is nil" and "is not nil" selector. [[GH-129](https://github.com/hashicorp/go-bexpr/pull/129)]

### Changes
### Bug Fixes
- Fixed a bug where using "is empty" or "is not empty" with a non-slice or non-map value would panic. [[GH-129](https://github.com/hashicorp/go-bexpr/pull/129)]

### Security

## 0.1.15 (October 17, 2025)

### Improvements

### Changes
- Adds a default of 2 million for max evaluated expressions. [[GH-112](https://github.com/hashicorp/go-bexpr/pull/112)]

### Fixed
### Bug Fixes
- Fixes incorrect struct tag in README example. [[GH-76](https://github.com/hashicorp/go-bexpr/pull/76)]

### Security