Skip to content

Releases: Potato1682/TopDomainChecker

[Release] 4.0.3

24 Oct 12:14
Compare
Choose a tag to compare

Overview

The previous upload failed, so I will release it again.

[Release] 4.0.2

24 Oct 12:06
Compare
Choose a tag to compare

Overview

Fixed a serious flaw when installing with npm.

4.0.1...4.0.2

[Release] 4.0.1

24 Oct 11:49
Compare
Choose a tag to compare

Overview

The document has been significantly fixed. It also resolved the global installation issue.

4.0.0...4.0.1

[Release] 4.0.0

24 Oct 11:31
Compare
Choose a tag to compare

Overview

We changed the language used and prepared a test suite.
Two protocols have been added for more nice checks.

Changes

  • Added --protocol and two protocols, HTTP and HTTPS (Shows interactive prompt when use in boolean like --add-tld)
  • Added more API functions
  • Fixed #7
  • Migrated from Javascript to Typescript
  • Removed TLA (Top-level await)
  • Added keywords to package.json
  • Published to npm repository

3.1.1...4.0.0

[Release] 3.1.1

04 Oct 11:24
b90071e
Compare
Choose a tag to compare

Overview

Added integration with other arguments of --dry-run and fixed some bugs.

Changes

  • Added integration to --dry-run with --quiet and --verbose
  • Fixed domain addition in stdin
  • Fixed spinner don't stop when data getting failed from IANA

[Release] 3.1

04 Oct 10:17
799b950
Compare
Choose a tag to compare

Overview

By rewriting the program, the stability of parallel processing has been improved.
The regular methods has been separated as an API and new arguments have been added.

Changes

  • Improved parallel processing
  • Added --dry-run (You can see how many domains check)

[Release] 3.0

02 Oct 14:23
Compare
Choose a tag to compare

Overview

I improved the development environment and decided on the code style.
In addition, convenience has been improved by adding arguments and improving the design.

Changes

  • Changed interactive prompt (Inquirer.js -> Enquirer)
  • Added spinner to getting data
  • Fixed output bug in --quiet [#3]
  • Added a new argument, --add-tld (You can add the additional top-level domains with argument or interactive prompt)
  • Handled duplicates of --quiet and -verbose (will be change to default value)
  • Implemented counting the number of domains to check
  • Error handling in GET request to IANA

Changes (for contributors)

  • Added ESLint and Remark and some ESLint rules
  • Supported Top-level await (Thanks to babel)
  • Added some npm-scripts
  • Change build process (pkg -> nexe)
  • Code moving and refactoring

[Release] 2.0

20 Sep 11:00
f5f6632
Compare
Choose a tag to compare

Overview

Source code language has changed to improve the design.

Changes

  • Language changed from C# to Javascript (ES6)
  • It can no longer be distributed as an executable file (under consideration)
  • Improved console output design
  • Add interactive prompt (if domain not found)
  • Domain specification from both arguments and stdin

Changes (for contributors)

  • Simplified publishing on multiple platforms
  • Supports icon display on multiple terminals (thanks to figures)
  • Verification of all valid TLDs using IANA TLD lists
  • Asynchronous operation (unavoidably using setTimeout())

[Release] 1.0

25 Jul 14:47
038a312
Compare
Choose a tag to compare

First release of this repository.