Releases: dralshehri/luhncheck
Releases · dralshehri/luhncheck
2.2.0
2.1.0
- Dropped support for Python 3.7 and added support for Python 3.12.
2.0.0
- Renamed the package to
luhncheck
and deprecated the old name. - Renamed the
validate
function tois_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
- Fixed some typos.
- Updated linting configurations.
1.1.3
- Changed type hints for
number
andprefix
arguments to prefer strings. - Changed GitHub username to @mhalshehri and updated related links.
- Updated development workflows and configurations.
1.1.2
- Improved type hints for
number
andprefix
arguments. - Improved handling of numbers containing hyphens or spaces.
- Updated documentation, tests, and usage examples.
1.1.1
- Improved docstrings and package metadata.
- Improved usage examples.
1.1.0
- Renamed the project to
luhn-validator
for more generic use. - Changed
number
parameter ofvalidate
function to accept integers only. - Added
length
andprefix
parameters tovalidate
function. - Updated documentation and tests.
- Updated packaging configuration files and local development workflow.