UNPKG

fetch-dns

Version:

A drop-in replacement of Node's 'dns' module using 'fetch' and DNS-over-HTTPS

23 lines (11 loc) 1.02 kB
## [1.0.0-rc.3](https://github.com/RobertFischer/fetch-dns/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2020-09-06) ### Bug Fixes * **constants:** fix the build process so that we get our hands on constants ([e4a2dd8](https://github.com/RobertFischer/fetch-dns/commit/e4a2dd835dc2733a6df68a4c02ed444b461e4707)) ## [1.0.0-rc.2](https://github.com/RobertFischer/fetch-dns/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2020-09-06) ### Bug Fixes * **rrtypes:** fix import of rrtypes which was erroneously left as a .ts import ([78d037c](https://github.com/RobertFischer/fetch-dns/commit/78d037cc178ee1216645ebd915f96045108f782c)) ### Documentation Changes * **readme:** actually put some content into the README ([fbc0759](https://github.com/RobertFischer/fetch-dns/commit/fbc075981f4b78210aa1e6361ce90b0c8cfcc9bf)) ## 1.0.0 (2020-09-04) ### Features * **initial:** commit initial check-in since we are passing the basic tests ([427f732](https://github.com/RobertFischer/fetch-dns/commit/427f732a70b1efc135d96e53522a8be4be3c6d62))