Skip to content

Releases: space-code/validator

1.4.0

20 Dec 08:12

Choose a tag to compare

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

1.3.0

28 Nov 08:55

Choose a tag to compare

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

New Contributors

1.2.0

14 Nov 06:26
381834c

Choose a tag to compare

Released on 2025-11-13.

Updated

  • Update the Swift version to 6.2.
    • Added in Pull Request #18.

1.1.0

24 Dec 14:05
c99e8f1

Choose a tag to compare

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.

1.0.1

10 Jan 17:06
0a116ae

Choose a tag to compare

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.

1.0.0

09 Oct 08:12
dc4bee3

Choose a tag to compare

1.x Releases

1.0.0

Released on 2023-09-28.

Added