Skip to content

Releases: richardschneider/net-cldr

Release v0.8.0 (2019-01-13)

13 Jan 05:56
Compare
Choose a tag to compare

Features

Release v0.7.1 (2018-10-23)

23 Oct 06:53
Compare
Choose a tag to compare

v0.7.0 was not pushed to nuget.

Release v0.7.0 (2018-10-23)

23 Oct 05:47
Compare
Choose a tag to compare

Features

  • SpellingFormatter:
  • support .Net Standard 2 (43e5052)

Bug Fixes

  • rbnf:
    • if a rule body begins with an apostrophe, the apostrophe is ignored (8994378)
    • spell out should use locale fall back number formatting (27d4975)
    • support the radix attribute (ec000fa)
    • handle all ruleset transfers (bbeb24a)

Release v0.6.0 (2018-10-15)

14 Oct 22:56
Compare
Choose a tag to compare

Features

  • rbnf: Rule based number formatting
  • NumberingSystem:
    • support locale specific rules for numbering system (57bf51e)
  • NumericFormatter:

Release v0.5.0 (2017-02-13)

13 Feb 07:11
Compare
Choose a tag to compare

The namespace has changed from Makaretu to Sepia - Simple Enterprise Patterns in Action.

Release v0.4.0 (2017-02-13)

13 Feb 06:27
Compare
Choose a tag to compare

Features

  • NumberFormatter:
    • infinity and NaN (272cc0f)
    • format a currency value (bc76e65)
    • formatting for numeric numbering systems (16bf39e)
  • Locale: primary currency (5447721)
  • LocaleExtension: "u-va-xxx" in search chain (allows posix) (def8229)

Release v0.3.0 (2017-02-11)

11 Feb 08:48
Compare
Choose a tag to compare

Bug Fixes

  • nuspec: typo (e676e76)
  • LocaleIdentifier:
    • search chain is now a combination of subtags (8b9bf1b)
    • search chain termintes with the "root" (b1b9067)
    • ToUnicodeLanguge contains the language variants (309f163)

Features

  • NumberFormatter: framework for localising a number (a230fb5)
  • NumberSymbols: localised symbols for numbers (a4d78f0)
  • Locale:
  • LocaleIdentifier:
    • canonical form (da5a649)
    • generate a search chain for the resource bundle (e4e59b0)
    • remove most likely subtags (191e689)
    • add most likely subtags (a03c726)
    • subtags are stored in canonical Formatting (affade3)
    • transform BCP 47 into a Unicode locale identifier (546f462)
    • parsing error messages (c4ba7a3)
    • formatting with ToString() (a3b33ee)
    • empty tags are always "" (9cfb619)
    • parsing extension tags (6dbc9e6)
    • parsing variant tags (0d023cf)
    • parsing (37fa21a)
  • LocalExtension:
    • canonical string representation (6b127f8)
    • Unicode BCP 47 U Extension (5617c54)
  • NumberingSystem:
    • Allow other numbering systems (ab6136e)
    • Allow "u-nu" extension to specify a numbering system (abdccaa)
    • create the default numbering system for a locale (5f6d851)
    • represents a numeric value (8115ec7)
  • Cldr:
    • document cache (94b0fda)
    • added IsVariantDefined (b74dd65)
    • code validation (7f8ebe8)
    • use XPathDocument instead of XDocument (9b30ee2)
    • find all XML elements in a sequence of docs (75805af)
  • CodeList:
  • StringRange: Enumerate the strings specified by a Unicode String Range (8585897)

Release v0.2.0 (2017-02-01)

01 Feb 01:54
Compare
Choose a tag to compare

Bug Fixes

Features

  • allow setting the official source for CLDR data (be5ce6a)
  • use common logging (f464ea1)

Release v0.1.0 (2017-01-31)

30 Jan 15:03
Compare
Choose a tag to compare

Initial release, not many features.