Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

53 lines (42 loc) · 1.73 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.3.1 - 2018-02-02

Changed

0.3.0 - 2017-12-22

Added

  • Throws an exception when an invalid country code or country name is provided.

Changed

  • Use dirname() to get rid of realpath().
  • Update Composer dependencies.

0.2.1 - 2016-08-01

Changed

  • Changed version of brightnucleus/config to use.
  • Use ConfigFactory instead of instantiating a Config object directly.

0.2.0 - 2016-08-01

Added

  • Added the path to the data to the Composer output.
  • Added LICENSE file.

Changed

  • Changed license from GPL-v2.0+ to MIT.

0.1.3 - 2016-04-05

Changed

  • Update Composer dependencies.

0.1.2 - 2016-03-08

Fixed

  • Fix PHP tag generation.

0.1.1 - 2016-03-08

Fixed

  • Add slashes where necessary to avoid broken strings due to unescaped quotes in country names.

0.1.0 - 2016-03-04

Added

  • Initial release to GitHub.