- Changed: renamed
getBy<Identifier>methods to<identifier>(#29). - Changed: renamed
getAlltoall(#29). - Changed: renamed
listBytoiterator(#29). - Changed:
ISO3166andDataValidatorare nowfinal(#24). - Changed: support for PHP 5.5.x has been dropped (#23).
- Changed:
get()method has been removed (#19). - Changed:
currencykey in default dataset entries is now always an array (#15). - New:
ISO3166now implementsCountableinterface (#18). - New: can now replace default dataset by injecting a new one into
ISO3166through the constructor (#18). - New:
getBy[Alpha2,Alpha3,Numeric]now throwInvalidArgumentExceptionif anything other than a string is passed in (#18).