Skip to content

Releases: d3/d3-time-format

v0.4.0

08 Jun 00:52
Compare
Choose a tag to compare
  • Export to the global d3 in vanilla environments (d3/d3#2840).
  • Publish locales as JSON data (#18).

v0.3.2

03 May 18:25
Compare
Choose a tag to compare

v0.3.1

29 Jan 19:01
Compare
Choose a tag to compare
  • Generate anonymous AMD.

v0.3.0

07 Jan 22:41
Compare
Choose a tag to compare
  • 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.2.1

18 Dec 22:35
Compare
Choose a tag to compare
  • Improve the README.

v0.2.0

30 Nov 17:53
Compare
Choose a tag to compare

v0.1.5

11 Nov 19:31
Compare
Choose a tag to compare
  • Define d3-time-format module (and d3_time_format global), not timeFormat.
  • The d3-time dependency is no longer inlined.

v0.1.4

04 Nov 07:57
Compare
Choose a tag to compare
  • Adjust package.json definition for npm users.

v0.1.3

18 Oct 03:33
Compare
Choose a tag to compare
  • The %Z directive can now parse time zone offsets of the form ±hh:mm, ±hh and Z, in addition to ±hhmm.

v0.1.2

15 Oct 04:59
Compare
Choose a tag to compare
  • Remove Map polyfill.