Skip to content

Release 3.0.0

Choose a tag to compare

@deankarn deankarn released this 23 Oct 15:42
· 37 commits to master since this release

What changed?

  • removed QueryParams function from RequestVars, storing a single copy if requested multiple times really wasn't much faster because of the context.Context lookup time so removed.

What was added?

  • added DecodeQueryParams(...) function to explicitly decode url.Values only if desired
  • added QueryParams(...) function to allow retrieving of r.URL.Query() values and optionally SEO params.
  • updated Decode(...) so the the includeQueryParams flags also applies to JSON and XML