Sign in Sign up
nuget

HandyHangoutStudios.Common

A package of common utilities used by the Handy Hangout Studios Devs. Change Log 1.2.2 -> 1.2.3 - Fix a bug where when a span didn't have any style associated with it the parser would throw an "Object reference not set to an instance of an object." exception 1.2.1 -> 1.2.2 - DiscordMarkdown strings should now use the minimal number of characters needed without inserting extra characters. 1.2.0 -> 1.2.1 - Add escape characters to all instances of special characters in a string that will be going to Discord so as to be sure that special characters are preserved 1.1.0 -> 1.2.0 - Revert the change to parsing as that error should be handled by passing a reference time into the DateTimeRecognizer.RecognizeDateTime() 1.0.1 -> 1.1.0 - Fixed a bug in parsing where parsing now would return the time for the timezone of the bot. Now, the parsing requires a timezone to reference against - Added Html Extension Methods to convert from Html or HtmlNodes from HtmlAgilityPack to DiscordMarkdown strings. 1.0.0 -> 1.0.1 - Changed from using Period to Duration in the DateTimeV2Value Class for types of DateTimeV2Type.Duration

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
5
Cadence
~4 days
Last 12 months
0

Details

First release
Nov 22, 2020
Releases
Version Released
1.2.2 patch
1.2.1 patch
1.2.0 minor
1.1.0 minor
1.0.1 initial