Skip to content

Releases: LuanRT/google-this

v1.8.0

18 Sep 06:46
7e422b3
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump json5 from 2.2.1 to 2.2.3 by @dependabot in #46
  • Properly encode query string by @GregVS in #55
  • fix(OrganicResults): Update desc selector and fix other minor issues by @LuanRT in #62
  • build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #54

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

07 Jan 19:22
1cc07df
Compare
Choose a tag to compare

Bug Fixes

  • fix: image data extraction failing by @LuanRT in #45

Full Changelog: v1.7.0...v1.7.1

v1.7.0

11 Dec 22:12
c887a07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.7.0

v1.5.0

23 Oct 20:46
9908a99
Compare
Choose a tag to compare

What's Changed

  • Add support for parsing ads
  • Improve videos parsing
  • Add more user agents
  • Knowledge Graph socials media links support by @c0b41 in #34

New Contributors

  • @c0b41 made their first contribution in #34

Full Changelog: v1.4.0...v1.5.0

v1.4.0

13 Sep 07:37
Compare
Choose a tag to compare

What's Changed

  • refactor: rewrite parser
  • feat(ris): add support for direct image upload by @LuanRT in #33

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

v1.3.0

11 Jun 01:43
Compare
Choose a tag to compare

What's new?

  • Refactored image search to use Google's batchexecute RPC API.
  • Added support for video results.
  • Improved knowledge graph parser.

v1.2.9

03 May 08:58
Compare
Choose a tag to compare

What's new?

  • Added type definitions

v1.2.8

08 Apr 00:38
Compare
Choose a tag to compare

🔎 What's new?

  • Major bug fixes
  • Fixed dictionary not being parsed correctly
  • Fixed a parsing problem causing people_also_ask to return an empty array

v1.2.7

24 Jan 06:30
Compare
Choose a tag to compare

🔎 What's new?

  • Minor bug fixes
  • Refactored code to improve performance & maintenance
  • Fixed a parsing problem causing "people also ask" to return duplicate results

v1.2.6

10 Nov 02:20
Compare
Choose a tag to compare

🔎 What's new?

  • Minor bug fixes
  • Fixed a major parsing problem that was causing organic results to return an empty array due to changes on Google
  • Organized code for better maintainability