Releases: skybrud/Skybrud.Essentials
Skybrud.Essentials v1.1.5
Installation
Changelog
-
Improved logic for working with and parsing GUIDs (see eab0ef6, 7291777, fb69d7f and c4f87cf).
-
Introduced new Introduced new
ParseStringArrayutility methods (see ab1386f). -
Added two new overloads for the
GetObjectArrayextension method forJObject(see 2767380). -
The
ParseBooleanwill now also return true if input string matcheson(see f394f24 and 337504a). -
Added .NET 4.7 as a target framework - in addition to the existing target frameworks (see c5d4bd8).
Skybrud.Essentials v1.1.4
Installation
Changelog
- Fixed an issue with the
ParseGuidArraymethod as it didn't really work (see b475e3a).
Skybrud.Essentials v1.1.3
Installation
Skybrud.Essentials v1.1.2
Installation
Skybrud.Essentials v1.1.1
Installation
Changelog
Skybrud.Essentials v1.1.0
Installation
Changelog
- Updated the package to support more target frameworks. The package now supports .NET Standard 1.1, .NET Standard 1.3, .NET Framework 4.5 and .NET Framework 4.6 (see 35a4053).
Skybrud.Essentials v1.0.11
Skybrud.Essentials v1.0.10
Skybrud.Essentials v1.0.9
Changelog
-
Introduced new methods to the
StringUtilsclass for string validation (see 7c57a71). -
Added some more extension methods for
JObject(see 41c9aa4). -
Fixed an issue where JSON wasn't being saved as UTF-8 (see 5c09877).
-
Introduced new
StripHtmlmethod - thanks to @rpjengaard (see 9f28599 and 10f852c). -
Added more methods to the
JsonUtilsclass for parsing JSON (see e84e0ae). -
The
CsvToIntmethod now supports more separators - eg. new line and tabulator (see d32e917). -
Introduced new
ParseInt32Arraymethod to replaceCsvToInt(see 9ccd021). -
Introduced new
ParseInt64Arraymethod (see 0bbead2). -
Introduced new
ParseGuidArraymethod (see d19a6d5). -
Introduced new
ToLowerandToUppermethods for working with enums (see 0d94939). -
Introduced
HtmlEncodeandHtmlDecodemethods (see 3631c6b).
Skybrud.Essentials v1.0.8
Changelog
- Introduced new
WordCountandHighlightKeywordsmethods in theStringUtilsclass. The same methods are also available as extension methods forstring(see dfb1ed0). - Various improvements to the XML parsing logic - including new methods, more unit and improved unit tests (see 936bfcf).
- The
ToRfc822andToRfc2822methods in theStringUtilsclass should explicitly specify the culture to be used (invariant culture) (see 3785c83 and 0279621). - Added new properties to the
EssentialsDateTimeclass for converting an instance to ISO 8601, RFC 822 and RFC 2822 (see dfd45ea). - Added new methods to the
EssentialsDateTimeclass for converting from ISO 8601, RFC 822 and RFC 2822 strings toEssentialsDateTime(see 816264b). - Introduced new
TryParsemethods for theEssentialsDateTimeclass - in a similar way to the twoTryParsemethods in theDateTimestruct class (see a6770e6). - The
EssentialsDateTimeclass can now be initialized directly from anInt32,Int64orDouble- assuming a timestamp specified in seconds (see 3f3e0c3). - Added new
GetObjectArrayextension method forJObject(see a3b8a0b). - Added basic logic for working with the
Assemblyclass of .NET (see bc2d566). - Improvements to the XML documentation (see 83b0d1e and 936bfcf).