Releases: restuwahyu13/go-playground-converter
Releases · restuwahyu13/go-playground-converter
v1.0.2.2
v1.0.2.1
- Add validation error if struct is pointer struct
- Add option in in GoValidator ->
func GoValidator(options ...validator.Option) *validator.Validate
- Add options in Validator ->
func Validator(s interface{}, options ...validator.Option) (*FormatError, error)
- Support with options or without options, for customable refer to doc
v1.0.2.0
- Change response payload from
Errors
toerrors
- Bump crypto lib from version v0.19.0 to v0.20.0
v1.0.2
- Optimized code and refactoring old code
- Change response for validator replace
map[string]interface{}
to structFormatError
- Expose core validator, you can access like this
GoValidator
- Refactoring ambigu test case
- Add mutex for preventing race condition when append data into slice
- Upgrade version old dependency from
go-playground/validator
to latest version - Change go version required from
go 1.16
intogo 1.18
, because go standard in most use is min versiongo 1.18
v1.0.1
- Remove unused dependency
- Remove unused struct
v1.0.0
- Add custom message functionality using struct tags
- Support for custom message or not custom message
v0.0.9
- Refactoring functionality
- Add validation for input value
- Change return response value
v0.0.8
- Typo call naming package gpc not main
v0.0.7
- Fixing is a program, not an importable package
v.0.0.6
- Update pattern for validator struct
- Format error response to human format
- Remove unused dependency