Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@sunsided sunsided released this 07 Jun 22:36
· 2 commits to main since this release
bdf75f0

To use query-string-builder/0.6.0 in your project, add:

[dependencies]
query-string-builder = "0.6.0"

(Breaking) Changes since 0.5.1

Added

  • The QueryString::simple function was added to construct the new QueryStringSimple type. This type reduces string allocations, defers rendering and can keep references but at the cost of a complex type signature slightly more rigid handling.

Changed

  • The QueryString::new function was renamed to QueryString::dynamic.

What's Changed

  • Add a slim builder that doesn't call to_string right away by @sunsided in #12

Full Changelog: v0.5.1...v0.6.0