New
0.14.0
What's Changed
- Added: Parser builders now support more than 10 non-
Voidparsers (thanks @coenttb, https://github.com/pointfreeco/swift-parsing/pull/367). - Fixed: Don't use
input.countinPrefixThroughandPrefixUpTofor performance improvement (thanks @BjornRuud, https://github.com/pointfreeco/swift-parsing/pull/354). - Infrastructure: Documentation and playground fixes (thanks @DivineDominion, https://github.com/pointfreeco/swift-parsing/pull/322; thanks @pinkjuice66, https://github.com/pointfreeco/swift-parsing/pull/334; thanks @macwilko; https://github.com/pointfreeco/swift-parsing/pull/350; thanks @RoBo-Inc, https://github.com/pointfreeco/swift-parsing/pull/353, https://github.com/pointfreeco/swift-parsing/pull/356).
- Infrastructure: Added
.editorconfigfor consistent code formatting (thanks @Matejkob, https://github.com/pointfreeco/swift-parsing/pull/348). - Infrastructure: CI updates (https://github.com/pointfreeco/swift-parsing/pull/355; https://github.com/pointfreeco/swift-parsing/pull/368).
New Contributors
- @DivineDominion made their first contribution in https://github.com/pointfreeco/swift-parsing/pull/322