Releases: d3/d3-time-format
Releases · d3/d3-time-format
v0.4.0
- Export to the global
d3
in vanilla environments (d3/d3#2840).
- Publish locales as JSON data (#18).
v0.3.0
- Rename timeFormat.parse to timeParse.
- Rename utcFormat.parse to utcParse.
- Rename isoFormat.parse to isoParse.
- Rename format.parse to locale.parse.
- Prefix exported symbols with “timeFormat”.
v0.1.5
- Define
d3-time-format
module (and d3_time_format
global), not timeFormat
.
- The d3-time dependency is no longer inlined.
v0.1.4
- Adjust package.json definition for npm users.
v0.1.3
- The
%Z
directive can now parse time zone offsets of the form ±hh:mm, ±hh and Z, in addition to ±hhmm.