-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: cohesivestack/valgo
base: v0.2.4
head repository: cohesivestack/valgo
compare: v0.3.0
- 17 commits
- 35 files changed
- 2 contributors
Commits on Apr 10, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9a8c6f2 - Browse repository at this point
Copy the full SHA 9a8c6f2View commit details -
Merge pull request #12 from cohesivestack/feature/merge-errors-functions
Add functions to merge Valgo errors from validated sessions
Configuration menu - View commit details
-
Copy full SHA for 9c8781d - Browse repository at this point
Copy the full SHA 9c8781dView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 85fa295 - Browse repository at this point
Copy the full SHA 85fa295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b4234 - Browse repository at this point
Copy the full SHA 84b4234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 384bd20 - Browse repository at this point
Copy the full SHA 384bd20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a54dab - Browse repository at this point
Copy the full SHA 4a54dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f1dc3 - Browse repository at this point
Copy the full SHA f0f1dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1107e6 - Browse repository at this point
Copy the full SHA d1107e6View commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c61fe4a - Browse repository at this point
Copy the full SHA c61fe4aView commit details
Commits on Mar 16, 2024
-
Merge pull request #16 from cohesivestack/feature/time-validators
Add Time Validator
Configuration menu - View commit details
-
Copy full SHA for 75af264 - Browse repository at this point
Copy the full SHA 75af264View commit details -
Configuration menu - View commit details
-
Copy full SHA for c882502 - Browse repository at this point
Copy the full SHA c882502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b52053 - Browse repository at this point
Copy the full SHA 4b52053View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1562c9 - Browse repository at this point
Copy the full SHA e1562c9View commit details -
Merge pull request #17 from cohesivestack/feature/or-operator
Add new `Or` operator function to Validators.
Configuration menu - View commit details
-
Copy full SHA for ece5e6c - Browse repository at this point
Copy the full SHA ece5e6cView commit details
Commits on Mar 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b5b5e1 - Browse repository at this point
Copy the full SHA 1b5b5e1View commit details -
Merge pull request #15 from amsal/fix-custom-title
fix: custom validation title
Configuration menu - View commit details
-
Copy full SHA for 7d4407d - Browse repository at this point
Copy the full SHA 7d4407dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b9a8b - Browse repository at this point
Copy the full SHA 44b9a8bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.4...v0.3.0