Skip to content

v0.9.0

Compare
Choose a tag to compare
@n9-machine-user n9-machine-user released this 13 Nov 15:23
· 11 commits to refs/heads/main since this release
2b70de3

What's Changed

🚀 Features

  • feat: Add StringDateTime and StringTimeZone rules (#50) @nieomylnieja

    Added StringDateTime rule which ensures a string is a valid date and time according to the rules defined by https://pkg.go.dev/time.
    Added StringTimeZone rule which ensures a string is a valid IANA Time Zone database code.

🧰 Maintenance