What's new in Fast Lightweight Expression Evaluator 0.9.25.0

May 6, 2009
  • New features
  • Can now clone an expression (cloned expression gets its own set of variables; avoids parsing/compilation overhead) (discussion #52775)
  • Breaking Changes
  • ParserOptions are now initialized based on current culture
  • The format for date literals now defaults to the short pattern of the current culture (issue #7414)
  • Bug fixes
  • no longer creating anonymously hosted dynamic method so that Flee will work with pre-SP1 .NET 2.0
  • fixed culture parsing bug in demo (discussion #53702)

New in Fast Lightweight Expression Evaluator 0.9.24.0 (Apr 26, 2009)

  • Fixed bug #7418 (Illegal one-byte branch error)

New in Fast Lightweight Expression Evaluator 0.9.23.0 (Mar 24, 2009)

  • Fixed bug #7048 (implicit convert from reference type to value type)

New in Fast Lightweight Expression Evaluator 0.9.20.0 (Dec 8, 2008)

  • New features
  • Put all error messages in resource files so that they can be localized
  • Creating anonymously hosted dynamic method if an expression owner is not being used (requires less permissions)
  • Breaking Changes:
  • None
  • Bug fixes:
  • Removed superfluous name and type validation on variables to make them much faster