Skip to content

0.2.2-preview Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@MikeStall MikeStall released this 09 May 20:05
· 1301 commits to main since this release
28050c0

Many improvements, including:

  1. Updates namespaces (see #361) - this is a breaking change from 0.2.1-preview.
  2. More control over configuration and adding custom functions and optionsets.
  3. publicly expose the syntax tree from the parser.
  4. More functions implemented in interpreter.
  5. Better config story for adding custom functions
  6. Better host marshalling, including add virtual RecordValues and ITypeMarshallers for marshalling .net objects.
  7. OptionSet support
  8. Improved error handling.
  9. DisplayName support
  10. ParseJson support.