Skip to content

Releases: d3/d3-format

v3.1.0

04 Dec 16:59
08806c6
Compare
Choose a tag to compare
  • Export local definitions. #118
  • Update local definitions. #120
  • Fix documentation for the type c character data format. #116
  • Upgrade dependencies.

v3.0.1

05 Jun 18:35
bba8f0e
Compare
Choose a tag to compare
  • Update dependencies.
  • Make build reproducible.

v3.0.0

24 Apr 23:24
aa3dab4
Compare
Choose a tag to compare
  • Adopt type: module.

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

v2.0.0

20 Aug 16:09
ebd043f
Compare
Choose a tag to compare
  • 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.

v1.4.5

20 Aug 15:55
c7a8573
Compare
Choose a tag to compare
  • Fix decimal d formatting of numbers greater than or equal to 1e21. #24
  • Update dependencies.

v1.4.4

01 Apr 19:23
Compare
Choose a tag to compare
  • Fix sign of near-zero negative values when using the + sign directive. #92

v1.4.3

29 Dec 16:54
Compare
Choose a tag to compare
  • Fix trimming of trailing zeroes in exponents. #83
  • Declare setting the default locale as a side effect. #84

v1.4.2

16 Nov 18:19
Compare
Choose a tag to compare
  • Add sideEffects: false to the package.json.

v1.4.1

05 Sep 17:28
Compare
Choose a tag to compare
  • Include locale files when publishing.

v1.4.0

05 Sep 17:27
Compare
Choose a tag to compare
  • Add d3.FormatSpecifier.
  • Allow minus sign to be localized. Thanks, @benib! #76
  • Allow NaN to be localized. #62
  • Fix sv-SE’s currency symbol. Thanks, @haf! #73
  • Fix type coercion for locales.
  • Add en-IE locale. Thanks, @gavinsykes!
  • Add es-BO locale. Thanks, @severo!
  • Adopt exact paths in imports.
  • Use explicit files when publishing.
  • Update dependencies.