Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Latest commit

 

History

History
121 lines (51 loc) · 3.08 KB

File metadata and controls

121 lines (51 loc) · 3.08 KB

4.0.0 (2025-08-30)

Bug Fixes

  • Marked all implementations as Obsolete (8eaf7f5)

BREAKING CHANGES

  • Deprecated package

3.2.0 (2024-11-13)

Features

3.1.0 (2024-09-14)

Features

3.0.0 (2023-08-06)

Bug Fixes

  • Soved issue CleanExtraLineBreak() removing spaces before and after line breaks (2c8fc7a)

Code Refactoring

  • Removed discontinued extensions (d4ed02f)

Tests

  • Added unit tests for all supported frameworks (267cf7c)

BREAKING CHANGES

  • Removed discontinued extensions EmptyOrWhiteSpace
  • Removed supported for netstandard2.0, netstandard2.1, net462, net48

2.2.0 (2022-07-11)

Features

  • Add support to debug in runtime Microsoft.SourceLink.GitHub (08885ec)

2.1.0 (2022-03-04)

[Full Changelog]

Features

  • Added extension string.ToSnakeCase();

Enhancements

  • Simplified code;

2.0.0 (2022-02-10)

Features

  • Added extension string.IsEmail();
  • Added extension string.CombineURL();
  • Added extension object.ToQueryString();

BREAKING CHANGES

  • Discontinued the extension string.EmptyOrWhiteSpace(). New method string.EmptyOrWhiteSpaceToNull();

1.2.0 (2021-11-23)

Features

  • Added extension string.LowercaseFirst(). To lowercase the first character;

Enhancements

  • Updated documentation;

Updates

  • Added support to .NET6.0;

1.1.0 (2021-07-18)

Features

  • Added extension string.UppercaseFirst(). To uppercase the first character;
  • Added extension string.CapitalizeName(). To capitalize the people and company names;
  • Added extension string.CleanSpecialCharacters(). To replace all special characters in a string for other character;

1.0.0 (2021-07-18)

  • Kick start project