Comparing version 0.4.2 to 0.4.3
@@ -0,1 +1,6 @@ | ||
### [ [>](https://github.com/svg/svgo/tree/v0.4.3) ] 0.4.3 / 02.01.2014 | ||
* new plugin [plugins/convertShapeToPath](https://github.com/svg/svgo/blob/master/plugins/convertShapeToPath.js) (close [#96](https://github.com/svg/svgo/issues/96)) | ||
* update sax version to fix [#140](https://github.com/svg/svgo/issues/140) | ||
* update deps | ||
### [ [>](https://github.com/svg/svgo/tree/v0.4.2) ] 0.4.2 / 19.12.2013 | ||
@@ -2,0 +7,0 @@ * add `lcov.info` to npmignore |
{ | ||
"name": "svgo", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Nodejs-based tool for optimizing SVG vector graphics files", | ||
@@ -38,3 +38,3 @@ "keywords": [ "svgo", "svg", "optimize", "minify" ], | ||
"dependencies": { | ||
"sax": "~0.5.0", | ||
"sax": "~0.6.0", | ||
"coa": "~0.4.0", | ||
@@ -48,3 +48,3 @@ "js-yaml": "~2.1.0", | ||
"should": "~2.1.0", | ||
"istanbul": "~0.1.0", | ||
"istanbul": "~0.2.0", | ||
"mocha-istanbul": "", | ||
@@ -51,0 +51,0 @@ "coveralls": "" |
@@ -47,2 +47,3 @@ **english** | [русский](https://github.com/svg/svgo/blob/master/README.ru.md) | ||
* [ [>](https://github.com/svg/svgo/blob/master/plugins/mergePaths.js) ] merge multiple Paths into one | ||
* [ [>](https://github.com/svg/svgo/blob/master/plugins/convertShapeToPath.js) ] convert some basic shapes to path | ||
* [ [>](https://github.com/svg/svgo/blob/master/plugins/transformsWithOnePath.js) ] apply transforms, crop by real width, center vertical alignment and resize SVG with one Path inside | ||
@@ -49,0 +50,0 @@ |
@@ -47,2 +47,3 @@ [english](https://github.com/svg/svgo/blob/master/README.md) | **русский** | ||
* [ [>](https://github.com/svg/svgo/blob/master/plugins/mergePaths.js) ] склеивание нескольких Path в одну кривую | ||
* [ [>](https://github.com/svg/svgo/blob/master/plugins/convertShapeToPath.js) ] конвертирование простых форм в Path | ||
* [ [>](https://github.com/svg/svgo/blob/master/plugins/transformsWithOnePath.js) ] применение трансформаций, обрезка по реальной ширине, вертикальное выравнивание по центру и изменение размеров SVG с одним Path внутри | ||
@@ -49,0 +50,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
226788
50
6416
130
+ Addedsax@0.6.1(transitive)
- Removedsax@0.5.8(transitive)
Updatedsax@~0.6.0