Releases: sebastienros/parlot
Releases ยท sebastienros/parlot
v1.3.0
What's Changed
- Fix Seekable by @sebastienros in #185
- Add If parser and improve When by @sebastienros in #186
- Fix oneof parser by @sebastienros in #184
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
- Fix identifier parser regression by @sebastienros in #183
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Improve compilation performance by @sebastienros in #180
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Fix compilation explosion in OneOf by @sebastienros in #179
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Bump the all-dependencies group with 2 updates by @dependabot in #174
- Adding Name and ISeekable improvements by @sebastienros in #177
- Add other Identifier overloads by @sebastienros in #178
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Update benchmark results by @sebastienros in #148
- Remove unnecessary PrivateAssets properties by @sebastienros in #154
- Add IndexOf benchmark by @sebastienros in #151
- Added
ExpressionHelper.TextSpan_ToString
to prevent multiple copies atNumberLiteralBase<T>
by @gumbarros in #167 - Implement AnyOf using SearchValues by @sebastienros in #164
- Update FastExpressions package by @sebastienros in #169
- Use SearchValues for identitifers by @sebastienros in #168
- Create global.json for net9.0 by @sebastienros in #170
- Update benchmarks results by @sebastienros in #171
- Optimize TextBefore by @sebastienros in #172
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Add DecodeString(ReadOnlySpan) by @sebastienros in #144
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Remove unnecessary System.Collections.Immutable dependency by @lahma in #140
- Bump the all-dependencies group with 2 updates by @dependabot in #139
- Fix Scanner.ReadQuotedString by @sebastienros in #143
- Enable latest-Recommended analysis rules by @lahma in #142
Full Changelog: v1.0.0...v1.0.1
1.0.0
What's Changed
- Create Number parser by @sebastienros in #132
- ReadOnlySpan, CharMap, nullable and new Compilation helpers by @sebastienros in #138
- Remove unnecessary
ref
modifier onParseResult<>
by @atifaziz in #96
Full Changelog: v0.0.28...v1.0.0
v0.0.28
What's Changed
- Implement associative parsers by @sebastienros in #116
- Fix ZeroOrOne with default value by @sebastienros in #125
- Bump the all-dependencies group with 3 updates by @dependabot in #126
- Create NuGet.config to take over any machine-wide one by @sebastienros in #118
New Contributors
- @gumbarros made their first contribution in #115
- @dependabot made their first contribution in #121
Full Changelog: v0.0.27...v0.0.28