Skip to content

v0.4.0

Compare
Choose a tag to compare
@n9-machine-user n9-machine-user released this 02 Oct 13:47
· 32 commits to refs/heads/main since this release
364a5a5

What's Changed

⚠️ Breaking Changes

  • chore: Simplify StringDNSLabel rule (#29) @nieomylnieja

    StringDNSLabel is no longer a RuleSet, instead it's now a single Rule.

🚀 Features

  • feat: Add WithNameFunc to Validator (#28) @nieomylnieja

    Added Validator.WithNameFunc function which can be used to dynamically set the validator's name per-instance.

🧰 Maintenance