Releases: d3/d3-format
Releases · d3/d3-format
v1.4.1
v1.4.0
- 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.
v1.3.2
v1.3.1
v1.3.0
- Add
~option to trim insignificant zeros. Thanks, @vasturiano! (#54) - Fix d3.formatSpecifier to not bake shorthand aliases.
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
- Locales can now define numeral systems, such as Hindu–Arabic. Thanks, @Ashamandi! (#40)
- Fix formatting of negative infinity. (#42)