Merged
Conversation
# 0.4.0-beta - 2024-04-26
<small>[Compare to previous release][comp:0.4.0-beta]</small>
### 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
[comp:0.4.0-beta]: v0.3.0-beta...v0.4.0-beta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.4.0-beta - 2024-04-26
Compare to previous release
Breaking Changes (Overview)
IFilternow requires aCurrentlist to show the collection it's currently working on. This means that close chaining works betterPackage: TopMarksDevelopment.ExpressionBuilder.Api
Breaking changes
IFilternow requires aCurrentlist to show the collection it's currently working on. This means that close chaining works betterAdded
Package: TopMarksDevelopment.ExpressionBuilder.Core
Fixed
Fixes bug introduced in v0.3.0-beta
Changes
IFilter.Currentproperty(as it's not a fix, but rather a check, it's in core-tests)
Apipackage