Skip to content

v.0.19.7

Compare
Choose a tag to compare
@schungx schungx released this 07 Dec 14:06
852dd5c

This is a minor bug-fix release with a few small enhancements.

Version 0.19.7 released to crates.io.

Bug fixes

  • Fixes compilation errors with certain feature flag combinations.

Enhancements

  • Property getters/setters and indexers defined in a plugin module are by default #[rhai_fn(global)].
  • to_debug is a new standard function for converting a value into debug format.
  • Arrays and object maps now print values using to_debug (if available).