dnslib 1.2.9
dnslib: ^1.2.9 copied to clipboard
A DNS client library for Dart.
1.2.9 #
- Add a single representation in plain string for the response values.
1.2.8 #
- Class name homologation using case sensitive.
- Improves code score.
1.2.7 #
- Improves Json serialization for all response objects.
- Translate binary parameters values to string format for https and svcb types.
1.1.6 #
- Fix inmutability problems.
1.1.5 #
- Add support for set properties to DnsServer object (final declarations).
1.1.4 #
- Add support for use a hostname instead of ip address for udp connections.
1.1.3 #
- Examples separation.
- Add a name servers repository.
- Replace ip address from String type to InternetAddress.
1.0.2 #
- Upgrade dependencies.
1.0.1 #
- Initial version.