Skip to content

Releases: Akif9748/async-g-i-s

V1.5.2

10 Feb 18:43
Compare
Choose a tag to compare
  • Old regex disabled.
  • New regex updated.
  • Color support is gone.
  • Search problem with new regex fixed.

V1.5.1

13 Sep 15:50
Compare
Choose a tag to compare
  • Typescript defination fixs by @jkenda
  • A better test file.
  • New UA.
  • Better readme for options of module.
  • node-fetch goes to peers.

V1.5.0

11 Jul 19:56
Compare
Choose a tag to compare

Added color support, better code, zero depenency

V1.4.0

22 May 12:03
Compare
Choose a tag to compare

Full Changelog: V1.3.0...v1.4.0

V1.3.1 is only a fix for v1.3.0. This closes #1 and #2.
With V1.4.0, the parser is changed with node-html-parser.
And now, the search options is giving via options object.
Added useragent changing support.
Code is optimized. With old code, it was taking 1.5 - 2 seconds on my computer, but with new update, it taking 1 - 1.5 seconds now.

V1.3.0

24 Oct 18:14
Compare
Choose a tag to compare

node-fetch sended to devDependencies. So, you not need to install node-fetch if you use new node versions with fetch API.

V1.2.0

25 Aug 10:00
Compare
Choose a tag to compare

_.flatten is replaced with Array.prototype.flat,
and now, query arg is not string, it is object.
And, the two url's inside one url problem is fixed.

V1.1.0

20 Jul 11:51
Compare
Choose a tag to compare

First release with typescript support