Skip to content

Releases: Pod-Point/countries

v3.2.2

23 May 09:04
v3.2.2
d22f52c

Choose a tag to compare

  • 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

12 Jul 15:05
4672e6c

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v5.0.2

29 Apr 14:23
59d8021

Choose a tag to compare

Fixed

  • Fix the memoization and the getSymbol method in the CurrencyHelper (#55).

v4.0.3

29 Apr 14:20
0d0a828

Choose a tag to compare

Fixed

  • Fix the memoization and the getSymbol method in the CurrencyHelper (#54).

v3.2.0

29 Apr 15:07
96f8d36

Choose a tag to compare

Features

  • Adds precision to the NumberHelper and implements NumberHelper Facade (#57).

v3.1.4

13 Apr 11:55
c9f6639

Choose a tag to compare

Fixed

  • Fix the memoization and the getSymbol method in the CurrencyHelper (#51).

5.0.1 - Introduce memoization for efficiency during use on mass

19 May 17:48
44f0136

Choose a tag to compare

  • Introduced a history for finds in the CountryHelper so that we don't perform the same lookup many times
  • Introduced a caching layer for NumberFormatters used in the CurrencyHelper to avoid creating many unnecessary instances when used on mass

4.0.2 - Introduce memoization for efficiency during use on mass

19 May 17:49
9234e03

Choose a tag to compare

  • Introduced a history for finds in the CountryHelper so that we don't perform the same lookup many times
  • Introduced a caching layer for NumberFormatters used in the CurrencyHelper to avoid creating many unnecessary instances when used on mass

3.1.3 - Introduce memoization for efficiency during use on mass

19 May 17:50
8677020

Choose a tag to compare

  • Introduced a history for finds in the CountryHelper so that we don't perform the same lookup many times
  • Introduced a caching layer for NumberFormatters used in the CurrencyHelper to avoid creating many unnecessary instances when used on mass

5.0.0 - PHP 7.3+ + Laravel 7+ support

18 May 14:40
0816628

Choose a tag to compare

  • 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.php a level up following best practices.
  • Removed php-coveralls
  • Moved from Travis CI to Github Actions