### [ [>](https://github.com/svg/svgo/tree/v1.0.4) ] 1.0.4 / 30.01.2018 * Fixed bug with removing groups that are direct child of "". * Fixed bug with shorthand path points counting (thanks @alexjlockwood for noticing). * Fixed crash on parsing invalid transform, e.g. without close parenthesis. ### [ [>](https://github.com/svg/svgo/tree/v1.0.3) ] 1.0.3 / 08.11.2017 * Fixed `removeViewBox` plugin to check for zero start coordinates. * Removed extra info from STDOUT when it set to output. ### [ [>](https://github.com/svg/svgo/tree/v1.0.2) ] 1.0.2 / 03.11.2017 * Fixed a couple of errors related to `inlineStyles` plugin. * Updated some lost details in documentation to reflect v1.0 changes. ### [ [>](https://github.com/svg/svgo/tree/v1.0.1) ] 1.0.1 / 31.10.2017 * Fixed error “Object.defineProperty called on non-object” in images with ``. ### [ [>](https://github.com/svg/svgo/tree/v1.0.0) ] 1.0.0 / 30.10.2017 * SVGO now requires Node 4 or higher. * Changed CLI syntax to treat filenames as input, thus allowing `svgo *.svg` syntax. * `SVGO.optimize()` now returns `Promise`. * Added `datauri` option to JS API. * Added support for SVG 2 `href` attribute. * `cleanupIDs` now don't removes IDs if an image consists only of `defs`. * New plugin `inlineStyles` for converting styles from `