Releases: d3/d3-dsv
Releases · d3/d3-dsv
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
- Add
-a
--auto-type
flag to dsv2json to use d3.autoType. Thanks, @joallard!
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-dsv 1.x or use a transpiler.
v1.2.0
- Add d3.csvFormatRow.
- Add d3.csvFormatValue.
- Add d3.tsvFormatRow.
- Add d3.tsvFormatValue.
- Add dsv.formatRow.
- Add dsv.formatValue.
- Add sideEffects: false to the package.json.
v1.1.2
v1.1.1
- Favor a more concise ISO 8601 format for dates in dsv.format and dsv.formatRows. (#44)
v1.1.0
- Add d3.autoType for automatic type inference when parsing! (#6)
- Add dsv.formatBody, d3.csvFormatBody, and d3.tsvFormatBody. (#34)
- In dsv.format and dsv.formatRows, use date.toISOString to format dates. (#41)