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: go-playground/validator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.22.1
Choose a base ref
...
head repository: go-playground/validator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.23.0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 5 contributors

Commits on Nov 16, 2024

  1. fix: cron validation support for star step value (#1302)

    ## Fixes Or Enhances
    Resolves #1259
    
    **Make sure that you've checked the boxes below before you submit PR:**
    - [x] Tests exist or have been written that cover this particular
    change.
    
    @go-playground/validator-maintainers
    cgetzen authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    51697fb View commit details
    Browse the repository at this point in the history
  2. doc(oneof): mention 'enum' (#1326)

    ## Fixes Or Enhances
    Mention 'enum' in the documentation for `oneof`. One of our team member
    spent too much time looking for an 'enum-like' validation tag, only to
    find out later that `oneof` exists. This PR intends on making the
    discovery of this validation tag easier.
    
    **Make sure that you've checked the boxes below before you submit PR:**
    - [x] Tests exist or have been written that cover this particular
    change.
    
    @go-playground/validator-maintainers
    Crocmagnon authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    078d0c0 View commit details
    Browse the repository at this point in the history
  3. Add oneofci validator (oneof case insensitive) (#1321)

    ## Fixes Or Enhances
    
    - Adds oneofci, a case insensitive version of oneof
    - resolves #840
    
    **Make sure that you've checked the boxes below before you submit PR:**
    - [ X] Tests exist or have been written that cover this particular
    change.
    
    @go-playground/validator-maintainers
    miscalibrated authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d7abf32 View commit details
    Browse the repository at this point in the history
  4. feat: add validator for numeric ports (#1294)

    ## Fixes Or Enhances
    This PR adds a new validation for numeric ports.
    Connected to: #1216 
    
    ```
    	type Host struct {
    		Port uint32 `validate:"port"`
    	}
    
    ```
    **Make sure that you've checked the boxes below before you submit PR:**
    - [x] Tests exist or have been written that cover this particular
    change.
    
    @go-playground/validator-maintainers
    nodivbyzero authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    48992fa View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Dean Karn authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    606fdce View commit details
    Browse the repository at this point in the history
Loading