1.5.3
What's Changed
- Bump the all-dependencies group with 1 update by @dependabot[bot] in #272
- Add cancellation token support for parse operations by @Copilot in #271
- Fix InvalidCastException in Then() for non-IConvertible types by @Copilot in #268
- Add text position support in Then() by @sebastienros in #267
- Fix stack overflow in Deferred parsers with infinite recursion by @Copilot in #270
- Introduce IParser for covariance support by @Copilot in #269
- [WIP] Improve test coverage using code analysis by @Copilot in #273
- Remove net6.0 TFM and add net10.0 across all projects by @Copilot in #276
- Fix grammar in Optional() copilot-instructions section by @danzel in #279
- Add c# operators support by @sebastienros in #277
- Add WhiteSpaceParser by @sebastienros in #280
- Update SqlParser with new WhiteSpace parser by @sebastienros in #281
New Contributors
Full Changelog: v1.5.2...v1.5.3