Skip to content

Releases: Jh123x/go-validate

Release v1.0.3

22 Mar 14:55
79b7a7c
Compare
Choose a tag to compare

Validator Update

Feature

  • feat: New ValueValidator and its corresponding options

Release v1.0.2

09 Nov 14:16
87e2327
Compare
Choose a tag to compare

Validator Update

More options are added for strings values.

Features

New Options

  1. URI Validator
  2. Json Validator
  3. Email Validator

Documents

  1. Add new options to docs

Release v1.0.1

21 Oct 18:34
57da407
Compare
Choose a tag to compare

Validator Update

More validators are added for different use cases.

Features

New Validators

  1. Parallel Validator
  2. Normal Validator

Documents

  1. Add the other validators to the comparison
  2. Use an updated version of ozzo called Invopop

Release v1.0.0

21 Oct 06:40
Compare
Choose a tag to compare

Initial Release

The initial release.

Features

New Validation Functions

  1. IsNotEmpty
  2. IsEmpty
  3. Contains
  4. IsLength
  5. Or
  6. And