Skip to content

v0.2.0

Compare
Choose a tag to compare
@maeb maeb released this 23 May 10:39
· 39 commits to master since this release
5fe754e
  • When using the SearchParams API, query parameters with empty value are now serialized with a single equals sign ('='). So url.SearchParams().Set("aname", "") is serialized with '=', but url.SetSearch("aname") is serialized without '='.
  • Added an option to preserve the previous behaviour of the SearchParams API (a query parameter with empty value was serialized without the single equals sign).
  • Implemented the option for the Google Safe Browsing profile.