- Require
data-default-0.8
- Test up to GHC 9.10
- Fix a few warnings
- Add new function
readSVGLBS
to read an SVG directly from a lazyByteString
(thanks to Igor Moreno)
- Fix parsing bug that was causing some paths to be read incorrectly (#17)
- Test with GHC 9.6
- Fix example in documentation
- Fix
readSVGFile
function to returnLeft
for any exception generated during parsing (thanks to Hans Roland Senn)
- initial release