- Update dependencies.
- Test against net7.0.
- Add net6.0 support.
- Update dependencies.
- Support LINQ
Distinct
andCount
methods
- Update dependencies.
- Run tests against net5.0 tfm.
- Use SourceLink to help ReSharper decompiler show actual code.
- Update GrobExp.Compiler dependency.
- Set TargetFramework to netstandard2.0.
- Update dependencies.
- Lazy converter expression compilation (some public methods of
ConverterCollection
don't need to be compiled). - No more failing tests.
- Some visistors covered by tests.
- [Breaking] Introduced explicit public API, some classes made internal.
- Support concurrent validation and convertation recording.
- Set TargetFramework to net472.
- Switch to SDK-style project format and dotnet core build tooling.
- Use Vostok.Logging.Abstractions as a logging framework facade.
- Use Nerdbank.GitVersioning to automate generation of assembly and nuget package versions.
- Update GroBuf dependency to v1.4.
- Update GrobExp.Compiler dependency to v1.2.