v2.0.0 Readability Improvements
As this package is getting adopted and more people start using it, I got some valid feedback on the readability of the standards in codebases.
- If you want to use a country code in code, you need to navigate the namespaces or know the ISO code of the spec for the country codes
- If a country has a long formal name, using the enum name may span an entire line of code decreasing readability.
This update solves both of these problems.
For an upgrade guide please check the UPGRADING.md in the root of this project.
Full Changelog: v1.6.0...v2.0.0