Skip to content

Latest commit

 

History

History
232 lines (197 loc) · 15.3 KB

File metadata and controls

232 lines (197 loc) · 15.3 KB

Changelog

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.

1.x Releases


Documentation

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

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

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

New Contributors

  • @renovate[bot] made their first contribution in #69
  • @dependabot[bot] made their first contribution in #22

Released on 2025-11-14. All issues associated with this milestone can be found using this filter.

Uncategorized Changes

  • Add support for Swift 6.2
  • Add support for Swift 6.2

Released on 2024-12-24. All issues associated with this milestone can be found using this filter.

Uncategorized Changes

  • Release 1.1.0
  • Update README.md
  • Update gem dependencies
  • Update CHANGELOG.md
  • Increase the Swift version to 6.0

Released on 2024-01-10. All issues associated with this milestone can be found using this filter.

Uncategorized Changes

Released on 2023-10-09. All issues associated with this milestone can be found using this filter.

Uncategorized Changes

  • Update CHANGELOG.md
  • Update CHANGELOG.md
  • Implement Validator package