Releases: Pod-Point/countries
Releases · Pod-Point/countries
v3.2.2
- Adds Spain and France as locales for present and future expansion (target 3.2 base for API3)
Full Changelog: v3.2.0...v3.2.2
Fix Laravel auto-discovery
v5.0.2
v4.0.3
v3.2.0
v3.1.4
5.0.1 - Introduce memoization for efficiency during use on mass
- Introduced a history for finds in the
CountryHelperso that we don't perform the same lookup many times - Introduced a caching layer for
NumberFormattersused in theCurrencyHelperto avoid creating many unnecessary instances when used on mass
4.0.2 - Introduce memoization for efficiency during use on mass
- Introduced a history for finds in the
CountryHelperso that we don't perform the same lookup many times - Introduced a caching layer for
NumberFormattersused in theCurrencyHelperto avoid creating many unnecessary instances when used on mass
3.1.3 - Introduce memoization for efficiency during use on mass
- Introduced a history for finds in the
CountryHelperso that we don't perform the same lookup many times - Introduced a caching layer for
NumberFormattersused in theCurrencyHelperto avoid creating many unnecessary instances when used on mass
5.0.0 - PHP 7.3+ + Laravel 7+ support
- Major release to support PHP 7.3+ and Laravel 7.x+
- Illuminate packages 6.* -> 7.* or 8.*
- league/iso3166 2.x -> 3.x
- PHPUnit 8.x -> 8.x or 9.x
- Implement Laravel Auto-Discovery
- Moved
config/a level up following best practices. - Moved
CountriesServiceProvider.phpa level up following best practices. - Removed php-coveralls
- Moved from Travis CI to Github Actions