1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
# ChangeLog for `html-conduit`
## 1.3.2.2
* Fix handling of mixed case void tags [#167](https://github.com/snoyberg/xml/issues/167)
## 1.3.2.1
* Allow xml-conduit 1.9
## 1.3.2
* Fix a bug that was removing `<` symbols in script tags.
## 1.3.1
* Inline tagstream-conduit for entity decoding in attribute value bug
fix.
## 1.3.0
* Upgrade to conduit 1.3
## 1.2.1.2
* Remove an upper bound
* Doc improvement
## 1.2.1.1
* Allow xml-conduit 1.4
## 1.2.1
* Add strict and lazy text parsing [#66](https://github.com/snoyberg/xml/pull/66)
## 1.2.0
* Drop system-filepath
## 1.1.1.2
* Fix a bug with double-unescaping of entities
|