- updates Deno's
std
library - fixes NSEC test
- adds alphabetical sorting to NSEC/NSEC3 rrtypes
- reverts RangeError fix in default.ts…let nameserver handle that
- adds TLSA support
- organization and comments
- updates Deno's
std
library - adds
processBuffer
helper function indefault.ts
to convert string values to buffers when expected - comments out tests that fail…LOL
- imports
Buffer
from Deno's internals - adds
NAPTR
support from upstream - declares optional parameters in functions
- adds tests
- removes import map
- updates README