UNPKG

svgo

Version:

Nodejs-based tool for optimizing SVG vector graphics files

27 lines (22 loc) 1.29 kB
### [ [>](//github.com/deepsweet/svgo/tree/v0.0.5) ] 0.0.5 / 03.10.2012 * every plugin now has [at least one test](//github.com/deepsweet/svgo/tree/master/test/plugins) * removeViewBox, cleanupEnableBackground, removeEditorsNSData, convertStyleToAttrs and collapseGroups plugins fixes * new --pretty option for the pretty printed SVG * lib/config refactoring ### [ [>](//github.com/deepsweet/svgo/tree/v0.0.4) ] 0.0.4 / 30.09.2012 * new plugin [removeViewBox](//github.com/deepsweet/svgo/blob/master/plugins/removeViewBox.js) * new plugin [cleanupEnableBackground](//github.com/deepsweet/svgo/blob/master/plugins/cleanupEnableBackground.js) * display useful info after successful optimization * 'npm test' with 'spec' mocha output by default ### [ [>](//github.com/deepsweet/svgo/tree/v0.0.3) ] 0.0.3 / 29.09.2012 * plugins/collapseGroups bugfix * plugins/moveElemsAttrsToGroup bugfix * svgo now display --help if running w/o arguments * massive jsdoc updates * plugins engine main filter function optimization ### [ [>](//github.com/deepsweet/svgo/tree/v0.0.2) ] 0.0.2 / 28.09.2012 * add --disable and --enable command line options * add an empty values rejecting to coa.js * update README ### [ [>](//github.com/deepsweet/svgo/tree/v0.0.1) ] 0.0.1 / 27.09.2012 * initial public version