Releases: frankvanhest/dns-lookup
Releases · frankvanhest/dns-lookup
v1.0.0
What's Changed
- Only PHP 8.1, 8.2 and 8.3 are supported, added GitHub actio by @frankvanhest in #15
Full Changelog: v0.3.1...v1.0.0
v0.3.1
What's Changed
- Always output dig result in ASCII for IDN by @frankvanhest in #13
Full Changelog: v0.3.0...v0.3.1
v0.3.0
PHP 8 supported added with thanks to @ainesophaur
v0.2.0
PHP 7.2 was required as a minimum, but PHP 7.1 is good enough.
v0.1.1
The test data was not compliant with the actual output from the dig command.
An array is returned when no records are found
v0.1.0
It works, but still some tests needs to be added.
Also some refactoring needs to be done.