File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 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
66
77Breaking changes:
88
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+
919New features:
1020
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+
1126Bugfixes:
1227
1328Other improvements:
You can’t perform that action at this time.
0 commit comments