Skip to content

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.

Latest

Choose a tag to compare

@agustinpalmeira agustinpalmeira released this 03 Aug 22:07
123e5b2

v1.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 of isOnlyNumbersAllowed.

Fixed

  • Fixed GitHub Pages documentation deployment for the MkDocs-generated site.