Skip to content

v0.2.0

Choose a tag to compare

@mbostock mbostock released this 06 Sep 20:04
· 4 commits to main since this release
0fa5f60
  • [breaking] format is now a named export; import {format} from "isoformat" instead of import format ….
  • [breaking] format now returns undefined rather than "Invalid Date" for invalid dates; specify a fallback if desired.
  • Add parse for parsing ISO strings.