index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
testdata
/
resolve_dns.ts
Age
Commit message (
Collapse
)
Author
2022-09-19
refactor: move out test files from root testdata directory into sub ↵
David Sherret
directories (#15949)
2022-05-16
feat(ext/net): add `CAA` DNS record support in Deno.resolveDns() API (#14624)
Craig Morten
2022-05-15
feat(ext/net): support NAPTR records in Deno.resolveDns() API (#14613)
Craig Morten
2022-05-14
feat(ext/net): add support for SOA records in Deno.resolveDns() API (#14534)
Thanapat Chotipun
2022-05-03
feat(ext/net): add "NS" record support in Deno.resolveDns API (#14372)
Thanapat Chotipun
2021-10-28
feat(cli): enable `useUnknownInCatchVariables` by default (#12547)
Kitson Kelly
Closes #11826 **BREAKING CHANGE** this behaviour was disable when introduced in Deno 1.14/TypeScript 4.4. It will highlight code that unsafely handles variables that are caught, and will cause type errors in unsafe code.
2021-10-10
feat(ext/net): relevant errors for resolveDns (#12370)
Satya Rohith
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret