- Change
namespaceIds
arg order to conformn with other transform functions - Compose the transform functions to make it easier to add new ones
- New feature:
exportDataURI
, to make it easy to use the imported SVG as a data URI
- Don't deepmerge SVGO opts
- Add
disableSVGO
option - Add
disableNamespaceIds
option - Improved
optimize.js
in order not to depend on asynchronousSVGO
code - Improve tests
- Fix package
main
andfiles
entries - Add
eslint
with airbnb rules - Add prettier & npm script
- Move source code to
lib
folder and tests and its fixtures totest
folder - Add
package-lock.json
, removeyarn.lock
- Initial code base.