Releases: true/php-punycode
Releases · true/php-punycode
v2.0.3
- Exclude development stuff from repository autogenerated ZIP archives, thanks @mlocati
v2.0.2
- [Fix] Encode and decode domains regardless of their casing (#16)
v2.0.1
- [Fix] Removed
version
property from composer.json
file
v2.0.0
- [Enhancement] PHP 7 support
- [Fix] Renamed
True
namespace to TrueBV
as it is a reserved word in PHP 7
v1.1.0
- [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
- PSR-2 compliant and automation on Travis-CI
- [Fix] Domain containing
x
, n
or -
would result in failures while decoding (#6).