All Versions
48
Latest Version
Avg Release Cycle
78 days
Latest Release
-

Changelog History
Page 3

  • v1.10.1 Changes

    • ๐Ÿ›  Fix #239: Add de-AT localization. Thanks @gwynjudd.
    • ๐Ÿ›  Fix #242: Added de-LI localisation. Thanks @gwynjudd.
    • ๐Ÿ›  Fix #243: en-IE localization. Thanks @gwynjudd.
    • ๐Ÿ›  Fix #246: Added it-CH localization. Thanks @gwynjudd.
    • ๐Ÿ›  Fix #265: Revert Error thrown when invalid input. Thanks @BenjaminVanRyseghem.
  • v1.10.0 Changes

    • ๐Ÿ›  Fix #213: Unhelpful Error Message with $ as Format String. Thanks @reustle.
    • ๐Ÿ›  Fix #221: update package.json license field. Thanks @mguida22.
    • ๐Ÿ›  Fix #190: Allow abbreviation precision for < 4. Thanks @chrisnicola.
    • ๐Ÿ›  Fix #227: Add Romanian locale. Thanks @herodrigues.
    • ๐Ÿ›  Fix #222: allow a decimal format for an integer. Thanks @mguida22.
    • ๐Ÿ›  Fix #233: Correct CZ and SK locales (finally). Thanks @smajl.
    • ๐Ÿ›  Fix #244: Fixes for fr-CH. Thanks @gwynjudd.
    • ๐Ÿ›  Fix #262: Better input validation. Thanks @BenjaminVanRyseghem.
  • v1.9.3 Changes

    • ๐Ÿ›  Fix #184: Accurate, up-to-date type definitions for TypeScript. Thanks @dpoggi.
    • ๐Ÿ›  Fix #196: Fix german language specifications. Thanks @Ben305.
    • ๐Ÿ›  Fix #197: Add detection for Meteor. Thanks @Ben305.
    • ๐Ÿ›  Fix #206: fix number formats for de-CH. Thanks @Remo.
  • v1.9.2 Changes

    • ๐Ÿ›  Fix #195: Fixed wrong results from formatForeignCurrency. Thanks @Ben305.
  • v1.9.1 Changes

    • โž• Add forgotten files
  • v1.9.0 Changes

    • ๐Ÿ›  Fix #192: Add locales en-AU and en-NZ. Thanks @Ben305.
    • ๐Ÿ›  Fix #193: Add function formatForeignCurrency. Thanks @Ben305.
    • ๐Ÿ›  Fix #194: Fix undefined error on React native. Thanks @abalhier.
  • v1.8.1 Changes

    • ๐Ÿ›  Fix #182: Added support for numbers without leading zero. Thanks @budnix.
    • ๐Ÿ›  Fix #183: Number validation doesn't validate negative numbers. Thanks @budnix.
  • v1.8.0 Changes

    • ๐Ÿ›  Fix #180: Add culture function, deprecate language. Thanks @wereHamster.
    • ๐Ÿ›  Fix #170: Add the ability to determine units without formatting. Thanks @pickypg.
    • ๐Ÿ›  Fix #162: Add TypeScript declaration file. Thanks @wereHamster.
    • ๐Ÿ›  Fix #163: unformat: return undefined when value can't be parsed. Thanks @wereHamster.
    • ๐Ÿ›  Fix #173: Added two latest stable node versions to Travis build. Thanks @therebelrobot.
    • ๐Ÿ›  Fix #176: default pt-BR currency is prefix, not postfix. Thanks @luisrudge.
    • ๐Ÿ›  Fix #175: Zero byte unit fix, take 2. Thanks @therebelrobot.
    • ๐Ÿ›  Fix #135: Fix fr-CA currency format. Thanks @killfish.
    • ๐Ÿ›  Fix #174: Set versions for all deps. Thanks @BenjaminVanRyseghem.
    • ๐Ÿ›  Fix #152: Use zeros() function instead of multiple inline implementations. Thanks @MarkHerhold.
  • v1.7.1 Changes

    • ๐Ÿ›  Fix #142: Limit packaging extraneous files. Thanks @MarkHerhold.
    • ๐Ÿ›  Fix #143: Fixing web build. Thanks @mmollick.
    • ๐Ÿ›  Fix #149: Allow loading of cultures in node explicitly if numbro hasn't detected correctly that it is in node. Thanks @stewart42.
    • ๐Ÿ›  Fix #147: Fixing formatting issues for very small (+/-1e-23) numbers. Thanks @MarkHerhold.
  • v1.7.0 Changes

    • ๐Ÿ›  Fix decimal rounding issue. Thangrks @Shraymonks.
    • ๐Ÿ›  Fix #114: webpack bundling. Thanks @mmollick.
    • โž• Add ko-KR & zh-TW support. Thanks @rocketedaway and @rWilander.
    • โž• Add existence check for require. Thanks @jamiter.
    • ๐Ÿ‘Œ Improve verbatim feature. Thanks @jneill.