Skip to content

v2.0.0

Compare
Choose a tag to compare
@bijington bijington released this 16 Jul 21:34
· 93 commits to main since this release
8831805

Breaking changes:

  • Minimum .NET framework up from 4.0 to 4.5.
  • Renamed dotnet Standard version from Expressive.Standard.dll to just Expressive.dll.

Bug fixes:

  • GH-64: Comparisons (<, <=, >= and >) against 'null' now behave consistently with .NET.

Features:

  • GH-38: Added support for scientific notation
  • GH-6: Implemented a mechanism of evaluating to a specific type (Evalute).