Skip to content

v1.2.1

Choose a tag to compare

@jonaslu jonaslu released this 24 Nov 20:10
· 249 commits to main since this release

This has happened since v1.2.0

  • Whitespace was significant between the key-values delimiter in the [Query] section (e g page = 3 became page+=+3). This will be confusing to most and not very helpful. Trim it in the [Query] section but retain it's significance in the [Host] section. This makes [Host} more raw and [Query] more user-friendly. This is hopefully not a breaking change for anyone yet - if it is - manually encode the spaces as plus signs (+) or move the parameter you need spaces in into the [Host} section.