mirror of
https://github.com/romdo/go-validate.git
synced 2026-02-18 23:56:41 +00:00
18 lines
634 B
Markdown
18 lines
634 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
|
|
### [0.1.1](https://github.com/romdo/go-validate/compare/v0.1.0...v0.1.1) (2021-08-23)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **validate:** do not panic with field errors on non-struct types ([9c3b633](https://github.com/romdo/go-validate/commit/9c3b63361dbf88945e7c4fbc9d689cac9a377499))
|
|
|
|
## 0.1.0 (2021-08-22)
|
|
|
|
|
|
### Features
|
|
|
|
* **validate:** initial implementation ([464467e](https://github.com/romdo/go-validate/commit/464467ec86de60aefe6d2225671203872b9ad276))
|