Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-hook-form/resolvers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.0
Choose a base ref
...
head repository: react-hook-form/resolvers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 10 commits
  • 48 files changed
  • 6 contributors

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    077486a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    985c48d View commit details
    Browse the repository at this point in the history
  3. feat(ajv): Keep original validation type while using errorMessage (#…

    …728)
    
    BREAKING CHANGE: The AJV Resolver now unwraps the `errorMessage` object to return the original error types. This update may introduce breaking changes to your projects.
    ktunador authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    5030a59 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    3233667 View commit details
    Browse the repository at this point in the history
  2. fix: handle raw: true option to pass form submission values correct…

    …ly (#733)
    
    * test: make tests happy
    
    * fix(resolver): handle `raw: true` option to pass form submission values correctly
    
    Ensure that the `raw: true` option in the Resolver now correctly passes a copy of the form submission values, preventing data loss or inconsistencies.
    
    * doc(effect): update readme
    
    * doc(zod): update import example
    jorisre authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    7807f95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3da2054 View commit details
    Browse the repository at this point in the history
  4. chore: update dependencies (#736)

    * chore: update dependencies
    
    * doc
    jorisre authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    9a94555 View commit details
    Browse the repository at this point in the history
  5. feat(effectResolver): returns either all errors or only the first one…

    … based on criteriaMode (#737)
    jorisre authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    12d7d8e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. Configuration menu
    Copy the full SHA
    b75a95a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. docs: update resolver documentation link (#740)

    the provided link didn't go to related section of documentation
    sina-salahshour authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    f9f9187 View commit details
    Browse the repository at this point in the history
Loading