Skip to content

Releases: iris-contrib/schema

v0.0.6

01 Sep 08:37
Compare
Choose a tag to compare

upstream fixes

v0.0.5

31 Aug 18:26
Compare
Choose a tag to compare

Go Get fails on v0.0.4...

v0.0.4

31 Aug 18:15
Compare
Choose a tag to compare

Add DecodeHeaders.

v0.0.3

31 Aug 17:27
Compare
Choose a tag to compare

v0.0.2

24 Jul 17:52
Compare
Choose a tag to compare

Export the Form and Query decoders in order to be customized by Iris users and ignore unknown url query parameters instead of having to compare the result error with the IsErrPath function. See kataras/iris#1566

v0.0.1

24 Jul 00:16
Compare
Choose a tag to compare

Make it selective of more than one struct tag name. And set some default package-level decoders.

  • AddAliasTag(tag ...string)
  • DecodeForm which decodes only with "form" tag
  • DecodeQuery which decodes only with "url" tag
  • Decode which decodes on "form" AND "url" AND "schema" tag names.