- Remove unnecessary (and broken-in-Windows) check for absolute path on
this.outputPath
(#31).
- Fix incorrect behavior of setting
inline
totrue
when callingsvgOutput.toString()
- Update to
svgstore
@ 2.x.
- Supports passing options to the new
svgstore
options API that includes the ability to define mappings of custom<symbol>
attributes and custom root<svg>
attributes (#24).
- Update project licensing
- Add ability to set
svgstore
options on a per-file basis (#16)
- Use
svgstore
implementation of svg-to-symbol conversion #13
- Replace
broccoli-writer
withbroccoli-caching-writer
and begin conforming to its API. - Update miscellaneous deps from two-year old project.
- Set up an initial test harness for the project.
- Initial release