All Versions
58
Latest Version
Avg Release Cycle
85 days
Latest Release
1418 days ago

Changelog History
Page 6

  • v1.7.1 Changes

    • #68: DateTime.Humanize() now supports future dates

    Commits

  • v1.6.1 Changes

    January 27, 2014
    • #69: changed the return type of DehumanizeTo<TTargetEnum> to TTargetEnum

    Potential breaking change

    The return type of DehumanizeTo<TTargetEnum> was changed from Enum to TTargetEnum to make the API a lot easier to work with. That also potentially means that your calls to the old method may be broken. Depending on how you were using the method you might have to either drop the now redundant cast to TTargetEnum in your code, or ๐Ÿ›  fix it based on your requirements.

    Commits

  • v1.5.1 Changes

    January 23, 2014
    • #65: added precision to TimeSpan.Humanize

    Commits

  • v1.4.1 Changes

    January 20, 2014
    • #62: added ShowQuantityAs parameter to ToQuantity

    Commits

  • v1.3.1 Changes

    • #51: added Spanish translation for DateTime.Humanize
    • #52: added Arabic translation for DateTime.Humanize
    • #53: added Hyphenate as an overload for Dasherize
    • #54: added Portuguese translation for DateTime.Humanize
    • #55: added Arabic translation for TimeSpan.Humanize

    Commits

  • v1.1.0 Changes

    January 01, 2014
    • #37: added ToQuantity method
    • #43:
      • added Plurality enum
      • can call Singularize on singular and Pluralize on plural words
      • ToQuantity can be called on words with unknown plurality

    Commits

  • v1.0.29 Changes

    December 25, 2013
    • #26: added Norwegian (nb-NO) localization for DateTime.Humanize()
    • #33:
      • changed to Portable Class Library with support for .Net 4+, SilverLight 5, Windows Phone 8 and Win Store applications
      • symbols nuget package is published so you can step through Humanizer code while debugging your code

    Commits

  • v1.0.0 Changes

    November 10, 2013

    ๐Ÿš€ No release history before this point: check out http://www.mehdi-khalili.com/humanizer-v1 for the feature-set at V1

    Commits: ...