Commit graph

77 commits

Author SHA1 Message Date
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
Onur Cinar
f5f3ab65e8
Contributing guide. (#68) 2023-06-18 21:37:25 -07:00
Onur Cinar
5dd65585ed
Regexp checker is added. Fixes #48 (#67)
* Regexp checker is added. Fixes #48

* Fix the struct tag.
2023-06-18 21:23:37 -07:00
Onur Cinar
05a0a141aa
Create pull_request_template.md (#65) 2023-06-18 19:19:57 -07:00
Onur Cinar
1b94fd9b32
Code quality. (#64) 2023-06-18 19:05:50 -07:00
Onur Cinar
6653f7343a
Email checker is added. Fixes #28 (#63) 2023-06-18 19:01:47 -07:00
Onur Cinar
4b34bf5041
FQDN checker is added. Fixes #61 (#62)
* FQDN checker is added. Fixes #61

* Cover coverage, added test.
2023-06-18 14:57:29 -07:00
Onur Cinar
c894900623
Update title normalizer test and example. (#60) 2023-06-18 12:25:44 -07:00
Onur Cinar
3d0334145f
Title normalizer is added. Fixes #45 (#59) 2023-06-18 12:21:37 -07:00
Onur Cinar
ef73947711
Upper and lower normalizers. Fixes #43 Fixes #44 (#58) 2023-06-18 11:35:36 -07:00
Onur Cinar
21d89bac79
Fixing docs (#57)
* Update trim_left.md

* Update trim_right.md
2023-06-17 10:15:34 -07:00
Onur Cinar
e7f71b460f
Update trim_left.md (#56) 2023-06-17 10:13:16 -07:00
Onur Cinar
cb022a9a8b
Update trim_right.md (#55) 2023-06-17 10:12:57 -07:00
Onur Cinar
34c4e11d75
Trim left and right added. (#54)
* Trim normalizer is added. Fixes #13

* Trim left and right added. Fixes #46  Fixes #47
2023-06-17 10:08:54 -07:00