Skip to content

Releases: mx-pl/ExtendedTypes_CSharp

v1.2.0

06 Feb 17:29
560c857

Choose a tag to compare

2024-02-06
The package is available on NuGet.

Features

  • Extension methods SquashWhiteSpace() and Shrink() 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

06 Jan 12:07
96adc58

Choose a tag to compare

2024-01-06
The package is available on NuGet.

Features

  • Extension methods Toggle() and Toggled()/Not() for easily readable boolean negation.
  • Extension methods IsNullOrEmpty() and IsNullOrWhiteSpace() (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.

v1.0.0

02 Jan 22:23
19f56c7

Choose a tag to compare

2023-12-18
The package is available on NuGet.

Features

  • Extension methods Toggle() and Toggled() for easily readable boolean negation.

Please see the README and CHANGELOG files for a more detailed explanation of the features and the full version history, respectively.