dc202e0642d2dde291fadc62ccfe5142c5f33d97760c751d5657112db414c777dcb2ed0a0afb48a08bffd6051caf4f6304555bd4e81d7f079e2f1005cf2b54 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. ### 1.9.3
  2. - Fix #184: Accurate, up-to-date type definitions for TypeScript. Thanks @dpoggi.
  3. - Fix #196: Fix german language specifications. Thanks @Ben305.
  4. - Fix #197: Add detection for Meteor. Thanks @Ben305.
  5. - Fix #206: fix number formats for de-CH. Thanks @Remo.
  6. ### 1.9.2
  7. - Fix #195: Fixed wrong results from formatForeignCurrency. Thanks @Ben305.
  8. ### 1.9.1
  9. - Add forgotten files
  10. ### 1.9.0
  11. - Fix #192: Add locales en-AU and en-NZ. Thanks @Ben305.
  12. - Fix #193: Add function formatForeignCurrency. Thanks @Ben305.
  13. - Fix #194: Fix undefined error on React native. Thanks @abalhier.
  14. ### 1.8.1
  15. - Fix #182: Added support for numbers without leading zero. Thanks @budnix.
  16. - Fix #183: Number validation doesn't validate negative numbers. Thanks @budnix.
  17. ### 1.8.0
  18. - Fix #180: Add culture function, deprecate language. Thanks @wereHamster.
  19. - Fix #170: Add the ability to determine units without formatting. Thanks @pickypg.
  20. - Fix #162: Add TypeScript declaration file. Thanks @wereHamster.
  21. - Fix #163: unformat: return undefined when value can't be parsed. Thanks @wereHamster.
  22. - Fix #173: Added two latest stable node versions to Travis build. Thanks @therebelrobot.
  23. - Fix #176: default pt-BR currency is prefix, not postfix. Thanks @luisrudge.
  24. - Fix #175: Zero byte unit fix, take 2. Thanks @therebelrobot.
  25. - Fix #135: Fix fr-CA currency format. Thanks @killfish.
  26. - Fix #174: Set versions for all deps. Thanks @BenjaminVanRyseghem.
  27. - Fix #152: Use zeros() function instead of multiple inline implementations. Thanks @MarkHerhold.
  28. ### 1.7.1
  29. - Fix #142: Limit packaging extraneous files. Thanks @MarkHerhold.
  30. - Fix #143: Fixing web build. Thanks @mmollick.
  31. - Fix #149: Allow loading of cultures in node explicitly if numbro hasn't detected correctly that it is in node. Thanks @stewart42.
  32. - Fix #147: Fixing formatting issues for very small (+/-1e-23) numbers. Thanks @MarkHerhold.
  33. ### 1.7.0
  34. - Fix decimal rounding issue. Thangrks @Shraymonks.
  35. - Fix #114: webpack bundling. Thanks @mmollick.
  36. - Add ko-KR & zh-TW support. Thanks @rocketedaway and @rWilander.
  37. - Add existence check for require. Thanks @jamiter.
  38. - Improve verbatim feature. Thanks @jneill.
  39. ### 1.6.2
  40. - Fix deprecated use of `language` and introduce `cultureCode`. Thanks @BenjaminVanRyseghem
  41. ### 1.6.1
  42. - Fix languages to use proper intPrecision. Thanks @BenjaminVanRyseghem
  43. - Fix `intPrecision` when value is 0. Thanks @BenjaminVanRyseghem
  44. ### 1.6.0
  45. - Introduce new API functions:
  46. - setCulture
  47. - culture
  48. - cultureData
  49. - cultures
  50. - Deprecate API functions:
  51. - setLanguage
  52. - language
  53. - languageData
  54. - languages
  55. Those deprecated functions will be removed in version 2.0.0
  56. ### 1.5.2
  57. - Fixed scoping issue. Thanks @tuimz
  58. - #68 Format decimal numbers. Thanks @BenjaminVanRyseghem
  59. - #70 v1.5.0 error with browserify. Thanks @BenjaminVanRyseghem
  60. - #71 Incorrectly reporting hasModule = true. Thanks @BenjaminVanRyseghem
  61. - #72 the currency symbol is $ which is a currency symbol already by itself (the dollar..). Thanks @BenjaminVanRyseghem
  62. - #76 ability to "pad" a number in formatting. Thanks @BenjaminVanRyseghem
  63. - #79 browserify attempts to load all language files. Thanks @BenjaminVanRyseghem
  64. - #106 Exception on large number formatting. Thanks @andrewla
  65. ### 1.5.1
  66. - #78 Why is 0 formatted as +0?. Thanks to @clayzermk1
  67. - #80 currency format "+$..." produces output "$+...". Thanks to @clayzermk1
  68. - Fixes German separator. Thanks to @gka
  69. ### 1.5.0
  70. - Adds support for Hebrew (he-LI). Thanks to @eli-zehavi
  71. ### 1.4.0
  72. - #62 using languages in node. Thanks @alexkwolfe
  73. ### 1.3.3
  74. - #64 multiply loses accuracy on minification. Thanks @rafde
  75. ### 1.3.2
  76. - Fix issue with the release process
  77. ### 1.3.1
  78. - Fix context issue when in strict mode. Thanks @avetisk
  79. ### 1.3.0
  80. - #53 Max significant numbers formating. Thanks @BenjaminVanRyseghem
  81. - #57 Broken reference to this in languages. Thanks @BenjaminVanRyseghem
  82. ### 1.2.2
  83. - Remove old minified files
  84. ### 1.2.1
  85. - Forgot to build when published
  86. ### 1.2.0
  87. - #27 Binary and decimal bytes. Thanks @clayzermk1 and @Graham42
  88. - #26 Jshint improvemnents. Thanks @baer and @Graham42
  89. - Fixes french ordinal. Thanks @BenjaminVanRyseghem
  90. - #32 Use svg instead of png to get better image quality. Thanks @PeterDaveHello
  91. - #33 Correct culture code for Español. Thanks @maheshsenni
  92. - #34 Clean up locales info. Thanks @Graham42
  93. - #36 Improve `dist/` layout. Thanks @Graham42
  94. - #35 Correct Polish currency symbol. Thanks @Graham42
  95. - Fixes Swedish tests. Thanks @BenjaminVanRyseghem
  96. - Fixes inconsistent white spaces. Thanks @BenjaminVanRyseghem
  97. - #44 Tests for culture code format. Thanks @maheshsenni
  98. - #50 added en-ZA language. Thanks @stewart42
  99. ### 1.1.1
  100. - Fixes minified version number. Thanks @BenjaminVanRyseghem
  101. - Removes old minified files. Thanks @Graham42
  102. ### 1.1.0
  103. - Adds `languages` to expose all registered languages. Thanks @NicolasPetton
  104. - Adds support for filipino. Thanks @Graham42 and @mjmaix
  105. - Adds support for farsi. Thanks @Graham42 and @neo13
  106. ### 1.0.5
  107. - Improves release process. Thanks @Graham42
  108. - Updates the `README` file. Thanks @Graham42
  109. - Fixes Danish currency symbol. Thanks @Graham42 and @philostler
  110. - Fixes npm/bower dependencies. Thanks @BenjaminVanRyseghem
  111. - Cleans up Numeral-js leftovers. Thanks @uniphil
  112. - Updates homepage url. Thanks @BenjaminVanRyseghem
  113. - Rebases on Numeraljs to keep git history. Thanks @uniphil @Graham42
  114. ### 1.0.4
  115. Fork `numeraljs` v1.5.3, renaming everything to `numbro`
  116. ----
  117. _For changes before `numbro` forked [`numeral-js`](https://github.com/adamwdraper/Numeral-js), see [CHANGELOG-Numeraljs.md](CHANGELOG-Numeraljs.md)._