numbro

A JS library for number formatting

MIT License

Downloads
972.6K
Stars
1.1K
Committers
122

Bot releases are hidden (Show)

numbro - 2.5.0 Latest Release

Published by BenjaminVanRyseghem 7 months ago

What's Changed

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

numbro - 2.4.0

Published by BenjaminVanRyseghem about 1 year ago

What's Changed

New Contributors

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

numbro - Release 2.3.6

Published by BenjaminVanRyseghem almost 3 years ago

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

Published by BenjaminVanRyseghem about 3 years ago

numbro -

Published by BenjaminVanRyseghem about 3 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
numbro -

Published by BenjaminVanRyseghem almost 4 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
numbro -

Published by BenjaminVanRyseghem almost 4 years ago

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

Published by BenjaminVanRyseghem almost 4 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
numbro -

Published by BenjaminVanRyseghem almost 4 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
numbro -

Published by BenjaminVanRyseghem almost 4 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
numbro -

Published by BenjaminVanRyseghem over 5 years ago

numbro - 2.0.6

Published by BenjaminVanRyseghem over 6 years ago

  • Fix #344: Add format option to specify currency symbol position. Thanks @BenjaminVanRyseghem.
  • Fix #343: Mantissa not taken into account when no decimals. Thanks @BenjaminVanRyseghem.
  • Fix #342: fix typing of numbro.languages(). Thanks @ntamas.
  • Fix #334: Update numbro.d.ts. Thanks @ sousarka.
  • Fix #330: Fix language file permissions. Thanks @thomas88.
numbro - 2.0.5

Published by BenjaminVanRyseghem over 6 years ago

  • Fix #325: Unable to resolve module ./globalState. Thanks @BenjaminVanRyseghem.
  • Fix #323: add missing option in typings. Thanks @nicolashenry.
  • Fix #322: "spaced" should be optional in typings. Thanks @nicolashenry.
numbro - 1.10.1

Published by BenjaminVanRyseghem over 7 years ago

  • 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.
numbro - Version 1.10.0

Published by BenjaminVanRyseghem over 7 years ago

  • 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.
numbro - version 1.9.3

Published by BenjaminVanRyseghem over 7 years ago

  • 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.
numbro -

Published by BenjaminVanRyseghem about 8 years ago

numbro - Release 1.9.1

Published by BenjaminVanRyseghem about 8 years ago

Add forgotten files

numbro - Version 1.9.0

Published by BenjaminVanRyseghem about 8 years ago

  • 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.
numbro -

Published by BenjaminVanRyseghem about 8 years ago