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

Releases: TechNobre/PowerUtils.Text

v4.0.0

30 Aug 12:12
Compare
Choose a tag to compare

4.0.0 (2025-08-30)

Bug Fixes

  • Marked all implementations as Obsolete (8eaf7f5)

BREAKING CHANGES

  • Deprecated package

v3.2.0

13 Nov 02:03
Compare
Choose a tag to compare

3.2.0 (2024-11-13)

Features

v3.1.0

14 Sep 01:11
Compare
Choose a tag to compare

3.1.0 (2024-09-14)

Features

v3.0.0

06 Aug 14:59
Compare
Choose a tag to compare

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

v2.2.0

11 Jul 20:51
Compare
Choose a tag to compare

2.2.0 (2022-07-11)

Features

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

2.1.0

04 Mar 16:41
180122a
Compare
Choose a tag to compare

[2.1.0] - 2022-03-04

Full Changelog

New Features

  • Added extension string.ToSnakeCase();

Enhancements

  • Simplified code;

2.0.0

10 Feb 00:48
aadb13c
Compare
Choose a tag to compare

[2.0.0] - 2022-02-10

Full Changelog

New 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

23 Nov 00:35
f653f1b
Compare
Choose a tag to compare

New features

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

Enhancements

  • Updated documentation;

Updates

  • Added support to .NET6.0;

1.1.0

15 Aug 12:58
dfffa0e
Compare
Choose a tag to compare

New 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

15 Aug 12:57
d9a750e
Compare
Choose a tag to compare
  • Kick start project