Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 643 Bytes

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 643 Bytes

CHANGELOG

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.02

  • adds TLSA support
  • organization and comments

2023.07.31

  • 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

  • imports Buffer from Deno's internals
  • adds NAPTR support from upstream
  • declares optional parameters in functions
  • adds tests
  • removes import map
  • updates README