All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.0.0 - 2017/05/11
- 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).
1.0.1 - 2016/07/01
- Changed: updated Antarctica currencies (#6).
- Deprecated: the
get()method has been deprecated and will be removed in a future release (#12).
1.0.0 - 2016/06/30
- New: initial release of
league/iso3166.