Some goodness from pull-requests.
- Fixed extra blank lines when processing many files (by @panczarny).
- Added
--recursiveoption to process folders recursevely with option-f(by @dartess). - Added
removeAttributesBySelectorplugin to remove elements matching a css selector (by @bmease). - Added
removeOffCanvasPathsplugin to remove elements outside of the viewbox (by @JoshyPHP). removeAttrsplugin: addedpreserveCurrentColorcolor (by @roblevintennis) and 3rd optional filter for a value (by @Herman-Freund).- Added
reusePathsplugin to replace duplicated elements with link (by @jhowcrof). - Added support of comma-separated plugins list in
--disableand--enableoptions (by @jmwebservices). - Added option to preserve IDs based on prefix in
cleanupIDsplugin (by @bkotzz). - Replaced
colorsdependency withchalk(by @xPaw).