v0.4.0-beta
Pre-release
Pre-release
0.4.0-beta - 2024-04-26
Breaking Changes (Overview)
IFilter
now requires aCurrent
list to show the collection it's currently working on. This means that close chaining works better
Package: TopMarksDevelopment.ExpressionBuilder.Api
Breaking changes
IFilter
now requires aCurrent
list to show the collection it's currently working on. This means that close chaining works better
Added
- Added summary blocks to all the interfaces (Chore: more to do)
Package: TopMarksDevelopment.ExpressionBuilder.Core
Fixed
- Close chaining no longer carries through to the root filer.
Fixes bug introduced in v0.3.0-beta
Changes
- Implemented new
IFilter.Current
property - Added test for some deeper close chaining
(as it's not a fix, but rather a check, it's in core-tests) - Removed some summary blocks that had been moved to the
Api
package
What's Changed
- Fixed close chaining bug introduced in v0.3.0-beta by @glenn2223 in #17
- Added extra test for deep close chaining check by @glenn2223 in #18
- Added summaries to interfaces in
Api
package by @glenn2223 in #19 - v0.4.0-beta by @glenn2223 in #20
Full Changelog: v0.3.0-beta...v0.4.0-beta