Skip to content

Commit

Permalink
Merge branch 'main' into better-code-commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
rezakhademix authored Mar 10, 2024
2 parents 9faa6e9 + 3ad4519 commit 6de6e05
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: rezakhademix/govalidator
slug: rezakhademix/validator

18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,39 @@

## v1.0.0 (2024-03-08)

- History of changes: see https://github.com/rezakhademix/govalidator/compare/v0.0.20...v1.0.0
- History of changes: see https://github.com/rezakhademix/validator/compare/v0.0.20...v1.0.0

## v0.0.20 (2024-03-07)

- History of changes: see https://github.com/rezakhademix/govalidator/compare/v0.0.19...v0.0.20
- History of changes: see https://github.com/rezakhademix/validator/compare/v0.0.19...v0.0.20

## v0.0.19 (2024-03-07)

- History of changes: see https://github.com/rezakhademix/govalidator/compare/v0.0.18...v0.0.19
- History of changes: see https://github.com/rezakhademix/validator/compare/v0.0.18...v0.0.19

## v0.0.18 (2024-03-07)

- History of changes: see https://github.com/rezakhademix/govalidator/compare/v0.0.17...v0.0.18
- History of changes: see https://github.com/rezakhademix/validator/compare/v0.0.17...v0.0.18

## v0.0.17 (2024-03-07)

- History of changes: see https://github.com/rezakhademix/govalidator/compare/0.0.16...v0.0.17
- History of changes: see https://github.com/rezakhademix/validator/compare/0.0.16...v0.0.17

## v0.0.16 (2024-03-06)

- History of changes: see https://github.com/rezakhademix/govalidator/compare/0.0.15...0.0.16
- History of changes: see https://github.com/rezakhademix/validator/compare/0.0.15...0.0.16

## v0.0.15 (2024-03-05)

- History of changes: see https://github.com/rezakhademix/govalidator/compare/v0.0.14...0.0.15
- History of changes: see https://github.com/rezakhademix/validator/compare/v0.0.14...0.0.15

## v0.0.14 (2024-03-04)

- History of changes: see https://github.com/rezakhademix/govalidator/compare/v0.0.13...v0.0.14
- History of changes: see https://github.com/rezakhademix/validator/compare/v0.0.13...v0.0.14

## v0.0.13 (2024-03-04)

- History of changes: see https://github.com/rezakhademix/govalidator/compare/v0.0.12...v0.0.13
- History of changes: see https://github.com/rezakhademix/validator/compare/v0.0.12...v0.0.13

## v0.0.12 (2024-03-03)

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
2. Download the sources and switch the working directory:

```bash
go get github.com/rezakhademix/govalidator
go get github.com/rezakhademix/validator
```

## Submitting a Pull Request
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/rezakhademix/govalidator.svg)](https://pkg.go.dev/github.com/rezakhademix/govalidator) [![Go Report Card](https://goreportcard.com/badge/github.com/rezakhademix/govalidator)](https://goreportcard.com/report/github.com/rezakhademix/govalidator) [![codecov](https://codecov.io/gh/rezakhademix/govalidator/graph/badge.svg?token=BDWNVIC670)](https://codecov.io/gh/rezakhademix/govalidator) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Go Reference](https://pkg.go.dev/badge/github.com/rezakhademix/validator.svg)](https://pkg.go.dev/github.com/rezakhademix/validator) [![Go Report Card](https://goreportcard.com/badge/github.com/rezakhademix/validator)](https://goreportcard.com/report/github.com/rezakhademix/validator) [![codecov](https://codecov.io/gh/rezakhademix/validator/graph/badge.svg?token=BDWNVIC670)](https://codecov.io/gh/rezakhademix/validator) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## govalidator
## Validator

This is a Golang Validator package without any type assertion or reflection that provides data validation.

Expand All @@ -10,17 +10,17 @@ Go 1.22 or above.

## Getting Started

GoValidator includes a set of validation rules and a handy `check()` method for defining any custom rule and You can use it to describe how a value should be considered valid.
Go Validator includes a set of validation rules and a handy `check()` method for defining any custom rule and You can use it to describe how a value should be considered valid.

### Installation

Run the following command to install the package:

```
go get github.com/rezakhademix/govalidator
go get github.com/rezakhademix/validator
```

## govalidator examples:
## Validator examples:

1. simple:
```go
Expand Down
5 changes: 2 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 1.x.x | :white_check_mark: |
| 0.0.x | :white_check_mark: |
| 2.x.x | :white_check_mark: |


## Reporting Security Issues

We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.

To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/rezakhademix/govalidator/security/advisories/new) tab.
To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/rezakhademix/validator/security/advisories/new) tab.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/rezakhademix/govalidator
module github.com/rezakhademix/validator

go 1.22.0

Expand Down

0 comments on commit 6de6e05

Please sign in to comment.