0.3.0
- Changed the way ID are collected; <del>unreferenced IDs are removed now in
order to save space.</del>
(#40)
- Changed the behavior of the 'cleanup'-option (introduced in 0.2.6). Apart
from true / false, the value of this property can now be an array of
attributes. All attributes in the array are removed from all elements in the
SVG. (#41)
- Added an option 'cleanupdefs' (default: false). When set to false, no cleanup
is performed on the
<defs>
element.
(#41) - Empty
<g>
elements are removed since they have no effect in a document.
(#42)
Thanks to Frank3K for the PRs