Releases: sebastienros/parlot
Releases · sebastienros/parlot
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
v0.0.27
What's Changed
- Create dependabot.yml by @sebastienros in #99
- Refactor benchmarks by @sebastienros in #105
- Initialize ISeekable properties once by @sebastienros in #104
- Add support for optional results by @sebastienros in #103
- Update tfms by @sebastienros in #107
- Fix case sensitive lookup tables by @sebastienros in #110
- Implement Then parser with constant by @sebastienros in #111
- Add netstandard2.0 support by @sebastienros in #112
- Add Else and ThenElse implementation to replace Optional by @sebastienros in #113
Full Changelog: v0.0.26...v0.0.27
0.0.26
What's Changed
- Configure Mend Bolt for GitHub by @mend-bolt-for-github in #90
- Add support bell char and decode null char by @lukemurray in #94
- Fix
ElseError
example in documentation by @atifaziz in #95 - Ad central package management by @sebastienros in #97
New Contributors
- @mend-bolt-for-github made their first contribution in #90
- @lukemurray made their first contribution in #94
Full Changelog: v0.0.25...v0.0.26
0.0.25
What's Changed
- Test .NET 7.0 support by @sebastienros in #76
- Update README.md: fix some typos and formatting by @0liver in #80
- Add net8.0 target for tests/benchmarks, remove obsolete, update packages by @lahma in #83
- Fix AdvanceNoNewLines not updating column count. by @Genteure in #82
- Improve MatchAnyOf by @sebastienros in #85
- Add double and float parsers by @sebastienros in #84
- Ensure deterministic build for release by @lahma in #86
- Document NumberOptions by @sebastienros in #89
New Contributors
Full Changelog: v0.0.24...v0.0.25