File: ChangeLog.md

package info (click to toggle)
haskell-html-conduit 1.3.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: haskell: 580; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (3)
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