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

13 Коммитов

Автор 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 26c69879c9 Add test for csv.parse.
Woot, caught my first bug!
2011-08-14 14:37:24 -07:00
Mike Bostock e1c6c74f70 Merge branch '===' into release 2011-05-07 16:42:59 -07:00
Jason Davies 6827da7ec9 Regenerate files. 2011-05-01 23:31:25 +01:00
Mike Bostock df2e3c2a81 Avoid RegExp bug in FF 3.6. 2011-05-01 12:31:34 -07:00
Jason Davies 1dfd3350dc Replace Google's closure compiler with UglifyJS.
UglifyJS requires Node.js to run, but it's a lot faster than Google's
compiler and produces smaller gzipped sizes.  Some of the non-gzipped
sizes are a bit larger than Google's but I think the gzipped size is
more important.  Faster runtime is also good when we start testing the
minified versions too.
2011-03-25 10:28:41 +00:00
Michael Bostock 39a32e17d1 Merge branch 'jasondavies-csv_newlines' 2011-03-17 17:52:55 -07:00
Jason Davies e6d21d4d12 Fix newline parsing for quoted values. 2011-03-12 21:25:39 +00:00
Jason Davies 2248e04ae4 Fix CSV parsing of \r\n and \r 2011-03-12 20:43:15 +00:00
Michael Bostock bdcb648849 Turn off the compiler's "advanced" optimizations.
The renaming of attributes is totally not worth the hassle of maintaining an
externs file (or using the awkward `foo["bar"]` syntax). The file size
reduction from the advanced optimizations was negligible, besides!
2011-01-05 11:35:39 -08:00
Michael Bostock 197ff6bd56 Optimize csv.parse slightly. 2010-11-05 00:36:34 -07:00
Michael Bostock b2a3262338 d3.csv is now a function, like d3.json. 2010-11-04 22:33:43 -07:00
Michael Bostock 4b0c68f8fc Add CSV module.
It's not part of the standard build, but it's easy to pull in if you want to
use it.
2010-11-04 22:27:21 -07:00