Skip to content

Tags: favclip/ucon

Tags

v3.2.3

Toggle v3.2.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix wrong test & use reflect.IsNil instead of reflect.IsZero for Go 1.11

v3.2.2

Toggle v3.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
port support *bool like pointer filling in SetValueFromString to v3

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #38 from favclip/fix-ptr-refs

support *bool like pointer filling in SetValueFromString

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from favclip/feat-update-deps

update dependencies

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from soundTricker/fix-additional-properties-type

AdditionalProperties should be *Schema

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from favclip/feat-gomod

convert project structure to Go Modules requirements

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #32 from favclip/fix-shortage

fix(ucon): check rv.IsValid() first on RequestValidator

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #31 from favclip/feat-support-form

feat(ucon): support application/x-www-form-urlencoded request

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #30 from favclip/feat-bad-request

feat(ucon): fix error type similar to bad request

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #29 from favclip/fix-consume-body

fix(ucon): don't consume request body when Content-Type is not applic…