Releases: skbkontur/GrobExp.Mutators
Releases · skbkontur/GrobExp.Mutators
v1.4-release.4
Remove String.Intern calls in custom field name building
v1.4-release.3
update dependencies, test against net7.0
v1.4.5 - 2021.11.30
- Add net6.0 support.
- Update dependencies.
v1.4-release.1
support LINQ Distinct and Count methods
v1.3.16 - 2021.03.12
- Update dependencies.
- Run tests against net5.0 tfm.
v1.3.9 - 2019.11.22
- Use SourceLink to help ReSharper decompiler show actual code.
- Update GrobExp.Compiler dependency
v1.3 - 2019.09.25
- Set TargetFramework to netstandard2.0
- Update dependencies
v1.2 - 2018.29.12
- 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
v1.1 - 2018.10.10
- Support concurrent validation and convertation recording
v1.0 - 2018.09.15
- 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.