Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Releases: true/php-punycode

v2.1.1

16 Nov 10:39
Compare
Choose a tag to compare

Remove mbstring extension dependency, thanks @layershifter

v2.1.0

09 Aug 14:53
Compare
Choose a tag to compare

v2.0.3

23 May 08:23
Compare
Choose a tag to compare
  • Exclude development stuff from repository autogenerated ZIP archives, thanks @mlocati

v2.0.2

07 Jan 17:13
Compare
Choose a tag to compare
  • [Fix] Encode and decode domains regardless of their casing (#16)

v2.0.1

07 Jan 17:21
Compare
Choose a tag to compare
  • [Fix] Removed version property from composer.json file

v2.0.0

07 Jan 17:21
Compare
Choose a tag to compare
  • [Enhancement] PHP 7 support
  • [Fix] Renamed True namespace to TrueBV as it is a reserved word in PHP 7

v1.1.0

07 Jan 17:22
Compare
Choose a tag to compare
  • [Enhancement] Character encoding is now passed to the constructor, defaulting to UTF-8, as opposite to relying on mb_internal_encoding function call (#9).

v1.0.1

07 Jan 17:22
Compare
Choose a tag to compare
  • PSR-2 compliant and automation on Travis-CI
  • [Fix] Domain containing x, n or - would result in failures while decoding (#6).

v1.0.0

07 Jan 17:22
Compare
Choose a tag to compare
  • Initial release