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

Changelog History
Page 3

  • v1.35.0 Changes

    March 29, 2015
    • #399: Added support for humanizing DateTimeOffset
    • #395: Added support for Xamarin platforms to PCL
    • #397: Added is/are to inflector rules
    • #392: Default implementation for collection formatter using regular style instead of an exception. Default separator is ampercent.
    • #377: Added culture specific decimal separator

    Commits

  • v1.34.0 Changes

    March 04, 2015
    • #381: Fixes trailing question mark reported in #378.
    • #382: Fix 90000th and -thousandth in RussianNumberToWordsConverter.
    • #386: Collection formatter support for German, Danish, Dutch, Portuguese and Norwegian
    • #384: Added maximum TimeUnit to TimeSpanHumanizeExtensions.Humanize to enable prevention of rolling up the next largest unit of time.

    Commits

  • v1.33.7 Changes

    February 03, 2015
    • #376: Fixes the IConvertible warning thrown on Windows Phone reported on #317

    Commits

  • v1.33.0 Changes

    January 26, 2015
    • #374: BREAKING CHANGE: Fixed Chinese locale code: CHS to Hans & CHT to Hant
    • #366: Removed UnitPreposition to avoid warnings in Win 8.1 apps
    • #365: Added ByteSizeExtensions method for long inputs
    • #364: Added "campuses" as plural of "campus"
    • #363: Use RegexOptions.Compiled if available

    Commits

  • v1.32.0 Changes

    December 18, 2014
    • #354: Removed unnecessary Regex constructors
    • #356: Added missing values for ro and changed the RomanianFormatter implementation so as to avoid duplicate resources
    • #357: Added Chinese localisation
    • #350: Added missing values for nl
    • #359: Added special case resources to neutral language
    • #362: Fixed arithmatic operations in ByteSize
    • #361: Added 'criteria' as the irregular plural of 'criterion'
    • #355: Added 'waves' as plural of 'wave'

    Commits

    v1.31.0 - 2014-11-08

    • #340: Fixed TimeSpan humanization precision skips units after the largest one when they're zero until it finds a non-zero unit
    • #347: Changed één to 1 for dutch language.

    Commits

  • v1.30.0 Changes

    November 01, 2014
    • #341: Added logic to properly treat underscores, dashes and spaces.
    • #342: Added complete Uzbek localisation

    Commits

  • v1.29.0 Changes

    September 12, 2014
    • #320: Fixed Dehumanize actually humanizing an already dehumanized string
    • #322: DefaultFormatter.TimeSpanHumanize throws a more meaningful exception when called with TimeUnits larger than TimeUnit.Week
    • #314: Added ByteRate class and supporting members to facilitate calculation of byte transfer rates
    • #333: Added support to humanize enums from resource strings
    • #332: Added Italian localisation and tests: date and time Resources, CollectionFormatter, NumberToWordsConverter (cardinal and ordinal), Ordinalizer

    Commits

  • v1.28.0 Changes

    July 06, 2014
    • #309: Fixed the bug with DateTime.Humanize returning tomorrow when it's not actually tomorrow
    • #306: Added Singularize/Pluralize overload without using obsolete plurality enum
    • #303: Added support for all integer types in ByteSize extensions
    • #307: Added support to string.FormatWith for the explicit culture parameter
    • #312: Added Turkish ToWord, ToOrdinalWord and Ordinalize implementation
    • #173: Added support for Window Phone 8.1

    Commits

  • v1.27.0 Changes

    June 21, 2014
    • #301: Added Bangla (Bangladesh) localisation
    • #300: Added optional Culture parameter to NumberToWords
    • #297: Added support for all integer types in Fluent Date
    • #294: Added support for untyped comparison of ByteSize
    • #277: Added support for custom enum description attribute property names
    • #276: Added Farsi ToOrdinalWords
    • #281: Changed the logic for handling hyphenation and large numbers ending in twelve for English ordinal words; e.g. before "twenty first" now "twenty-first"
    • #278: Changed DefaultDateTimeHumanizeStrategy to turn 60 min to one hour not 45
    • #283: Added Neutral nb support for DateTime and TimeSpan Humanize
    • #286: Added optional Culture parameter to DateTime.Humanize & TimeSpan.Humanize

    Commits

  • v1.26.1 Changes

    May 20, 2014
    • #257: Added German localisation for ToOrdinalWords and Ordinalize
    • #261: Added future dates to Portuguese - Brazil
    • #269: Added Vietnamese localisation
    • #268: Added humanization of collections

    Commits