Releases: d3/d3-time-format
Releases · d3/d3-time-format
v4.1.0
04 Dec 17:03
Compare
Sorry, something went wrong.
No results found
Export locale definitions. #99
Update locale definitions. #100 #104 #106
Upgrade dependencies.
v4.0.0
05 Jun 19:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Declare setting the default locale as a side effect.
Add zh-TW locale. Thanks, @Fonger !
v2.2.2
16 Nov 19:26
Compare
Sorry, something went wrong.
No results found
v2.2.1
16 Nov 19:23
Compare
Sorry, something went wrong.
No results found
Restore missing locale files on publish.
v2.2.0
23 Oct 04:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v2.1.2
24 Aug 19:37
Compare
Sorry, something went wrong.
No results found
Add nb-NO locale. Thanks, @simenheg !
Add ar-EG locale. Thanks, @AyaAzzam !
Update dependencies.