v1.1.0 improves validator testability, adds a corrected phone parameter initializer, expands test coverage, and refreshes the MkDocs documentation. It also fixes the GitHub Pages deployment path for the generated docs site.
Latestv1.1.0
This release improves InputFence’s testability, public API consistency, and documentation.
Added
- Added injectable phone number parsing for
AdvancedPhoneValidator. - Added a correctly spelled
PhoneValidatorParameters(isOnlyNumbersAllowed:region:)initializer. - Added expanded unit and public API consumer test coverage.
Changed
- Refactored validator internals to better separate dependencies and validation logic.
- Reorganized test coverage by validator type.
- Regenerated and updated MkDocs documentation.
Deprecated
- Deprecated the legacy
PhoneValidatorParameters(isOnlyNumbersAllowd:region:)initializer in favor ofisOnlyNumbersAllowed.
Fixed
- Fixed GitHub Pages documentation deployment for the MkDocs-generated site.