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).