Releases: Humanizr/Humanizer
Releases · Humanizr/Humanizer
v2.2
Many bugfixes and improvements contributed by the community!
- #634 - Added support for Greek language in resources contributed by Christos Matskas (cmatskas)
- #632 - Fuzzy month years logic for time span humanize extensions contributed by Martin Strecker (MaStr11)
- #631 - Latvian localization contributed by Dmitry Bogatykh (bogatykh)
- #630 - billions and millions greater than 2 contributed by Rafael Bianchi (rafaellfontana)
- #628 - IsDefined is prefered contributed by Shimmy (weitzhandler)
- #623 - Wrongful commit to master. What to do?
- #620 - Double Barrel Name conversion
- #619 - Update readme.md contributed by Tyler Brinkley (TylerBrinkley)
- #617 - issue 611: added the method Kebaberize contributed by (klaus78)
- #616 - English verb (Past Participle) tense conversion "x" => "xed" feasibility?
- #613 - Humanizer.Core not working correctly, show localized strings instead of english
- #612 - Added Swedish collection formatter contributed by Māris Brenčuks (brencuks)
- #610 - adding parameter decimals toMetric(). Fixes #609 contributed by (klaus78)
- #609 - add .ToMetric() rounding +enhancement
- #608 - 605: Fix enum no display attrib contributed by Thomas Bo Nielsen (basildk)
- #605 - enum with DisplayAttribute but no Description attribute fails +fix
- #603 - Syntax correction in readme.md contributed by Brian MacKay (kinetiq)
- #602 - Register Portuguese translations as
pt
contributed by (hangy) - #601 - Humanize pt-PT problem
- #600 - Revert "Add Esperanto support to NumberToWords. Fixes #558" contributed by Oren Novotny (onovotny)
- #598 - Workaround for Croatian TimeSpan localization bug contributed by (hangy)
- #597 - Croatian localization of TimeSpan fails with >1 day
- #596 - Can not add Humanizer 2.1.0 in Class library (.Net Core)
- #595 - Add new overload for Ordinalize that accepts a CultureInfo contributed by Thijs Brobbel (tiesmaster)
- #590 - English contributed by (stevotennis)
- #589 - Fix CONTRIBUTING.md of broken links. contributed by Sho Sato (cssho)
- #588 - Add resource value validation for DefaultFormatter contributed by Krisztián Bodrogi (Chrissx)
- #586 - added translation for DateHumanize_Now contributed by Daniel Katz (danielkatz)
- #582 - Pass through the content of the "Letter, other" Unicode category. contributed by (hangy)
- #581 - Fix misspelling contributed by Cameron Sjo (cameron-sjo)
- #578 - .Humanize() on "Arabic" letters returns empty string (or any other casing)
- #577 - .NET Core 1.0 Support?
- #576 - Fixed incorrect locale in readme contributed by (fishchisel)
- #575 - not installable for projects that targets .NET client profile
- #574 - Difference Dasherize and Hyphenate
- #573 - Humanizer.Core 2.1.0 breaks compatibility with PCL Profile 259
- #569 - Add Esperanto support to NumberToWords. Fixes #558 contributed by Alois (aloisdg)
- #558 - Add Esperanto support for NumberToWords
- #504 - Add support for long to ToQuantity contributed by Robert Pethick (RobPethick) +enhancement
- #503 - ToQuantity does not support long quantities +enhancement
- #500 - Add ToOrdinalWords extension with gender overload contributed by Robert Pethick (RobPethick)
- #328 - Ordinal number suffixes
Commits: 16dd003...4d1e9fe
Added Arabic support to ToWords
ToWords
extension can now return Arabic words based on the current culture - partially addressing #15
Future dates added for DateTime.Humanize
DehumanizeTo<TTargetEnum>
Changed DehumanizeTo to return the target enum instead of Enum - fixes #60