Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Jason Davies c724d95f77 Update UglifyJS, JSDOM and Vows.
I ran the tests on the newly minified files too, for good measure, and
everything passed.
2011-10-13 11:35:59 +01:00
Mike Bostock c86108e522 Fix a daylight savings bug in d3.time.format.
We weren't computing the day-of-year number correctly, which affected both day
number and week number directives (%j, %U, and %W).
2011-10-12 15:37:32 -07:00
Mike Bostock 32907ec505 Merge branch 'release' 2011-10-11 18:02:06 -07:00
Mike Bostock 307016e843 Fix a rounding bug in SI-prefix format.
Also, expose d3.formatPrefix so that it's easier for callers to create a
formatter for a specific prefix (such as using the "G" prefix for all ticks).
2011-10-11 16:46:47 -07:00
Mike Bostock 672b331283 Merge branch 'release' 2011-10-10 21:40:10 -07:00
Mike Bostock 0e0ba08900 Fix a centroid bug with CCW polygons. 2011-10-07 15:37:51 -07:00
Mike Bostock 9edd4bc058 Merge branch 'release' 2011-10-07 12:33:08 -07:00
Mike Bostock 6804a60fe4 Fix a bug with empty children arrays. 2011-09-29 21:53:22 -07:00
Mike Bostock cd3d236015 Fix a NodeList bug in transition.selectAll. 2011-09-29 15:00:51 -07:00
Mike Bostock 9e16bee0a5 Merge branch 'release' 2011-09-27 15:00:27 -07:00
Mike Bostock 151d09d479 Merge branch 'release' 2011-09-27 08:47:14 -07:00
Mike Bostock fb38f19b2e Merge branch 'release' 2011-09-17 20:35:40 -07:00
Mike Bostock f8ce5235e1 Merge branch 'package' of https://github.com/jasondavies/d3 into release 2011-09-17 20:07:56 -07:00
Mike Bostock 02da7024d3 Update package.json's version number. 2011-09-11 17:36:16 -07:00
Jason Davies a97464fa78 Use pure node.js to generate package.json. 2011-08-26 00:36:40 +01:00
Jason Davies 45098edc7a Auto-update version number in package.json. 2011-08-23 14:03:24 +01:00
Mike Bostock 82385841fc Replace submodule with package.json.
This is better, because now we can enumerate all of our dependencies without
embedding them as submodules. After pulling, run `npm install`.
2011-08-18 10:10:16 -07:00