Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.91 KB

File metadata and controls

42 lines (32 loc) · 1.91 KB

Change Log

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 getAll to all (#29).
  • Changed: renamed listBy to iterator (#29).
  • Changed: ISO3166 and DataValidator are now final (#24).
  • Changed: support for PHP 5.5.x has been dropped (#23).
  • Changed: get() method has been removed (#19).
  • Changed: currency key in default dataset entries is now always an array (#15).
  • New: ISO3166 now implements Countable interface (#18).
  • New: can now replace default dataset by injecting a new one into ISO3166 through the constructor (#18).
  • New: getBy[Alpha2,Alpha3,Numeric] now throw InvalidArgumentException if 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.