Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 10:23

1.0.0 (2023-03-13)

Features

  • add IsValidURN (096d505)
  • add IsValidUUID string validator (99efea0)
  • add Not bool validator (ed07f42)
  • add Not int64 validator (7ff00f0)
  • add Not list validator (ab8bcd8)
  • add Not map validator (b779fe6)
  • add Not set validator (3581f9d)
  • add Not string validator (18558de)
  • netmask: add validator IsValidNetmask (fc2452c)
  • valid ip with net.ParseIP (dc064f6)

Documentation

  • add usage documentation (86a8219)

Miscellaneous

  • add CI, Docs, ReleasePlease, Markdownlint (a4517d0)