|
50a8c8af20
|
allow to do a multiple optimizations with one init (close #25)
|
2012-10-26 23:46:09 +03:00 |
|
|
aa3fa83c10
|
Revert to 0d32aa9f6f
|
2012-10-25 17:31:54 +03:00 |
|
|
3e3e53bc71
|
lib/svgo: allow to do a multiple optimizations with one init (close #25)
|
2012-10-25 09:42:11 +03:00 |
|
|
83447ad046
|
lib/coa: new Date() -> Date.now()
|
2012-10-21 14:14:00 +03:00 |
|
|
d2a2641338
|
plugins/convertTransform: fix #12
|
2012-10-21 11:57:28 +03:00 |
|
|
3da381e229
|
plugins/convertPathData: refactoring
|
2012-10-20 14:12:23 +03:00 |
|
|
82975e4980
|
lib/coa: fix a typo
|
2012-10-20 12:57:10 +03:00 |
|
|
c432f6dcf6
|
lib/tools: missing semicolon
|
2012-10-20 12:54:21 +03:00 |
|
|
332b024275
|
plugins/convertPathData: refactoring
|
2012-10-20 12:48:55 +03:00 |
|
|
734be4f02f
|
lib/svg2js: JSHint correction
|
2012-10-17 21:21:57 +03:00 |
|
|
34e4122b33
|
lib/svg2js: catch and output xml parser errors (fix #4)
|
2012-10-16 21:33:17 +03:00 |
|
|
7f2e75322b
|
lib/coa: open file for writing only when we are ready (fix #2)
|
2012-10-15 18:39:55 +03:00 |
|
|
7283309c65
|
lib/tools: node.extend module
|
2012-10-15 09:16:47 +03:00 |
|
|
a0c3118257
|
lib/plugins: refactoring
|
2012-10-15 08:58:21 +03:00 |
|
|
f2b708422d
|
lib/js2svg: refactoring
|
2012-10-15 08:58:07 +03:00 |
|
|
291631509f
|
lib/jsAPI: simplification and refactoring
|
2012-10-15 08:28:25 +03:00 |
|
|
bd5f581241
|
lib/coa.js: DataURI base64 for --input (auto) and --output (with --datauri flag); refactoring
|
2012-10-13 16:53:01 +03:00 |
|
|
43d716296a
|
JSHint :-|
|
2012-10-12 22:36:12 +03:00 |
|
|
a284478882
|
new 'convertPathData' plugin. that was hard...
|
2012-10-12 21:42:45 +03:00 |
|
|
72d9ad74ad
|
JSHint :-|
|
2012-10-12 00:24:13 +03:00 |
|
|
410ced1978
|
display time spent on optimization
|
2012-10-11 18:30:31 +03:00 |
|
|
0383353f20
|
lib/phantom_wrapper.js -> lib/phantom.js
|
2012-10-10 12:41:39 +03:00 |
|
|
027a88957c
|
.svgo -> config.json
|
2012-10-10 12:34:06 +03:00 |
|
|
ca1ce56a6b
|
lib/phantom_wrapper: rename variable
|
2012-10-04 23:05:29 +03:00 |
|
|
bcda786fd3
|
--test & PhantomJS: more complete error handling
|
2012-10-04 22:48:18 +03:00 |
|
|
7bb7e7806e
|
add --test option to make a visual comparison of two files (PhantomJS pre-required)
|
2012-10-04 22:36:43 +03:00 |
|
|
ab029d2dad
|
0.0.5
|
2012-10-03 18:25:44 +03:00 |
|
|
a5eb7989e1
|
lib/svg2js: forgotten comments
|
2012-10-02 15:24:08 +04:00 |
|
|
0dadad1789
|
fix reverse attrs order
|
2012-10-02 10:26:08 +04:00 |
|
|
3e77787a3f
|
lib/config: refactoring
|
2012-09-30 23:58:42 +04:00 |
|
|
a598e6362c
|
lib/config: -forgotten comment
|
2012-09-30 12:29:30 +04:00 |
|
|
1514c225eb
|
lib/js2svg: --pretty for doctype, procinst, comment and cdata
|
2012-09-30 12:27:28 +04:00 |
|
|
b805f69871
|
lib/js2svg: createText()
|
2012-09-30 11:21:47 +04:00 |
|
|
7699b52169
|
add --pretty option; config structure refactoring
|
2012-09-30 11:01:19 +04:00 |
|
|
8ebaaea058
|
display useful info after successful optimization
|
2012-09-30 00:38:18 +04:00 |
|
|
e903dcba8d
|
plugins/collapseGroups: fix bug with a wrong content flattening
|
2012-09-29 14:27:22 +04:00 |
|
|
93b1078a24
|
plugins/moveElemsAttrsToGroup: fix bug with a wrong attrs intersecting
|
2012-09-29 14:26:26 +04:00 |
|
|
f18439dac2
|
lib/coa: display help w/o any options; replace coa var with this
|
2012-09-29 00:04:46 +04:00 |
|
|
4bc63dfaec
|
fix typos
|
2012-09-28 17:54:46 +04:00 |
|
|
653bce7e09
|
massive jsdoc updates
|
2012-09-28 17:53:29 +04:00 |
|
|
439485c168
|
lib/plugins: main filter function optimization
|
2012-09-28 14:59:42 +04:00 |
|
|
e59e83ae6c
|
undo merge
|
2012-09-28 12:45:39 +04:00 |
|
|
1edbfe696b
|
Merge branch 'master' of github.com:deepsweet/svgo
|
2012-09-28 12:43:15 +04:00 |
|
|
0ad906f565
|
add an empty values rejecting to coa.js
|
2012-09-28 12:33:18 +04:00 |
|
|
e1209976d5
|
add --disable and --enable command line options
|
2012-09-28 12:32:53 +04:00 |
|
|
accc0b6d95
|
added --disable and --enable command line options
|
2012-09-28 10:57:05 +04:00 |
|
|
d0cbe000e4
|
lib/tools: remove unnecessary export (fix #1)
|
2012-09-28 04:02:51 +04:00 |
|
|
13af2ed95e
|
go!
|
2012-09-27 14:06:28 +03:00 |
|