- Update SVGO to ~1.0.5
- Update broccoli-flatiron to ~0.1.3 - no more deprecation warnings
- Update Ember CLI to ~3.3.0 (thanks @lozjackson & @raido)
- Update flatiron to ^0.1.2 (thanks @raido)
- Update svgo (thanks @lozjackson)
- Use yarn.lock vs package-json.lock
- Use new ember modules (thanks @lozjackson)
- Filter SVGs before merging and allow duplicates when merging SVG dirs
- Fix SVGO options not being passed through
- Move helper to addon branch so it can be imported and overridden
- Update dependencies to latest versions and turn into plugin (thanks @vitch)
- ember-cli 2.8 (thanks @Dhaulagiri)
- remove any leading slashes from paths before dottify-ing (thanks @Dhaulagiri)
- use
Ember.String.htmlSafe
to remove warning (thanks @GavinJoyce) - updated to [email protected] (thanks @ksnyde)
- Dont need to call included first to be able to introspect options (thanks @john-kurkowski)
- Nested Addon Usage (thanks @onlymejosh)
- Support latest Ember without deprecations
- Update SVGO to ^0.5.6 & document custom plugins
- Update Ember CLI to 1.13.8
- Update Ember CLI to 0.2.6
- Update SVGO to ^0.5.2
- Update Ember CLI to 0.2.3
- Doc tweaks
- Doc only change - Updated README
- #5 The path to an image can now optionally have a
.svg
extension. - #6 The default source directory changed from
./public/images
to./public
. - #7 If there is an error during SVG optimization, the build is now aborted and a descriptive error is displayed.
- #7 If there are no images present, nothing happens and the build continues. More info.
- #9 Refactored tests to be independent of one another.
- Update Ember CLI to 0.1.5
- Optimize SVGs with svgo
- initial release