Skip to content

Changelog and Roadmap

Zev Spitz edited this page Aug 19, 2020 · 3 revisions

vNext

2.1

2.0

  • String rendering library is now in its own repo (this one).
  • Namespace change to match package name -- ExpressionTreeToString -- and repo
  • Test-objects available as separate NuGet package
  • Nullable reference types

1.5

1.4

1.3

  • Factory methods renderer
  • Use of paths to identify expression tree nodes, instead of the object's identity
  • Separate language and renderer

1.2

  • .NET 4 expressions, including DynamicExpression

1.1

  • Initial release