Skip to content

Commit 2c6d0bc

Browse files
committed
CHANGELOG for purescript-contrib#119
1 parent 307549e commit 2c6d0bc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,23 @@ Notable changes to this project are documented in this file. The format is based
66

77
Breaking 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+
919
New 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+
1126
Bugfixes:
1227

1328
Other improvements:

0 commit comments

Comments
 (0)