Releases: d3/d3-time-format
Releases · d3/d3-time-format
v4.1.0
v4.0.0
- Adopt type: module.
- Update dependencies.
- Make build reproducible.
This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.
v3.0.0
v2.3.0
v2.2.3
v2.2.2
- Add fa-IR locale. Thanks, @mohsentaleb!
v2.2.1
v2.2.0
- Add
%q
directive for quarter of the year as a decimal number. Thanks, @jheer! - Fix off-by-one error formatting
%U
when the year starts with Sunday. #62 - Fix off-by-one error formatting
%W
when the year starts with Monday. #62 - Fix off-by-one error parsing week and weekday numbers with utcParse.
- Fix string coercion of specifier passed to utcParse.
- Fix parsing of
%L
or%f
in conjunction with%s
. #60 - Add sideEffects: false to the package.json. Thanks, @stof!