Skip to content

Commit

Permalink
Prepare release 1.0.152-preview [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Buildvana committed Aug 13, 2023
1 parent 410510e commit f1edcfa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes to existing features

- `Louis.Fluency.FluentExtensions.Switch` has new overloads that let you specify an [`IEqualityComparer<T>`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.iequalitycomparer-1) interface to compare the given value with comparands associated with actions.
- Pre-existing overloads of `Louis.Fluency.FluentExtensions.Switch` now use [`EqualityComparer<T>.Default`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.equalitycomparer-1.default). As a consequance, the value and comparands no longer have to implement `IEquatable<T>`. This change also makes `FluentExtensions.Switch` usable with `enum`s.

### Bugs fixed in this release

### Known problems introduced by this release

## [1.0.152-preview](https://github.com/Tenacom/Louis/releases/tag/1.0.152-preview) (2023-08-13)

### Changes to existing features

- `Louis.Fluency.FluentExtensions.Switch` has new overloads that let you specify an [`IEqualityComparer<T>`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.iequalitycomparer-1) interface to compare the given value with comparands associated with actions.
- Pre-existing overloads of `Louis.Fluency.FluentExtensions.Switch` now use [`EqualityComparer<T>.Default`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.equalitycomparer-1.default). As a consequance, the value and comparands no longer have to implement `IEquatable<T>`. This change also makes `FluentExtensions.Switch` usable with `enum`s.

## [1.0.148-preview](https://github.com/Tenacom/Louis/releases/tag/1.0.148-preview) (2023-08-01)

### New features
Expand Down

0 comments on commit f1edcfa

Please sign in to comment.