Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi committed Aug 19, 2023
1 parent f40ba71 commit aacddbe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@

## 0.x.x (unreleased)

- Change: Parser for handling strings has been renamed to StringParser.
- Feature: Add TokenParser.
- Change: [StringParser] 'children' parameter of T.parser() API has removed.
- Change: Rename parser.text() to parser.span()
- Change: Rename T.str() to T.token()
- Change: Rename T.char to T.any
- Feature: Add Token Parsers API, an alternative Parser API.
- Change: child parsers has removed.

## 0.10.0 (2023/07/30)

Expand Down

0 comments on commit aacddbe

Please sign in to comment.