validator v1.5.0 Release Notes
Release Date: 2026-02-16 // 4 months ago-
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.🚀 Released on 2026-02-16. All issues associated with this milestone can be found using this filter.
🔋 Features
➕ Add JSON validation rule
- Implemented by @ns-vasilev in Pull Request #116.
➕ Add uuid validation rule
- Implemented by @ns-vasilev in Pull Request #114.
➕ Add base64 validation rule
- Implemented by @ns-vasilev in Pull Request #115.
👉 Make IValidatorError conform to LocalizedError
- Implemented by @ns-vasilev in Pull Request #113.
Previous changes from v1.4.0
-
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.🚀 Released on 2025-12-20. All issues associated with this milestone can be found using this filter.
🔋 Features
➕ Add NSTextField validation support
- Implemented by @ns-vasilev in Pull Request #93.
➕ Add UITextView validation support
- Implemented by @ns-vasilev in Pull Request #92.
➕ Add postal code validation rule
- Implemented by @ns-vasilev in Pull Request #90.
➕ Add ip address validation rule
- Implemented by @ns-vasilev in Pull Request #89.
➕ Add iban validation rule
- Implemented by @ns-vasilev in Pull Request #88.
➕ Add comparison validation rule
- Implemented by @ns-vasilev in Pull Request #86.
➕ Add equality validation rule
- Implemented by @ns-vasilev in Pull Request #85.
➕ Add contains substring validation rule
- Implemented by @ns-vasilev in Pull Request #84.
➕ Add no-whitespace validation rule
- Implemented by @ns-vasilev in Pull Request #83.
➕ Add positive number validation rule
- Implemented by @ns-vasilev in Pull Request #82.
Miscellaneous Tasks
- ⚡️ Update
danger.yml- Contributed by @ns-vasilev in Pull Request #81.