Releases: NetOpWibby/packet
Releases · NetOpWibby/packet
2024.01.27
- removes version specificity from testing script
2023.11.10
- 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
2023.10.03
- provides fix for
RangeError
2023.10.02
- adds TLSA support
2023.07.31
- 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
2023.04.06
- imports
Buffer
from Deno's internals - adds
NAPTR
support from upstream - declares optional parameters in functions
- adds tests
- removes import map
- updates README
Compilation ready
Turns out that Deno import_map.json
doesn't behave the way you expect when attempting to compile an application. So, we use absolute links instead.
Unfortunate, but it is what it is.
Sensible defaults
Make the DEFAULT class operate like the rest.
Major update
Removes the middleman way of importing modules like Buffer
.
Initial release
Huzzah!