v0.9.0
n9-machine-user
released this
13 Nov 15:23
·
11 commits
to refs/heads/main
since this release
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.
AddedStringTimeZone
rule which ensures a string is a valid IANA Time Zone database code.
🧰 Maintenance
- chore: Update dependency cspell to v8.16.0 (#49) @renovate
- chore: Add OpenSLO use case to README.md (#48) @nieomylnieja