Skip to content

v.0.18.2

Compare
Choose a tag to compare
@schungx schungx released this 20 Aug 14:24
87685f6

Version 0.18.2 released to crates.io.

Bug fixes

  • Fixes bug that prevents calling functions in closures.
  • Fixes bug that erroneously consumes the first argument to a module-qualified function call.

New features

  • Adds Engine::register_get_result, Engine::register_set_result, Engine::register_indexer_get_result, Engine::register_indexer_set_result API.
  • Adds Module::combine to combine two modules.
  • Engine::parse_json now also accepts a JSON object starting with #{.