Skip to content

v0.4.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@glenn2223 glenn2223 released this 26 Apr 13:49
· 7 commits to main since this release
214017c

0.4.0-beta - 2024-04-26

Compare to previous release

Breaking Changes (Overview)

  • IFilter now requires a Current 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 a Current 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

Full Changelog: v0.3.0-beta...v0.4.0-beta