Skip to content

Releases: d3/d3-time-format

v4.1.0

04 Dec 17:03
76cfef1
Compare
Choose a tag to compare
  • Export locale definitions. #99
  • Update locale definitions. #100 #104 #106
  • Upgrade dependencies.

v4.0.0

05 Jun 19:01
2f95374
Compare
Choose a tag to compare
  • 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

23 Aug 13:49
@Fil Fil
Compare
Choose a tag to compare

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-time-format 2.x or use a transpiler.

v2.3.0

23 Aug 13:40
@Fil Fil
Compare
Choose a tag to compare
  • Add ISO 8601 “week year” (%G and %g). Thanks, @davinov! #52
  • Fix shortDays in locale zh-TW. Thanks, @muyueh! #84
  • Fix time format in locale ja-JP. Thanks, @mandel59! #77
  • Fix datetime format in locale nl-NL. Thanks, @mdbel! #88
  • Fix datetime format in locale fr-FR. #85

v2.2.3

29 Dec 16:55
Compare
Choose a tag to compare
  • Declare setting the default locale as a side effect.
  • Add zh-TW locale. Thanks, @Fonger!

v2.2.2

16 Nov 19:26
Compare
Choose a tag to compare

v2.2.1

16 Nov 19:23
Compare
Choose a tag to compare
  • Restore missing locale files on publish.

v2.2.0

23 Oct 04:44
Compare
Choose a tag to compare
  • 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!

v2.1.3

24 Aug 21:06
Compare
Choose a tag to compare
  • Housekeeping.

v2.1.2

24 Aug 19:37
Compare
Choose a tag to compare
  • Add nb-NO locale. Thanks, @simenheg!
  • Add ar-EG locale. Thanks, @AyaAzzam!
  • Update dependencies.