Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1 KB

CHANGELOG.md

File metadata and controls

37 lines (19 loc) · 1 KB

Changelog

v0.0.5

compare changes

Changes

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.

v0.0.4

compare changes

Changes

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 a rhai::Array instead of a Vec<ImmutableString>

v0.0.3

compare changes

No API changes, the documentation has been updated.

v0.0.2

compare changes

No API changes, the documentation has been updated.

We have also improved the tests!

v0.0.1

First Release