Releases: byu-imaal/dohjs
Releases · byu-imaal/dohjs
Version v0.3.3
What's Changed
- Bump cached-path-relative from 1.0.2 to 1.1.0 by @dependabot in #73
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #74
- Bump shell-quote from 1.7.2 to 1.7.3 by @dependabot in #76
- add nodejs 16.x and 18.x to build by @kimbo in #77
- Bump jsdom from 16.4.0 to 16.7.0 by @dependabot in #78
- Create codeql-analysis.yml by @kimbo in #79
- Bump markdown-it and jsdoc by @dependabot in #81
- Bump terser from 4.8.0 to 4.8.1 by @dependabot in #80
Full Changelog: https://github.com/byu-imaal/dohjs/commits/v0.3.3
Version v0.3.2
Summary of changes since last release
Version 0.3.1
- the cli now supports more options (including arbitrary edns options)
- cli is a little more dig-like
- dnsPacket is exposed in dohjs
module.exports
- @jacobgb24 wrote some awesome prettify code for dns messages
Version 0.3.0
We've removed support for the custom elements (<doh-script>
, <doh-style>
, and <doh-img>
). Loading external resources by first using a DoH lookup does not work because once we have the IP address, there's no way to set the SNI field from JavaScript, so certificate verification fails. I suppose you could potentially do it over HTTP, but that would sort of defeat the purpose of DoH in the first place.
Version 0.2.7
<doh-img>
tag support!!
Version 0.2.4
- Added
<doh-style>
tag for using custom DoH resolver when fetching stylesheets that require a DNS lookup - Refactored examples
- Updated tests
Version 0.2.2
Second minor release of DoHjs!
Changes since 0.1.0:
- Major API rewrite
- Better documentation and examples
- Improved interactive site https://dohjs.org
<doh-script>
tag to bypass system DNS resolver when fetching scripts
Version 0.1.0
Just trying out the release feature and Github package registry. We'll see how it goes.