Skip to content

Releases: dulait/check-mate

v1.1.0

20 Feb 18:36
Compare
Choose a tag to compare

1.1.0 release

overview

the release of check mate version 1.1.0

key updates

  • fix method accessors
  • fix constructor accessors
  • fix naming errors
  • fix exception handling
  • fix javadoc

known issues

  • IBAN validation for Brazilian numbers is not working for number BR9700360305000010009795493P1
  • IBAN validation for Iraq number is not working for number IQ98NBIQ850123456789012

installation and usage

to integrate check mate into your project, follow the installation instructions provided in the readme

feedback

if you encounter any issues, have suggestions, or want to contribute, please open an issue on the github repository.

v1.1.0-alpha

07 Feb 01:37
Compare
Choose a tag to compare
v1.1.0-alpha Pre-release
Pre-release

1.1.0-alpha release

overview

alpha release of check mate version 1.1.0

key features

  • validation for emails
  • validation for credit card numbers
  • validation for IBANs
  • validation for ISBN-10 and ISBN-13 numbers
  • validation for JMBG numbers

known issues

while this alpha release has a cool set of features, many of them can have bugs and errors when validating edge cases.

installation and usage

to integrate check mate into your project, follow the installation instructions provided in the readme

feedback

if you encounter any issues, have suggestions, or want to contribute, please open an issue on the github repository.