Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.27 KB

ChangeLog.md

File metadata and controls

34 lines (22 loc) · 1.27 KB

Version 1.3.2

  • added IndexOf and LastIndexOf method to Array.
  • added IsEmpty method to IEnumerable.
  • added IsNullOrEmpty and IsBlank method to String.
  • added ToTitleCase method to String.

Compare View

Version 1.3.1

  • added null checking for String extension method ToHashString.
  • added null and empty string checking for String extension method Encrypt, Decrypt.

Compare View

Version 1.3

  • TimeSpan extension methods [Ago, FromNow, Until, Since] now return DateTimeOffset instead of DateTime.
  • added null checking for String extension method FormatWith.
  • added null checking for Enumerable extensions methods [From, To].
  • added Crytography extensions to strings [Encrypt, Decrypt, ToHashString]
  • added string to number conversions methods [ToInt32, ToInt64, ToDouble, ToDecimal, AsInt32, AsInt64, AsDouble, AsDecimal]

Compare View

Version 1.2

  • added DateTimeOffset calculations.
  • added String formatting with FormatWith.
  • added easier looping with Times.

Compare View