Skip to content

Releases: BenjaminVanRyseghem/numbro

2.5.0

04 Apr 09:05
2.5.0
0e58867
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.5.0

2.4.0

04 Sep 20:59
2.4.0
9e96453
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.6...2.4.0

Release 2.3.6

16 Dec 11:23
2.3.6
cac2055
Compare
Choose a tag to compare
  • Fix spacing issue with en-GB currency. Thanks @DamienCassou
  • Fix #507: mantissa precision produces wrong results for certain numbers. Thanks @swissmanu

2.3.5

09 Aug 08:50
2.3.5
2a7574f
Compare
Choose a tag to compare
Release version 2.3.5

2.3.3

08 Aug 08:17
2.3.3
431e3b6
Compare
Choose a tag to compare

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

30 Oct 10:15
2.3.2
e99ee67
Compare
Choose a tag to compare

2.3.1

30 Oct 10:14
2.3.1
027453d
Compare
Choose a tag to compare

2.3.0

30 Oct 10:14
2.3.0
45eb6fb
Compare
Choose a tag to compare

2.2.0

30 Oct 10:14
2.2.0
b7298af
Compare
Choose a tag to compare
  • 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

30 Oct 10:13
2.1.2
ab5a46b
Compare
Choose a tag to compare
  • 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