Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 868 Bytes

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 868 Bytes

Changelog

2.0.1 - 2015-09-01

  • [Fix] Removed version property from composer.json file

2.0.0 - 2015-06-24

  • [Enhancement] PHP 7 support
  • [Fix] Renamed True namespace to TrueBV as it is a reserved word in PHP 7

1.1.0 - 2015-03-12

  • [Enhancement] Character encoding is now passed to the constructor, defaulting to UTF-8, as opposite to relying on mb_internal_encoding function call (#9).

1.0.1 - 2014-08-26

  • PSR-2 compliant and automation on Travis-CI
  • [Fix] Domain containing x, n or - would result in failures while decoding (#6).

1.0.0 - 2014-03-10

  • Initial release