Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NetOpWibby/packet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2022.11.25
Choose a base ref
...
head repository: NetOpWibby/packet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: primary
Choose a head ref
  • 10 commits
  • 42 files changed
  • 1 contributor

Commits on Nov 26, 2022

  1. major change

    - removes dep.ts
    - improve Buffer import
    NetOpWibby committed Nov 26, 2022
    Copy the full SHA
    4fedd2c View commit details
  2. Copy the full SHA
    b5337f8 View commit details

Commits on Nov 28, 2022

  1. compilation fix

    Turns out that import maps don'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.
    NetOpWibby committed Nov 28, 2022
    Copy the full SHA
    2b4e7aa View commit details

Commits on Apr 7, 2023

  1. 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
    NetOpWibby committed Apr 7, 2023
    Copy the full SHA
    16cf08d View commit details

Commits on Aug 1, 2023

  1. 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
    NetOpWibby committed Aug 1, 2023
    Copy the full SHA
    0ebe276 View commit details

Commits on Oct 2, 2023

  1. 2023.10.02

    - adds TLSA support
    - organization and comments
    NetOpWibby committed Oct 2, 2023
    Copy the full SHA
    97851f4 View commit details
  2. updates CHANGELOG

    NetOpWibby committed Oct 2, 2023
    Copy the full SHA
    b5fc265 View commit details

Commits on Oct 3, 2023

  1. Copy the full SHA
    99c035c View commit details

Commits on Nov 10, 2023

  1. 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
    NetOpWibby committed Nov 10, 2023
    Copy the full SHA
    d6f33e3 View commit details

Commits on Jan 27, 2024

  1. 2024.01.27

    - removes version specificity from testing script
    NetOpWibby committed Jan 27, 2024
    Copy the full SHA
    7696df1 View commit details
Loading