File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,23 @@ Notable changes to this project are documented in this file. The format is based
6
6
7
7
Breaking changes:
8
8
9
+ - ` anyChar ` will no longer always succeed. It will only succeed on a Basic
10
+ Multilingual Plane character. The new parser ` anyCodePoint ` will always
11
+ succeed. (#119 by @jamesdbrock )
12
+ - Moved from ` Token ` module to ` String ` module: ` digit ` , ` hexDigit ` , ` octDigit ` ,
13
+ ` upper ` , ` space ` , ` letter ` , ` alphaNum ` . (#119 by @jamesdbrock )
14
+ - Move ` updatePosString ` to the ` String ` module and don't
15
+ export it. (#119 by @jamesdbrock )
16
+ - Change the definition of ` whiteSpace ` and ` skipSpaces ` to
17
+ ` Data.CodePoint.Unicode.isSpace ` . (#119 by @jamesdbrock )
18
+
9
19
New features:
10
20
21
+ - Add primitive parsers ` anyCodePoint ` and ` satisfyCodePoint ` for parsing
22
+ ` CodePoint ` s. (#119 by @jamesdbrock )
23
+ - Add ` capture ` combinator (#119 by @jamesdbrock )
24
+ - Add benchmark suite (#119 by @jamesdbrock )
25
+
11
26
Bugfixes:
12
27
13
28
Other improvements:
You can’t perform that action at this time.
0 commit comments