Releases: donatorsky/go-validator
Releases · donatorsky/go-validator
v0.4.0
What's Changed
- feat(validator): add validators' options by @donatorsky in #8
- build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #9
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- build(deps): bump github.com/jaswdr/faker from 1.16.0 to 1.17.0 by @dependabot in #2
- ci(github): configure Codecov by @donatorsky in #3
- ci(github): configure golangci-lint by @donatorsky in #4
- feat(rule): new rules by @donatorsky in #5
- refactor(error): rename rules' constants by @donatorsky in #6
- ci(github): increase timeout on Windows by @donatorsky in #7
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Make validators return error (not validation error) when unsupported data was provided.
v0.1.0
Create ForMap, ForStruct, ForSlice, ForValue validators and respective ...WithContext alternatives.