Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 707 Bytes

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 707 Bytes

Changelog

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