Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
a1a46d54
Commit
a1a46d54
authored
Jun 13, 2016
by
Mike Bostock
Browse files
Update CHANGES.
parent
0a105341
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
a1a46d54
...
...
@@ -754,15 +754,18 @@ removed diagonal shapes
TODO
*
d3.time.format ↦ d3.timeFormat
*
d3.time.format.multi ↦ REMOVED
*
d3.time.format.utc ↦ d3.utcFormat
*
d3.time.format.iso ↦ d3.isoFormat
*
*format*
↦ d3.timeFormat
*
*format*
.parse ↦ d3.timeParse
*
*format*
.utc ↦ d3.utcFormat
*
*format*
.utc.parse ↦ d3.utcParse
*
d3.time.format.multi ↦ REMOVED (see d3-scale)
*
type coercion of inputs
*
expanded support for
`%Z`
time zon offset parsing
*
expanded support for
`%Z`
time zone offset parsing
*
correctly parse period names that are longer than two characters (e.g., “a.m.”)
*
faster
*
cleaner UTC parsing without setting the Date global
## [Time Intervals (d3-time)](https://github.com/d3/d3-time/blob/master/README.md)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment