# Changelog ## v0.0.4 [compare changes](https://github.com/rhaiscript/rhai-url/compare/v0.0.3...v0.0.4) ### 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` ## v0.0.3 [compare changes](https://github.com/rhaiscript/rhai-url/compare/v0.0.2...v0.0.3) No API changes, the documentation has been updated. ## v0.0.2 [compare changes](https://github.com/rhaiscript/rhai-url/compare/v0.0.1...v0.0.2) No API changes, the documentation has been updated. We have also improved the [tests](tests/url.rs)! ## v0.0.1 First Release