@@ -12,4 +12,121 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
15
- ## [ 0.0.0] - 2020-01-01
15
+ ## [ v5.0.1] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v5.0.1 ) - 2019-10-16
16
+
17
+ * Fix CodePoint.anyChar parser, so that it fails rather than splitting up surrogate pairs (#46 , @rintcius )
18
+
19
+ ## [ v5.0.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v5.0.0 ) - 2018-07-27
20
+
21
+ Splits CodePoint and CodeUnit functions into separate namespaces #44
22
+
23
+ ## [ v4.0.1] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v4.0.1 ) - 2018-06-23
24
+
25
+ - Adds metadata including contributor guidelines
26
+ - Pushes latest release to Pursuit
27
+
28
+ ## [ v4.0.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v4.0.0 ) - 2018-05-31
29
+
30
+ Updates for 0.12
31
+
32
+ ** Breaking Changes:**
33
+
34
+ Changed ` many1 ` , ` sepBy1 ` , ` sepEndBy1 ` , ` endBy1 ` , and ` many1Till ` to return ` NonEmptyList `
35
+
36
+ ## [ v3.1.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v3.1.0 ) - 2017-11-17
37
+
38
+ Add ` Semigroup ` instance (@dwhitney )
39
+
40
+ ## [ v3.0.1] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v3.0.1 ) - 2017-04-24
41
+
42
+ Fix overflow caused by manyTill implementation (@justinwoo )
43
+
44
+ ## [ v3.0.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v3.0.0 ) - 2017-04-02
45
+
46
+ Updates for 0.11.1
47
+
48
+ ## [ v2.2.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v2.2.0 ) - 2017-03-13
49
+
50
+ Add ` many1Till ` (@newlandsvalley )
51
+
52
+ ## [ v2.1.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v2.1.0 ) - 2017-03-01
53
+
54
+ Add ` regex ` combinator (@newlandsvalley )
55
+
56
+ ## [ v2.0.1] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v2.0.1 ) - 2017-02-16
57
+
58
+ Avoid ` Discard ` constraints (@mlang )
59
+
60
+ ## [ v2.0.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v2.0.0 ) - 2016-10-28
61
+
62
+ - Updated dependencies for PureScript 0.10
63
+ - ` many ` is now stack safe (@nwolverson )
64
+
65
+ ## [ v1.0.1] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v1.0.1 ) - 2016-06-18
66
+
67
+ Make lowerCaseChar, upperCaseChar rewind on failure (@romansergey )
68
+
69
+ ## [ v1.0.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v1.0.0 ) - 2016-06-03
70
+
71
+ - Updates for 1.0 core libraries
72
+ - Add ` MonadRec ` instance
73
+
74
+ ## [ v0.6.7] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.6.7 ) - 2016-02-04
75
+
76
+ Fix warnings (@jonsterling )
77
+
78
+ ## [ v0.6.6] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.6.6 ) - 2016-01-26
79
+
80
+ Remove use of regexes (@libscott )
81
+
82
+ ## [ v0.6.5] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.6.5 ) - 2016-01-21
83
+
84
+ Add some new parsers for various character classes. Fix ` whitespace ` .
85
+
86
+ ## [ v0.6.4] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.6.4 ) - 2016-01-11
87
+
88
+ Make package dependencies explicit (@chrisdotcode )
89
+
90
+ ## [ v0.6.3] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.6.3 ) - 2015-10-18
91
+
92
+ Fix an issue in ` whiteSpace ` (@sharkdp )
93
+
94
+ ## [ v0.6.2] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.6.2 ) - 2015-10-14
95
+
96
+ ## [ v0.6.1] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.6.1 ) - 2015-10-14
97
+
98
+ Added ` satisfy ` , ` char ` , ` whiteSpace ` , ` skipSpaces ` , ` oneOf ` , ` noneOf ` , and ` Eq ` instance (@Thimoteus )
99
+
100
+ ## [ v0.6.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.6.0 ) - 2015-09-23
101
+
102
+ Bump versions (@nwolverson )
103
+
104
+ ## [ v0.5.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.5.0 ) - 2015-06-30
105
+
106
+ This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.
107
+
108
+ ## [ v0.5.0-rc.1] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.5.0-rc.1 ) - 2015-06-19
109
+
110
+ Release for compiler version 0.7.
111
+
112
+ ## [ v0.4.1] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.4.1 ) - 2015-04-29
113
+
114
+ - Added ` lookAhead ` and ` manyTill ` combinators
115
+ - Added ` anyDigit ` parser
116
+
117
+ ## [ v0.4.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.4.0 ) - 2015-02-21
118
+
119
+ ** This release requires PureScript v0.6.8 or later**
120
+ - Updated dependencies
121
+
122
+ ## [ v0.3.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.3.0 ) - 2015-01-10
123
+
124
+ - Updated dependencies (@garyb )
125
+
126
+ ## [ v0.2.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.2.0 ) - 2014-10-27
127
+
128
+ - Update for addition of ` Data.Char ` (@garyb )
129
+
130
+ ## [ v0.1.0] ( https://github.com/purescript-contrib/purescript-string-parsers/releases/tag/v0.1.0 ) - 2014-08-11
131
+
132
+ Initial semver release.
0 commit comments