Releases: BenjaminVanRyseghem/numbro
Releases · BenjaminVanRyseghem/numbro
1.8.0
version 1.8.0
1.7.1
version 1.7.1
numbro 1.7.0
- Fix decimal rounding issue. Thanks @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.
Release 1.6.2
- Fix deprecated use of
language
and introducecultureCode
. Thanks @BenjaminVanRyseghem
Release 1.6.1
- Fix languages to use proper intPrecision. Thanks @BenjaminVanRyseghem
- Fix
intPrecision
when value is 0. Thanks @BenjaminVanRyseghem
Release 1.6.0
- Introduce new API functions:
- setCulture
- culture
- cultureData
- cultures
- Deprecate API functions:
- setLanguage
- language
- languageData
- languages
Release 1.5.2
- Fixed scoping issue. Thanks @tuimz
- #68 Format decimal numbers. Thanks @BenjaminVanRyseghem
- #70 v1.5.0 error with browserify. Thanks @BenjaminVanRyseghem
- #71 Incorrectly reporting hasModule = true. Thanks @BenjaminVanRyseghem
- #72 the currency symbol is $ which is a currency symbol already by itself (the dollar..). Thanks @BenjaminVanRyseghem
- #76 ability to "pad" a number in formatting. Thanks @BenjaminVanRyseghem
- #79 browserify attempts to load all language files. Thanks @BenjaminVanRyseghem
- #106 Exception on large number formatting. Thanks @andrewla
Release 1.5.1
1.5.1
#78 Why is 0 formatted as +0?. Thanks to @clayzermk1
#80 currency format "+$..." produces output "$+...". Thanks to @clayzermk1
Fixes German separator. Thanks to @gka
Release 1.5.0
- Adds support for Hebrew (he-LI). Thanks to @eli-zehavi
Release 1.4.0
- #62 using languages in node. Thanks @alexkwolfe