Releases: fabiocaccamo/python-codicefiscale
Releases · fabiocaccamo/python-codicefiscale
Release list
0.12.1
0.12.0
- Add
firstname_optionsfield todecode()output with list of possible Italian first names. (#253) - Add lazy loading optimization for indexed data with global caching.
- Bump requirements.
0.11.4
- Add missing country data. #249
- Update municipalities data.
- Bump requirements and pre-commit hooks.
- Bump actions.
0.11.3
- Fix problem with municipalities that have the same slugified name: e.g., Paternò (CT) vs Paterno (PZ). #246
0.11.2
0.11.1
0.11.0
0.10.4
- Update countries and municipalities data.
- Bump requirements and pre-commit hooks.
0.10.3
- Add missing country and municipalities. (by @tommysolinas in #198)
- Add
pypy-3.10to test matrix.
0.10.2
- Updated
countries.jsonandmunicipalities.jsondata. - Added missing country to
countries-patch.json. (by @tommysolinas in #195) - Added missing municipalities to
municipalities-patch.json. (by @tommysolinas in #194) - Bump requirements and
pre-commithooks.