Releases: BenjaminVanRyseghem/numbro
Releases · BenjaminVanRyseghem/numbro
2.5.0
What's Changed
- Bump rollup-plugin-license from 3.0.1 to 3.1.0 by @dependabot in #716
- Bump rollup from 3.28.1 to 3.29.1 by @dependabot in #718
- Bump eslint from 8.48.0 to 8.49.0 by @dependabot in #717
- Add ES output to rollup configuration by @DamienCassou in #756
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #617
- Bump gulp-bump from 3.1.3 to 3.2.0 by @dependabot in #710
- Bump rewire from 2.5.2 to 7.0.0 by @dependabot in #709
- Bump jasmine-reporters from 2.3.2 to 2.5.2 by @dependabot in #711
- Bump bignumber.js from 8.1.1 to 9.1.2 by @dependabot in #707
- Bump node-fetch from 2.6.1 to 2.7.0 by @dependabot in #680
- Bump log4js from 6.3.0 to 6.9.1 by @dependabot in #683
- Bump shell-quote from 1.7.2 to 1.8.1 by @dependabot in #681
- Bump follow-redirects from 1.14.1 to 1.15.2 by @dependabot in #682
- Bump eslint-plugin-jasmine from 2.10.1 to 4.1.3 by @dependabot in #704
- Bump gulp-sourcemaps from 2.6.5 to 3.0.0 by @dependabot in #700
- Bump @babel/core from 7.8.7 to 7.22.11 by @dependabot in #693
- Bump qs and body-parser by @dependabot in #698
- Bump js-yaml from 3.13.1 to 4.1.0 by @dependabot in #696
- Bump browserify from 16.5.0 to 17.0.0 by @dependabot in #692
- Bump electron from 13.1.8 to 26.1.0 by @dependabot in #691
- Bump handlebars from 4.7.7 to 4.7.8 by @dependabot in #694
- Bump karma-electron from 6.3.0 to 7.3.0 by @dependabot in #688
- Bump gulp-load-plugins from 1.6.0 to 2.0.8 by @dependabot in #685
- Bump minimist from 0.2.1 to 0.2.4 by @dependabot in #712
- Bump uglify-js from 3.8.0 to 3.17.4 by @dependabot in #706
- Bump jasmine from 3.5.0 to 5.1.0 by @dependabot in #689
- Bump jasmine-core from 2.99.1 to 5.1.1 by @dependabot in #695
- Bump karma-jasmine from 1.1.2 to 5.1.0 by @dependabot in #697
- Bump gulp-git from 2.10.0 to 2.10.1 by @dependabot in #686
- Bump @babel/preset-env from 7.8.7 to 7.22.14 by @dependabot in #705
- Bump all-contributors-cli from 6.18.0 to 6.26.1 by @dependabot in #702
- Bump del from 3.0.0 to 7.1.0 by @dependabot in #703
- Bump minimatch from 3.0.4 to 9.0.3 by @dependabot in #690
- Bump eslint from 5.16.0 to 8.48.0 by @dependabot in #708
- Bump ajv from 6.12.0 to 6.12.6 by @dependabot in #643
- Bump cached-path-relative from 1.0.2 to 1.1.0 by @dependabot in #636
- Bump yargs-parser from 5.0.0 to 5.0.1 by @dependabot in #591
- Bump copy-props from 2.0.4 to 2.0.5 by @dependabot in #654
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #662
- Update toolchain by @BenjaminVanRyseghem in #714
New Contributors
- @dependabot made their first contribution in #617
Full Changelog: 2.3.6...2.4.0
Release 2.3.6
- Fix spacing issue with en-GB currency. Thanks @DamienCassou
- Fix #507: mantissa precision produces wrong results for certain numbers. Thanks @swissmanu
2.3.5
Release version 2.3.5
2.3.3
2.3.2
- 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
- Introduce
lowPrecision
to tweak precision when computing average value. Thanks @BenjaminVanRyseghem - Fix #411: spaceSeparated is not working for bytes. Thanks @BenjaminVanRyseghem
2.3.0
- 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
- 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