Commit graph

90 commits

Author SHA1 Message Date
Onur Cinar
1cff930c51
Add HTML escape normalizer and tests to v2. (#144)
# Describe Request

Add HTML escape normalizer and tests to v2.

# Change Type

New code.
2024-12-27 06:49:58 -08:00
Onur Cinar
6779e95f12
Add URL escape and unespace normalizers and tests to v2. (#143)
# Describe Request

Add URL escape and unespace normalizers and tests to v2.

# Change Type

New code.
2024-12-27 06:39:57 -08:00
Onur Cinar
34b6645250
Add URL escape normalizer and tests to v2. (#142)
# Describe Request

Add URL escape normalizer and tests to v2.

# Change Type

New code.
2024-12-27 06:21:28 -08:00
Onur Cinar
48d005ce71
Add Credit Card validation checker and tests to v2. (#141)
# Describe Request

Add Credit Card validation checker and tests to v2.

# Change Type

New code.
2024-12-27 06:14:17 -08:00
Onur Cinar
b709836ded
Add URL validation checker and tests to v2. (#140)
# Describe Request

Add URL validation checker and tests to v2.

# Change Type

New code.
2024-12-26 19:12:46 -08:00
Onur Cinar
29a1a9ba0d
Add MAC validation checker and tests to v2. (#139)
# Describe Request

Add MAC validation checker and tests to v2.

# Change Type

New code.
2024-12-26 19:10:33 -08:00
Onur Cinar
c6c47adc2b
Add LUHN validation checker and tests to v2. (#138)
# Describe Request

Add LUHN validation checker and tests to v2.

# Change Type

New code.
2024-12-26 19:06:56 -08:00
Onur Cinar
aca9811584
Add ISBN validation checker and tests to v2. (#137)
# Describe Request

Add ISBN validation checker and tests to v2.

# Change Type

New code.
2024-12-26 19:03:30 -08:00
Onur Cinar
be35612582
Add IP, IPv4, IPv6 validation checkers and tests to v2. (#136)
# Describe Request

Add IP, IPv4, IPv6 validation checkers and tests to v2.

# Change Type

New code.
2024-12-26 18:56:06 -08:00
Onur Cinar
dac7298ca7
Add FQDN validation checker and tests to v2. (#135)
# Describe Request

Add FQDN validation checker and tests to v2.

# Change Type

New code.
2024-12-26 18:46:58 -08:00
Onur Cinar
c47eeb6451
Add Email validation checker and tests to v2. (#134)
# Describe Request

Add Email validation checker and tests to v2.

# Change Type

New code.
2024-12-26 18:42:21 -08:00
Onur Cinar
b0096cbb12
Add Digits validation checker and tests to v2. (#133)
# Describe Request

Add Digits validation checker and tests to v2.

# Change Type

New code.
2024-12-26 18:36:48 -08:00
Onur Cinar
9e75deef97
Add CIDR validation checker and tests to v2. (#132)
# Describe Request

Add CIDR validation checker and tests to v2.

# Change Type

New code.
2024-12-26 16:09:58 -08:00
Onur Cinar
af8e0e9fbf
ASCII checker moved to v2 version. (#131)
# Describe Request

ASCII checker moved to v2 version.

# Change Type

New code.
2024-12-26 16:04:46 -08:00
Onur Cinar
8a7b88acbe
Update dev container to use the latest Go version. (#130)
# Describe Request

Update the dev container configuration to use the latest version of Go.

# Change Type

Code maintenance.
2024-12-26 12:07:17 -08:00
Onur Cinar
33c6896213
V2 (#129)
# Describe Request

Version 2 of the library.

# Change Type

New feature.
2024-12-02 18:53:28 -08:00
Onur Cinar
80ba6aa927
Change mistakes to errors. (#128) v1.4.1
# Describe Request

Change mistakes to errors.

# Change Type

Code maintenance.
2024-10-29 21:18:56 -07:00
Onur Cinar
b88aed2335
Fixing the CI badge. (#127) v1.4.0
# Describe Request

Fixing the CI badge.

# Change Type

Documentation fix.
2024-10-29 21:13:45 -07:00
Onur Cinar
4a77e34c92
Doc automation. (#126)
# Describe Request

Doc automation.

# Change Type

Doc update.
2024-10-29 21:10:40 -07:00
Onur Cinar
0c362a17e9
Fix documentation. (#125)
# Describe Request

Fix documentation for the new error return types.

# Change Type

Documentation update.
2024-10-29 20:06:47 -07:00
Onur Cinar
da76950858
Checker errors are converted from string to error. (#124)
# Describe Request

Checker errors are converted from string to error.

# Change Type

New feature.
2024-10-29 19:46:44 -07:00
Onur Cinar
04635fcca1
Copyright message is added to all source files. (#123)
# Describe Request

Copyright message is added to all source files.

# Change Type

Code maintenance.
2024-10-29 19:43:20 -07:00
Onur Cinar
ed89bd2960
Moving to Task based build system. (#122)
# Describe Request

Moving to Task based build system.

# Change Type

Code maintenance.
2024-08-18 10:51:18 -07:00
Onur Cinar
36341965fc
Gofmt simplify. (#121) v1.3.1 2023-06-25 11:49:25 -07:00
Onur Cinar
8824f1ddf0
Fixing cyclomatic complexity of isValidEmailUser. (#120) 2023-06-25 11:45:12 -07:00
Onur Cinar
20edd60174
URL escape and unescape normalier. Fixes #110 (#119) v1.3.0
# Describe Request

URL escape and unescape normalier. 

Fixes #110

# Change Type

New normalizer.
2023-06-25 11:29:17 -07:00
Onur Cinar
0dc52b44a1
Documentation fix. (#118) 2023-06-25 11:03:53 -07:00
Onur Cinar
6be9761327
HTML escape and unescape normalizer. Fixes #104 (#117) 2023-06-25 10:55:22 -07:00
Onur Cinar
4bf287b006
Fix overview. (#116) v1.2.1
# Describe Request

Fix overview.

# Change Type

Document change.
2023-06-24 20:55:03 -07:00
Onur Cinar
3a53201769
Add Examples. Fixes #111 (#115) v1.2.0
# Describe Request

Add Examples. Fixes #111

# Change Type

Documentation change.
2023-06-24 18:41:42 -07:00
Onur Cinar
f76f14c0ce
Added copyright header to the code. Fixes #112 (#114)
# Describe Request

Added copyright header to the code. 

Fixes #112

# Change Type

Documentation change.
2023-06-24 12:10:18 -07:00
Onur Cinar
fbabb71288
ISBN checker is added. Fixes #27 (#100) v1.1.0
# Describe Request

ISBN checker is added. 

Fixes #27

# Change Type

Checker added.
2023-06-23 20:47:03 -07:00
Onur Cinar
a125ee1a78
Make all test code to use test package. Fixes #98 (#99) 2023-06-23 18:57:46 -07:00
Onur Cinar
c823d27562
URL checker is added. (#97)
# Describe Request

URL checker is added.

Fixes #96

# Change Type

Checker added.
2023-06-23 17:04:13 -07:00
Onur Cinar
144cab8174
Create codecov.yml to enforce 100% (#95)
Create codecov.yml to enforce 100%
2023-06-22 15:38:18 -07:00
Onur Cinar
c8d1f5f704
Add Revive action to CI workflow. (#93)
Add Revive action to CI workflow.
2023-06-22 08:58:56 -07:00
Onur Cinar
177af0f7a3
Integrate codecov. Fixes #90 (#91) v1.0.0
# Describe Request

Integrate codecov. Fixes #90

# Change Type

Maintenance change.
2023-06-21 19:28:21 -07:00
Onur Cinar
8537d6647a
Add gosec to workflows. Fixes #83 (#89) 2023-06-21 18:54:50 -07:00
Onur Cinar
c7edf9e678
Fixing IsEmail cyclomatic complexity. Fixes #78 (#88) 2023-06-21 18:39:57 -07:00
Onur Cinar
db8ce0e625
Go critic identified issues. Fixes #82 (#87) 2023-06-21 18:26:43 -07:00
Onur Cinar
622fa89ac6
Fixed spelling mistage in the code. Fixes #79 (#86) 2023-06-21 18:13:29 -07:00
Onur Cinar
0eb9471158
Go report card added. Fixes #80 (#85)
# Describe Request

Added the Go Report Card badge.

Fixes #80

# Change Type

Maintenance change.
2023-06-21 18:04:18 -07:00
Onur Cinar
26c9fd6ea9
29-credit-card-number-checker (#81)
# Describe Request

Credit card checker added.

Fixes #29

# Change Type

New checker.
2023-06-21 12:36:54 -07:00
Onur Cinar
4384351c4c
Added GitHub pull requests extension. (#77) 2023-06-20 10:37:30 -07:00
Onur Cinar
3f16c67d0c
Setting Go linter tool as Revive. (#75)
# Describe Request

Update the devcontainer.json configuration to set the Go lint tool to
revive.

# Change Type

Maintenance change.
2023-06-19 20:14:29 -07:00
Onur Cinar
3dd1c611e7
ASCII checker name fixed. (#74)
# Describe Request

Fixes ASCII checker name.

# Change Type

Fix issue.
2023-06-19 20:07:53 -07:00
Onur Cinar
0cb565f2d7
Revive added. (#73)
# Describe Request

Revice integrated.

# Change Type

Maintenance change.
2023-06-19 20:01:57 -07:00
Onur Cinar
34cfc6fbf1
Luhn algorithm checked added. Fixes #71 (#72)
# Describe Request

Luhn algorithm checker added.

Fixes #71 

# Change Type

New feature.
2023-06-19 17:29:47 -07:00
Onur Cinar
c71d3a24dc
Create SECURITY.md (#70)
# Describe Request

Added the security policy.

# Change Type

Maintenance change.
2023-06-18 22:18:57 -07:00
Onur Cinar
ef42d25184
Update issue templates (#69) 2023-06-18 22:15:04 -07:00