This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Releases: TechNobre/PowerUtils.Text
Releases · TechNobre/PowerUtils.Text
v4.0.0
v3.2.0
v3.1.0
v3.0.0
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
2.1.0
[2.1.0] - 2022-03-04
New Features
- Added extension
string.ToSnakeCase()
;
Enhancements
- Simplified code;
2.0.0
[2.0.0] - 2022-02-10
New Features
- Added extension
string.IsEmail()
; - Added extension
string.CombineURL()
; - Added extension
object.ToQueryString()
;
Breaking Changes
- Discontinued the extension
string.EmptyOrWhiteSpace()
. New methodstring.EmptyOrWhiteSpaceToNull()
;
1.2.0
1.1.0
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;