Skip to content

Releases: rhaiscript/rhai-dylib

Release 0.1.6

18 Mar 11:29
Compare
Choose a tag to compare
  • Fix libloading module resolver implementation with the latest version of Rhai

Release 0.1.5

12 Mar 11:45
Compare
Choose a tag to compare
  • Update dependencies

Release 0.1.4

23 Nov 14:31
Compare
Choose a tag to compare
  • MSRV set to Rhai (1.61)
  • update documentation.

Release 0.1.3

22 Nov 15:09
Compare
Choose a tag to compare
  • fix lock error when registering a module for the first time.
  • fix module path resolution using rhai's file module resolver code.
  • use rhai module errors for the entire crate.
  • bump rhai dependency to latest and remove github path.

Release 0.1.2

10 Nov 19:50
Compare
Choose a tag to compare
  • Add Rhai's sync feature flag.

Release 0.1.1

10 Nov 12:48
Compare
Choose a tag to compare

Changed

  • Change Rhai dependency to the official main branch.
  • Using rhai::config::hashing::set_ahash_seed instead of setting the RHAI_AHASH_SEED env variable.