Releases: d3/d3-format
Releases · d3/d3-format
v3.1.2
v3.1.1
- Fix handling of parens with
formatPrefix. #134 #135 #142 Thanks, @GlenKelley! - Fix
precisionFixed,precisionRound, andprecisionPrefixto return NaN whenstepis zero. #147 - Fix the
sformat to not sometimes apply an erroneous suffix to NaN or ±Infinity. #147 - The
rformat now formats zero as0instead of0.0. #147 - Upgrade ESLint, Vitest, etc.
v3.1.0
v3.0.1
v3.0.0
- Adopt type: module.
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.
v2.0.0
- Change the default minus sign to the minus sign (−) instead of hyphen-minus (-). #62
This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-format 1.x or use a transpiler.