Releases: skbkontur/GrobExp.Compiler
Releases · skbkontur/GrobExp.Compiler
v1.3.23 - 2021.11.30
- Add net6.0 support.
- Update GrEmit dependency to v3.4.10.
v1.3.20 - 2021.03.11
- Update GrEmit dependency to v3.4.1.
- Run tests against net5.0 tfm.
v1.3.10 - 2019.11.21
- Update GrEmit to v3.2.2
v1.3.7 - 2019.11.21
- Use SourceLink to help ReSharper decompiler show actual code.
v1.3 - 2019.09.25
- Fix bug in LambdaExpressionCreator
- Update dependencies
v1.2 - 2018.09.15
- Use Nerdbank.GitVersioning to automate generation of assembly nd nuget package versions.
- Update Gremit dependency to v2.3.
- Fix bugs in
CallExpressionEmitter
(PR #5). - Support
enum
,decimal
, andNullable<TConstant>
as types of constants in expressions passed toLambdaCompiler.CompileToMethod()
(PR #6).
v1.1 - 2018.01.07
- Support .NET Standard 2.0.
- Switch to SDK-style project format and dotnet core build tooling.