Skip to content

v1.15.0

Compare
Choose a tag to compare
@schungx schungx released this 18 Jun 05:20
· 433 commits to main since this release
fd162ab

Bug fixes

  • Fixes a concurrency error in static hashing keys (thanks garypen!).

Enhancements

  • Expressions involving this should now run slightly faster due to a dedicated AST node ThisPtr.
  • A take function is added to the standard library to take ownership of any data (replacing with ()) in order to avoid cloning.
  • Dynamic::take is added to take ownership of the data (replacing with ()) in order to avoid cloning.
  • EvalAltResult::ErrorMismatchOutputType now gives a better name for the requested generic type (e.g. &str is now &str and not string).