v1.2.0
- Add d3.tickIncrement. (#45)
- Fix d3.ticks to always return the most-precise representable values in IEEE 754!
- Fix histogram.thresholds to retain thresholds equal to the domain’s upper bound. (#54)
- Document that histogram.thresholds ignores thresholds outside the domain’s bounds.
- Improve the readability of the code.