Releases: iris-contrib/schema
Releases · iris-contrib/schema
v0.0.6
v0.0.5
v0.0.4
v0.0.3
Add DecodeParams
. See https://github.com/kataras/iris/tree/master/_examples/request-body/read-params
v0.0.2
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
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" tagDecodeQuery
which decodes only with "url" tagDecode
which decodes on "form" AND "url" AND "schema" tag names.