|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
627 bytes
|
| Line | |
|---|
| 1 | # svg-parser changelog
|
|---|
| 2 |
|
|---|
| 3 | ## 2.0.3
|
|---|
| 4 |
|
|---|
| 5 | * Fix reported error location ([#9](https://github.com/Rich-Harris/svg-parser/issues/9))
|
|---|
| 6 |
|
|---|
| 7 | ## 2.0.2
|
|---|
| 8 |
|
|---|
| 9 | * Allow underscores in attribute names ([#4](https://github.com/Rich-Harris/svg-parser/issues/4))
|
|---|
| 10 |
|
|---|
| 11 | ## 2.0.1
|
|---|
| 12 |
|
|---|
| 13 | * Fix empty/space attributes
|
|---|
| 14 |
|
|---|
| 15 | ## 2.0.0
|
|---|
| 16 |
|
|---|
| 17 | * Migrate to HAST
|
|---|
| 18 |
|
|---|
| 19 | ## 1.0.6
|
|---|
| 20 |
|
|---|
| 21 | * Remove unused dependency
|
|---|
| 22 |
|
|---|
| 23 | ## 1.0.5
|
|---|
| 24 |
|
|---|
| 25 | * Handle doctype and CDATA
|
|---|
| 26 |
|
|---|
| 27 | ## 1.0.4
|
|---|
| 28 |
|
|---|
| 29 | * Handle unexpected end of input
|
|---|
| 30 |
|
|---|
| 31 | ## 1.0.3
|
|---|
| 32 |
|
|---|
| 33 | * Prevent infinite loops on bad final closing tag
|
|---|
| 34 |
|
|---|
| 35 | ## 1.0.2
|
|---|
| 36 |
|
|---|
| 37 | * Prevent `""=true` attributes
|
|---|
| 38 |
|
|---|
| 39 | ## 1.0.1
|
|---|
| 40 |
|
|---|
| 41 | * Allow attributes with numbers (e.g. `x1`)
|
|---|
| 42 | * Fix error messages
|
|---|
| 43 |
|
|---|
| 44 | ## 1.0.0
|
|---|
| 45 |
|
|---|
| 46 | * First release
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.