run:R W Run
DIR
2026-04-08 19:47:42
R W Run
1.33 KB
2026-04-08 19:32:05
R W Run
1.03 KB
2026-04-08 19:32:05
R W Run
1.47 KB
2026-04-08 19:32:05
R W Run
error_log
📄CHANGELOG.md
1# Changelog
2
3## 2.1.0 - 2016-08-09
4
5- [Enhancement] Increase rfc compliance (#20)
6 - Thanks to [@skroczek](https://github.com/skroczek) for the full patch.
7
8## 2.0.3 - 2016-05-23
9
10- [Fix] Exclude development stuff from repository autogenerated ZIP archives (#18)
11 - Thanks to [@mlocati](https://github.com/mlocati) for the full patch.
12
13## 2.0.2 - 2016-01-07
14
15- [Fix] Encode and decode domains regardless of their casing (#16)
16 - Thanks to [@abcdmitry](https://github.com/abcdmitry) for the full patch.
17
18
19## 2.0.1 - 2015-09-01
20
21- [Fix] Removed `version` property from `composer.json` file
22 - Thanks to [@GrahamCampbell](https://github.com/GrahamCampbell) for the patch.
23
24
25## 2.0.0 - 2015-06-24
26
27- [Enhancement] PHP 7 support
28- [Fix] Renamed `True` namespace to `TrueBV` as it is a reserved word in PHP 7
29
30
31## 1.1.0 - 2015-03-12
32
33- [Enhancement] Character encoding is now passed to the constructor, defaulting to UTF-8, as opposite to relying on `mb_internal_encoding` function call (#9).
34
35
36## 1.0.1 - 2014-08-26
37
38- [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) compliant and automation on Travis-CI
39 - Thanks to [@nyamsprod](https://github.com/nyamsprod) for initial patch.
40- [Fix] Domain containing `x`, `n` or `-` would result in failures while decoding (#6).
41
42
43## 1.0.0 - 2014-03-10
44
45- Initial release
46