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: cohesivestack/valgo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.4
Choose a base ref
...
head repository: cohesivestack/valgo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 17 commits
  • 35 files changed
  • 2 contributors

Commits on Apr 10, 2023

  1. Add functions to merge Valgo errors from validated sessions

    This commit introduces three new functions for merging Valgo errors
    produced by other validation sessions. These functions make it possible
    to merge errors in a field key, as well as in a namespace or indexed
    namespace. The added functions are:
    
    * MergeError: Merges Valgo errors from an already validated Validation session.
    * MergeErrorIn: Merges Valgo errors from already validated Validation sessions
    within an indexed namespace.
    * MergeErrorInRow: Merges Valgo errors from already validated Validation
    sessions within a map namespace. These enhancements improve the flexibility of
    error handling and management within the Valgo library.
    carlosforero committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9a8c6f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from cohesivestack/feature/merge-errors-functions

    Add functions to merge Valgo errors from validated sessions
    carlosforero authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9c8781d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Fix validation_test

    carlosforero committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    85fa295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84b4234 View commit details
    Browse the repository at this point in the history
  3. Add Time Validator

    carlosforero committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    384bd20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a54dab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0f1dc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1107e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. fix: custom validation title

    amsal committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    c61fe4a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    75af264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c882502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b52053 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1562c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #17 from cohesivestack/feature/or-operator

    Add new `Or` operator function to Validators.
    carlosforero authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    ece5e6c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    1b5b5e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from amsal/fix-custom-title

    fix: custom validation title
    carlosforero authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    7d4407d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44b9a8b View commit details
    Browse the repository at this point in the history
Loading