Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f18b76

Browse files
author
Kir Belevich
committed
v0.4.4
1 parent da04c47 commit 7f18b76

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [ [>](https://github.com/svg/svgo/tree/v0.4.4) ] 0.4.4 / 14.01.2014
2+
* new plugin [plugins/removeTitle](https://github.com/svg/svgo/blob/master/plugins/removeTitle.js) (disabled by default, close [#159](https://github.com/svg/svgo/issues/159))
3+
* plugins/convertPathData: skip data concatenation for z instruction in collapseRepeated
4+
* plugins/removeUnknownsAndDefaults: do not remove overriden attributes with default values (fix [#161](https://github.com/svg/svgo/issues/161) and [#168](https://github.com/svg/svgo/issues/168))
5+
* plugins/removeViewBox: disable by default (fix [#139](https://github.com/svg/svgo/issues/139))
6+
* update README with [gulp task](https://github.com/ben-eb/gulp-svgmin)
7+
18
### [ [>](https://github.com/svg/svgo/tree/v0.4.3) ] 0.4.3 / 02.01.2014
29
* new plugin [plugins/convertShapeToPath](https://github.com/svg/svgo/blob/master/plugins/convertShapeToPath.js) (close [#96](https://github.com/svg/svgo/issues/96))
310
* update sax version to fix [#140](https://github.com/svg/svgo/issues/140)

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ Arguments:
119119
* as a Gulp task – [gulp-svgmin](https://github.com/ben-eb/gulp-svgmin)
120120
* as an OSX Folder Action – [svgo-osx-folder-action](https://github.com/svg/svgo-osx-folder-action)
121121

122-
## TODO
123-
124-
* [v0.3.x](https://github.com/svg/svgo/issues?milestone=7&state=open)
125-
126-
127122
## License and copyrights
128123

129124
This software is released under the terms of the [MIT license](https://github.com/svg/svgo/blob/master/LICENSE).

README.ru.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ Arguments:
119119
* как таск для Gulp – [gulp-svgmin](https://github.com/ben-eb/gulp-svgmin)
120120
* как действие папки в OSX – [svgo-osx-folder-action](https://github.com/svg/svgo-osx-folder-action)
121121

122-
## TODO
123-
124-
* [v0.3.x](https://github.com/svg/svgo/issues?milestone=7&state=open)
125-
126-
127122
## Лицензия и копирайты
128123

129124
Данное программное обеспечение выпускается под [лицензией MIT](https://github.com/svg/svgo/blob/master/LICENSE).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svgo",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
55
"keywords": [ "svgo", "svg", "optimize", "minify" ],
66
"homepage": "http://svg.github.com/svgo/",

0 commit comments

Comments
 (0)