web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
627 B

  1. # svg-parser changelog
  2. ## 2.0.3
  3. * Fix reported error location ([#9](https://github.com/Rich-Harris/svg-parser/issues/9))
  4. ## 2.0.2
  5. * Allow underscores in attribute names ([#4](https://github.com/Rich-Harris/svg-parser/issues/4))
  6. ## 2.0.1
  7. * Fix empty/space attributes
  8. ## 2.0.0
  9. * Migrate to HAST
  10. ## 1.0.6
  11. * Remove unused dependency
  12. ## 1.0.5
  13. * Handle doctype and CDATA
  14. ## 1.0.4
  15. * Handle unexpected end of input
  16. ## 1.0.3
  17. * Prevent infinite loops on bad final closing tag
  18. ## 1.0.2
  19. * Prevent `""=true` attributes
  20. ## 1.0.1
  21. * Allow attributes with numbers (e.g. `x1`)
  22. * Fix error messages
  23. ## 1.0.0
  24. * First release