All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Documentation, updated.
1.2.0 - 2024-09-20
- Macrolanguages list. For example,
if you need to get all
m_id
ARA languages you can use the next code:
from pycountries import MacroLanguage
print(MacroLanguage("ara", i_status="R"))
- Minor bugs
1.1.1 - 2024-07-20
- Test coverage.
1.1.0 - 2024-07-19
- Get Currency and Country by integer numeric.
- Requirements.
1.0.3 - 2024-06-02
- Requirements.
1.0.2 - 2024-05-04
- Project metadata.
1.0.1 - 2024-04-08
- Python 3.8 and Python 3.9 support.
1.0.0 - 2024-03-27
- Complete Enums documentation.
0.0.22 - 2024-03-27
- Return typing.
- Docs.
0.0.21 - 2024-03-26
- ISO 639 Languages.
0.0.20 - 2024-03-21
- Mobile to Phone.
0.0.19 - 2024-03-20
- Mobile phone enum.
- Code base.
0.0.18 - 2024-03-16
- Documentation.
0.0.17 - 2024-03-16
- Code stability.
0.0.16 - 2024-03-15
- Official country names to countries.
- Amount cleansing functionality.
0.0.15 - 2024-03-13
- Project URL.
0.0.14 - 2024-03-13
- Support for pydantic 1.5+.
0.0.13 - 2024-03-13
- Initial project structure documentation.
0.0.12 - 2024-03-12
- Support for python 3.8.
0.0.11 - 2024-03-12
- Support for python 3.9.
0.0.10 - 2024-03-11
- Support for python 3.10.
0.0.9 - 2024-03-11
- Support for python 3.11.
0.0.8 - 2024-03-10
- Ability to find Country and Currency by iso fields.
- Made Country and Currency getter error readable.
0.0.7 - 2024-03-10
- Basic documentation.
0.0.6 - 2024-03-09
- Base Country Model.
- Base Currency Model.