Skip to content

Releases: NetOpWibby/packet

2024.01.27

27 Jan 22:56
7696df1
Compare
Choose a tag to compare
  • removes version specificity from testing script

2023.11.10

10 Nov 23:58
d6f33e3
Compare
Choose a tag to compare
  • 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

03 Oct 15:08
99c035c
Compare
Choose a tag to compare
  • provides fix for RangeError

2023.10.02

02 Oct 21:00
97851f4
Compare
Choose a tag to compare
  • adds TLSA support

2023.07.31

01 Aug 04:25
0ebe276
Compare
Choose a tag to compare
  • updates Deno's std library
  • adds processBuffer helper function in default.ts to convert string values to buffers when expected
  • comments out tests that fail…LOL

2023.04.06

07 Apr 04:15
16cf08d
Compare
Choose a tag to compare
  • 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

28 Nov 05:12
2b4e7aa
Compare
Choose a tag to compare

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

26 Nov 02:35
b5337f8
Compare
Choose a tag to compare

Make the DEFAULT class operate like the rest.

Major update

26 Nov 01:43
4fedd2c
Compare
Choose a tag to compare

Removes the middleman way of importing modules like Buffer.

Initial release

26 Nov 01:33
9c77fd9
Compare
Choose a tag to compare

Huzzah!