v0.11.0
What's Changed
Features
- Add classes for all remaining nodes in SVG spec (0bf3d0f, 907f693) by @meyfa
- Add support for namespaces on children (#62) (2df2cb6, eb3e040, 52ebcee) by @meyfa
- Add basic text-anchor support in renderer (#97) by @meyfa
- Make SVG dimension parameters optional (#104) by @meyfa
- Eliminate constructFromAttributes (#106) by @meyfa
Fixes
- Fix faulty assumption about attribute units (#102) by @meyfa
- Fix dangerous empty() with strings (#83) (6f387c8, 8677058, 0d9c20b) by @meyfa
- Fix namespaced children not added to tree (#113) by @meyfa
Tooling and Testing
- Add more annotations (#90, #107) by @meyfa
- Improve Travis config (d143a17, #95, #99) by @meyfa
- Setup PHPCS for syntax style checking (#91) by @meyfa
- Use consistent tooling config file names (#93) by @meyfa
Misc
New Contributors
Full Changelog: v0.10.0...v0.11.0