Skip to content

Releases: skbkontur/GrobExp.Compiler

v1.3.23 - 2021.11.30

30 Nov 07:50
Compare
Choose a tag to compare
  • Add net6.0 support.
  • Update GrEmit dependency to v3.4.10.

v1.3.20 - 2021.03.11

11 Mar 07:30
Compare
Choose a tag to compare
  • Update GrEmit dependency to v3.4.1.
  • Run tests against net5.0 tfm.

v1.3.10 - 2019.11.21

22 Nov 05:02
Compare
Choose a tag to compare
  • Update GrEmit to v3.2.2

v1.3.7 - 2019.11.21

21 Nov 14:47
Compare
Choose a tag to compare
  • Use SourceLink to help ReSharper decompiler show actual code.

v1.3 - 2019.09.25

25 Sep 10:35
143e838
Compare
Choose a tag to compare
  • Fix bug in LambdaExpressionCreator
  • Update dependencies

v1.2 - 2018.09.15

14 Sep 22:05
Compare
Choose a tag to compare
  • 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, and Nullable<TConstant> as types of constants in expressions passed to LambdaCompiler.CompileToMethod() (PR #6).

v1.1 - 2018.01.07

14 Sep 22:04
Compare
Choose a tag to compare
  • Support .NET Standard 2.0.
  • Switch to SDK-style project format and dotnet core build tooling.