Skip to content

Commit

Permalink
v1.8.3 - Update Dependency pretty-error
Browse files Browse the repository at this point in the history
  • Loading branch information
markSmurphy committed Jan 14, 2021
1 parent d2cd759 commit 3c9fc2a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 38 deletions.
34 changes: 21 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.8.3] - *Unreleased*

### Changed

* Updated dependency `pretty-error` to version `3.0.3`

---

## [1.8.2] - December 19<sup>th</sup> 2020

### Changed
Expand All @@ -25,42 +33,42 @@

### Added

* New option `--unique` which filters out duplicate addresses (but not errors)
* New option `--unique` which filters out duplicate addresses (but not errors).

![`ddig [domain] --unique`](https://marksmurphy.github.io/img/ddig.single.domain.unique.gif)

### Changed

* Updated dependencies (`debug`)
* Improved colour scheme to aid output readability
* Updated dependencies (`debug`).
* Improved colour scheme to aid output readability.

---

## [1.6.7] - November 18<sup>th</sup> 2020

### Changed

* Updated dependencies (`yargs`)
* Improved debug logging clarity in `parseAnswer()`
* Updated dependencies (`yargs`).
* Improved debug logging clarity in `parseAnswer()`.

---

## [1.6.6] - November 3<sup>rd</sup> 2020

### Changed

* Updated dependencies (`pretty-error` & `is-valid-domain`)
* Fixed empty array check in `ddig-core.js`
* Fixed erroneous string substitution in `return()` function calls in `ddig-core.js`
* Improved colour output for `CNAME` records and their IP addresses
* Updated dependencies (`pretty-error` & `is-valid-domain`).
* Fixed empty array check in `ddig-core.js`.
* Fixed erroneous string substitution in `return()` function calls in `ddig-core.js`.
* Improved colour output for `CNAME` records and their IP addresses.

---

## [1.6.5] - October 16<sup>th</sup> 2020

### Changed

* Updated dependencies (`yargs` & `is-valid-domain`)
* Updated dependencies (`yargs` & `is-valid-domain`).

---

Expand All @@ -72,23 +80,23 @@

### Changed

* Updated dependency (`debug`)
* Updated dependency (`debug`).

---

## [1.6.3] - September 11<sup>th</sup> 2020

### Changed

* Updated dependencies (`yargs` & `is-valid-domain`)
* Updated dependencies (`yargs` & `is-valid-domain`).

---

## [1.6.2] - August 25<sup>th</sup> 2020

### Changed

* Fixed erroneous `warning` when parsing certain command line arguments
* Fixed erroneous `warning` when parsing certain command line arguments.

---

Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distributed-dig",
"version": "1.8.2",
"version": "1.8.3",
"description": "A utility which makes DNS lookup requests across multiple DNS resolvers and collates the results.",
"main": "distributed-dig.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"is-ip": "^3.1.0",
"is-valid-domain": "0.0.17",
"native-dns-multisocket": "^0.7.0",
"pretty-error": "^2.1.2",
"pretty-error": "^3.0.3",
"supports-color": "^8.1.0",
"valid-url": "^1.0.9",
"yargs": "^16.2.0"
Expand Down

0 comments on commit 3c9fc2a

Please sign in to comment.