File: changelog.md

package info (click to toggle)
haskell-uri-bytestring 0.3.2.0-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: haskell: 1,394; makefile: 6
file content (84 lines) | stat: -rw-r--r-- 1,944 bytes parent folder | download
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
0.3.2.0
* Only depend on the fail package when it is needed due to GHC version.

0.3.0.2
* Avoid using OverloadedStrings for Builder.

0.3.0.1
* Fix normalization bug where certain combination of options would fail to add a trailing slash.

0.3.0.0
* Add MonadFail instance.
* Correct haddock spelling mistake.

0.2.3.3
* Make buildable on GHC 8.2.1.

0.2.3.2
* Broaden dep on base.

0.2.3.1
* Add `relativeRef` quasi-quoter.

0.2.3.0
* Add `URI.ByteString.QQ` and the `uri` quasiquoter to be able to express statically known to be valid URIs, e.g. `example = [uri|http://www.example.com|]`. Thanks to [reactormonk](https://github.com/reactormonk).

0.2.2.1
* Drop dependency on derive in tests.

0.2.2.0
* Internally use attoparsec's numeric parser. Raise lower bounds on attoparsec.
* Allow blank fragments.

0.2.1.2
* Fixed bug introduced at 0.2.1.1 where RelativeRefs would fail to serialize their port numbers.

0.2.1.1
* Add URI normalization features.

0.2.1.0
* Widen dependency on base.

0.2.0.0
* Introduce URIRef, a GADT representation of absolute and relative URIs.

0.1.9.2
* Fix bug wher trailing ampersand in the query section would not parse.

0.1.9
* Fix type bug in serializeRelativeRef'

0.1.8
* Fix bug where uri-encoded paths would not decode when parsed.

0.1.7
* Add bytestring serialization functions. This is a common use case
  and exporting these prevents the user from directly depending on
  blaze-builder and re-implementing these functions in every application.

0.1.6
* Add Ord instances

0.1.5
* Fix serialization bug where userinfo was not including the @ separator.

0.1.4
* Bump attoparsec bounds

0.1.3
* Include test modules in distribution

0.1.2
* Add support for GHC 7.10

0.1.1
* Switch to blaze-bytestring for less contentious dependencies

0.1
* Add generic lenses (breaking field name changes).
* Add support for relative refs.
* Make Query instance of Generic, Typeable.

0.0.1

* Initial release.