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