Releases: cinar/checker
Releases · cinar/checker
v2.0.1
v2.0.0
What's Changed
- V2 by @cinar in #129
- Update dev container to use the latest Go version. by @cinar in #130
- ASCII checker moved to v2 version. by @cinar in #131
- Add CIDR validation checker and tests to v2. by @cinar in #132
- Add Digits validation checker and tests to v2. by @cinar in #133
- Add Email validation checker and tests to v2. by @cinar in #134
- Add FQDN validation checker and tests to v2. by @cinar in #135
- Add IP, IPv4, IPv6 validation checkers and tests to v2. by @cinar in #136
- Add ISBN validation checker and tests to v2. by @cinar in #137
- Add LUHN validation checker and tests to v2. by @cinar in #138
- Add MAC validation checker and tests to v2. by @cinar in #139
- Add URL validation checker and tests to v2. by @cinar in #140
- Add Credit Card validation checker and tests to v2. by @cinar in #141
- Add URL escape normalizer and tests to v2. by @cinar in #142
- Add URL escape and unespace normalizers and tests to v2. by @cinar in #143
- Add HTML escape normalizer and tests to v2. by @cinar in #144
- Add trim left and right normalizers and tests to v2. by @cinar in #145
- Add upper and lower normalizers and tests to v2. by @cinar in #146
- Add title normalizer and tests to v2. by @cinar in #147
- Add Regexp checker and tests to v2. by @cinar in #148
- Register maker is added. by @cinar in #149
- Readme updated. by @cinar in #150
- Hex check is added. by @cinar in #151
- Documentation update. by @cinar in #152
- Localized error message support is added. by @cinar in #153
- RegisterLocale link is fixed. by @cinar in #154
- Slice level checkers documented. by @cinar in #155
- Added examples for the localized error messages. by @cinar in #156
- Small update on examples in the documentation. by @cinar in #157
- Version v2. by @cinar in #158
Full Changelog: v1.4.1...v2.0.0
v1.4.1
v1.4.0
What's Changed
- Moving to Task based build system. by @cinar in #122
- Copyright message is added to all source files. by @cinar in #123
- Checker errors are converted from string to error. by @cinar in #124
- Fix documentation. by @cinar in #125
- Doc automation. by @cinar in #126
- Fixing the CI badge. by @cinar in #127
Full Changelog: v1.3.1...v1.4.0
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.0
What's Changed
- Add Revive action to CI workflow. by @cinar in #93
- Create codecov.yml to enforce 100% by @cinar in #95
- URL checker is added. by @cinar in #97
- Make all test code to use test package. Fixes #98 by @cinar in #99
- ISBN checker is added. Fixes #27 by @cinar in #100
Full Changelog: v1.0.0...v1.1.0