Numbro Versions Save

A JS library for number formatting

2.5.0

1 month ago

What's Changed

Full Changelog: https://github.com/BenjaminVanRyseghem/numbro/compare/2.4.0...2.5.0

2.4.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/BenjaminVanRyseghem/numbro/compare/2.3.6...2.4.0

2.3.6

2 years ago
  • Fix spacing issue with en-GB currency. Thanks @DamienCassou
  • Fix #507: mantissa precision produces wrong results for certain numbers. Thanks @swissmanu

2.3.5

2 years ago

2.3.3

2 years ago

2.3.3

  • Fix #597: Fix issue with en-IE currency. Thanks @Blackbaud-WesGabbard
  • Fix #590: Fix German abbreviations Thanks @chaosflaws
  • Fix #602: Fix Hebrew words for million and billion Thanks @amire80
  • Fix #604: add lowPrecision to typescript definitions Thanks @fullaive

2.3.2

3 years ago
  • Fix fr abbreviation. Thanks @BenjaminVanRyseghem
  • Fix #541: validate(0) return false. Thanks @BenjaminVanRyseghem
  • Fix #558: missing object bytes for language en-GB. Thanks @BenjaminVanRyseghem
  • Allow trimMantissa hint in string format. Thanks @lexanth
  • Fix #577: allow space between abbreviations and postfix currency symbols. Thanks @marvec

2.3.1

3 years ago
  • Introduce lowPrecision to tweak precision when computing average value. Thanks @BenjaminVanRyseghem
  • Fix #411: spaceSeparated is not working for bytes. Thanks @BenjaminVanRyseghem

2.3.0

3 years ago
  • Bump lodash.template to 4.5.0. Thanks @BenjaminVanRyseghem
  • Fix TypeScript return type definition of Format.currencySymbol. Thanks @jarnovanleeuwen
  • Fix #359: Add Bytes I18N possibility + French translation. Thanks @T0nio
  • Fix #474: Fix Bytes formatting tests and coverage. Thanks @austingreco
  • Fix #425: Fix interpretation of totalLength with negative numbers. Thanks @DamienCassou
  • Fix #462: Fix negative number format issue. Thanks @bhartibdengada
  • Fix #546: Format issue with average. Thanks @BenjaminVanRyseghem
  • Fix #383: BigNumber Issue - new BigNumber() number type has more than 15 significant digits. Thanks @BenjaminVanRyseghem

2.2.0

3 years ago
  • Fix dependencies through npm audit --production
  • Fix #446: CDNJS in website Relocation. Thanks @pranithan-kang
  • Fix #364: Format Decimal without Rounding. Thanks @shefrancia
  • Fix #414: Fix de-CH thousands separator. Thanks @FrEaKmAn
  • Fix #418: Correct symbol and sign order for formatCurrency when forceSign=true. Thanks @adriang133
  • Fix #424: Add ordinal for 40 for tr-TR. Thanks @yatki
  • Fix #423: No way to have space separated abbreviation and not-separated currency symbol at the same time. Thanks @Osipova
  • Fix #392: Small negative numbers get the leading zero incorrectly cut off. Thanks @Rudd
  • Fix #403: Update numbro.d.ts to match the current API of the library. Thanks @Monck
  • Fix #428: Fix id thousands and decimal separator. Thanks @kukuhyoniatmoko
  • Fix #453: Fix broken BCP47 link. Thanks @sesam

2.1.2

3 years ago
  • Fix #399: Update dependencies. Thanks @baer
  • Fix #390: Small changes to doc comments. Thanks @cnrudd
  • Fix #328: Fixed unformat for non standard delimiters. Thanks @jkettmann