All Versions
7
Latest Version
Avg Release Cycle
144 days
Latest Release
120 days ago

Changelog History

  • v1.5.0 Changes

    February 16, 2026

    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

    • ➕ Add uuid validation rule

    • ➕ Add base64 validation rule

    • 👉 Make IValidatorError conform to LocalizedError

  • v1.4.0 Changes

    December 20, 2025

    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

    • ➕ Add UITextView validation support

    • ➕ Add postal code validation rule

    • ➕ Add ip address validation rule

    • ➕ Add iban validation rule

    • ➕ Add comparison validation rule

    • ➕ Add equality validation rule

    • ➕ Add contains substring validation rule

    • ➕ Add no-whitespace validation rule

    • ➕ Add positive number validation rule

    Miscellaneous Tasks

    • ⚡️ Update danger.yml
  • v1.3.0 Changes

    November 28, 2025

    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-11-28. All issues associated with this milestone can be found using this filter.

    🐛 Bug Fixes

    • 🛠 Fix the lint action

    • ⚡️ Ensure form manager correctly updates isValid

    • ⚡️ Update paths

    • 🛠 Fix changelog configuration

    • 🛠 Fix conventional commit script execution in GitHub Actions

    📚 Documentation

    • ➕ Add a documentation

    • ⚡️ Update project structure

    🔋 Features

    • ➕ Add validationResult property to UI validation flow

    • ➕ Add debounce to text field input to reduce validation calls

    • ➕ Add nil validation rule

    • ➕ Add characters validation rule

    • ➕ Add email validation rule

    • ➕ Add labels for major, minor, swift and GitHub Actions updates

    • ➕ Add CODEOWNERS file for automatic code review assignments

    • ➕ Add release workflow for GitHub Actions

    Miscellaneous Tasks

    • Pass outputs parameters

    • ⚡️ Update the changelog file generation

    • ➕ Add skipping commit verification

    • ➕ Add docs generation into the release github action

    • ➕ Add usage examples to the examples directory

    • ➕ Add .spi.yml

    • ➕ Add explicit permissions to satisfy CodeQL

    • 🚚 Move pull request template

    • ➕ Add explicit permissions to satisfy CodeQL

    • ⚡️ Update a link to the github actions

    • 🚀 Update release version in README.md

    • ➕ Add GitHub issue and PR templates

    • ✂ Delete dependabot

    • 📇 Rename actions

    • ⚡️ Update config

    • ➕ Add --no-verify flag to commit_options in GitHub Action

    • 👕 Automate code formatting and linting with git hooks

    • ⚡️ Update workflow to run tests and build project

    • 🔀 Merge dev into main

    • ⚡️ Update dependabot.yml

    • ➕ Add conventional-pr.yml for PR validation

    🔨 Refactor

    • 👷 Simplify CI workflow configuration

    Uncategorized Changes

    • ➕ Add renovate.json

    • ➕ Add CreditCardValidationRule implementation

    • ➕ Add URLValidationRule implementation

    • ⚡️ Update Mintfile

    • ⬆️ Bump actions/checkout from 2 to 5

    • ⬆️ Bump actions/upload-artifact from 4 to 5

    • ➕ Add dependabot.yml

    • ⚡️ Update README.md

    🆕 New Contributors

  • v1.2.0 Changes

    November 14, 2025

    🚀 Released on 2025-11-13.

    ⚡️ Updated
    • ⚡️ Update the Swift version to 6.2.
      • Added in Pull Request #18.
  • v1.1.0 Changes

    December 24, 2024

    🚀 Released on 2024-12-24.

    ➕ Added
    • Increase the Swift version to 6.0.
      • Added in Pull Request #13.
    ⚡️ Updated
    • ⚡️ Update gem dependencies.
      • Updated in Pull Request #15.
  • v1.0.1 Changes

    January 10, 2024

    🚀 Released on 2024-01-10.

    ➕ Added
    • 👌 Support visionOS

      • Added in Pull Request #10.
    • ↔ Integrate danger

      • Added in Pull Request #9.
    • ➕ Add an issue template & a pull request template

      • Added in Pull Request #8.
    • ⚡️ Update GitHub Action Configuration

      • Added in Pull Request #7.
    • ➕ Add Swift Compatibility & Platform Compatibility badges

      • Added in Pull Request #6.
  • v1.0.0 Changes

    October 09, 2023
    🚀 1.x Releases
    • 🚀 1.0.x Releases - 1.0.0

    🚀 1.0.0

    🚀 Released on 2023-09-28.

    ➕ Added