Fixed the build.rs script to handle newer versions of Rhai starting from 1.16. In particular, the JSON metadata output from Rhai now contains other sections in addition to functions, which causes build.rs to fail.
We have update query_gets
to return a rhai::Array
in this release, therefore we have introduced the array
feature (enabled by default).
query_gets
return arhai::Array
instead of aVec<ImmutableString>
No API changes, the documentation has been updated.
No API changes, the documentation has been updated.
We have also improved the tests!
First Release