Releases: d3/d3-time
Releases · d3/d3-time
v3.1.0
- Add d3.unixDay and d3.unixDays. #58
- Adopt d3.unixDay in place of d3.utcDay for d3.utcTicks to ensure uniform tick spacing.
v3.0.0
v2.1.1
- Fix crash in d3.timeTicks and d3.utcTicks when the given interval is invalid.
- Document that d3.timeTickInterval and d3.utcTickInterval return null when the given interval is invalid.
v2.1.0
- Add d3.timeTicks and d3.utcTicks.
- Add d3.timeTickInterval and d3.utcTickInterval.
- Update dependencies.
v2.0.0
v1.1.0
v1.0.11
- Fix d3.timeMinute and d3.timeHour for historical times. (#29)