Skip to content

Releases: Humanizr/Humanizer

Added Arabic support to ToWords

04 Feb 13:20
Compare
Choose a tag to compare

ToWords extension can now return Arabic words based on the current culture - partially addressing #15

Future dates added for DateTime.Humanize

04 Feb 13:18
Compare
Choose a tag to compare

Implemented future dates for DateTime.Humanize - fixes #67 & #2

DehumanizeTo<TTargetEnum>

04 Feb 13:16
Compare
Choose a tag to compare

Changed DehumanizeTo to return the target enum instead of Enum - fixes #60