- [Enhancement] Increase rfc compliance (#20)
- Thanks to @skroczek for the full patch.
- [Fix] Exclude development stuff from repository autogenerated ZIP archives (#18)
- Thanks to @mlocati for the full patch.
- [Fix] Encode and decode domains regardless of their casing (#16)
- Thanks to @abcdmitry for the full patch.
- [Fix] Removed
versionproperty fromcomposer.jsonfile- Thanks to @GrahamCampbell for the patch.
- [Enhancement] PHP 7 support
- [Fix] Renamed
Truenamespace toTrueBVas it is a reserved word in PHP 7
- [Enhancement] Character encoding is now passed to the constructor, defaulting to UTF-8, as opposite to relying on
mb_internal_encodingfunction call (#9).
- PSR-2 compliant and automation on Travis-CI
- Thanks to @nyamsprod for initial patch.
- [Fix] Domain containing
x,nor-would result in failures while decoding (#6).
- Initial release