* First pass at mafintosh/dns-packet#48. No auto-refresh yet, because that's a more invasive change.
* Add a quick note to README to kick off a round of tests.
* remove sudo:false
* Add ECS processing. See #46
* Add support for Padding. Simplify ECS to not do CIDR parsing.
* Done implementing the EDNS0 options that make sense
* Default to string values from IANA for EDNSO option codes. Add tests for mappings.
* Add a few more aliases for option codes
* Update README for EDNS0 options
* I think this is what is desired. Happy to change it more if you want.
* Address code review comments from @silverwind
* Add support for DNSSEC types from RFC4034
* Fix bug with wrong signature length decoded
* Sort RRTypes in the Readme, and add new ones
* Add support for nsec3
* fix: txt data is an array of strings
* fix: a consistent API for TXT data
* docs: update TXT info
* feat: empty buffer is not allowed
* fix: allow empty strings and buffers
* fix: rnull is like old rtxt