Skip to content

Releases: dralshehri/luhncheck

2.2.0

19 Jan 18:40
ba09132
Compare
Choose a tag to compare
  • Optimized the code for better speed.
  • Added more tests.
  • Fixed typos in the documentation.

2.1.0

18 Dec 13:09
c8aacf4
Compare
Choose a tag to compare
  • Dropped support for Python 3.7 and added support for Python 3.12.

2.0.0

24 Apr 19:30
Compare
Choose a tag to compare
  • Renamed the package to luhncheck and deprecated the old name.
  • Renamed the validate function to is_luhn.
  • Dropped support for Python 3.6 and added support for Python 3.11.
  • Fixed location of type-checking marker file.
  • Improved performance by using a generator for sum function.
  • Removed badges from the package description.
  • Updated development configurations and GitHub actions.
  • Changed GitHub username back to @dralshehri and updated related links.

1.1.4

05 Feb 08:52
Compare
Choose a tag to compare
  • Fixed some typos.
  • Updated linting configurations.

1.1.3

02 Feb 12:48
Compare
Choose a tag to compare
  • Changed type hints for number and prefix arguments to prefer strings.
  • Changed GitHub username to @mhalshehri and updated related links.
  • Updated development workflows and configurations.

1.1.2

18 Jan 22:43
Compare
Choose a tag to compare
  • Improved type hints for number and prefix arguments.
  • Improved handling of numbers containing hyphens or spaces.
  • Updated documentation, tests, and usage examples.

1.1.1

29 Oct 15:08
Compare
Choose a tag to compare
  • Improved docstrings and package metadata.
  • Improved usage examples.

1.1.0

20 Oct 11:23
Compare
Choose a tag to compare
  • Renamed the project to luhn-validator for more generic use.
  • Changed number parameter of validate function to accept integers only.
  • Added length and prefix parameters to validate function.
  • Updated documentation and tests.
  • Updated packaging configuration files and local development workflow.