Skip to content

Latest commit

 

History

History
84 lines (66 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

84 lines (66 loc) · 2.44 KB

2.1.0 / 2016-08-11

Added

  • https support

2.0.0 / 2016-03-09

  • provide links, next and more attributes as a single response object, see: #38

1.5.0 / 2016-02-22

  • use https, see: #35

1.4.0 / 2015-01-12

  • updated for new Google HTMl

1.3.0 / 2015-07-03

  • allowed start parameter now, see: #29

1.2.0 / 2015-05-14

1.1.0 / 2015-04-05

  • added option nextText for languages other than English #25

1.0.0 / 2015-03-24

  • exposed all of request options #21
  • extracted out CLI interface
  • using JavaScript Standard Style
  • upgrade request from 2.12.x to ^2.54.0
  • upgrade cheerio from 0.10.8 to ^0.19.0

0.6.0 / 2014-10-23

  • added proxy field #16

0.5.0 / 2014-09-30

  • bugfix: CSV quoting in the command line program. #12

0.4.0 / 2014-09-29

  • add tld and language selection. #11

0.3.4 / 2014-07-28

  • bugix: when resp is undefined/null calling resp.statuCode is another error #9

0.3.3 / 2014-07-07

  • bugfix: search result titles #8

0.3.2 / 2013-08-14

  • add debugging for errors

0.3.1 / 2013-06-21

  • Fixed bug that had the descriptions showing "Cached" at the start. @cancio [#4]

0.3.0 / 2013-03-29

0.2.0 / 2013-01-22

  • Fixed Cheerio dependency bug. Stuck at version 0.10.4
  • Aliased link.link to link.href.
  • Made command line google program.

0.1.0 / 2012-10-03

  • Added resultsPerPage.
  • Upgraded cheerio dep.

0.0.1 / 2012-07-10

  • Inital release.