Releases: mx-pl/ExtendedTypes_CSharp
Releases · mx-pl/ExtendedTypes_CSharp
v1.2.0
2024-02-06
The package is available on NuGet.
Features
- Extension methods
SquashWhiteSpace()andShrink()for quick whitespace removal from strings. - Extension method
Condense()for easy shortening of sequences of identical chars in strings.
Please see the Wiki and CHANGELOG file for a more detailed explanation of the features and the full version history, respectively.
v1.1.0
2024-01-06
The package is available on NuGet.
Features
- Extension methods
Toggle()andToggled()/Not()for easily readable boolean negation. - Extension methods
IsNullOrEmpty()andIsNullOrWhiteSpace()(plus their opposites) for concise string-empty checks.
Please see the README and CHANGELOG files for a more detailed explanation of the features and the full version history, respectively.