Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.84 KB

CHANGES.md

File metadata and controls

60 lines (42 loc) · 1.84 KB

[v4.0.1]

Feb 13, 2017

  • actually building before committing
  • added a preversion script to ensure build occurs

[v4.0.0]

Feb 13, 2017

  • removed all old api methods
  • added four new api methods:
    • interestByRegion
    • interestOverTime
    • relatedQueries
    • relatedTopics
  • removed all dependencies
  • adding codeclimate
  • fixing coveralls
  • removed old tests and added new tests for new methods
  • adding eslint and following airbnb style guide
  • updated README accordingly

[v3.0.2]

Feb 3, 2017

  • removing node specific __dirname so library can be used in browser

[v3.0.1]

Oct 31, 2016

  • removing cheerio as a dependency by replacing it with regex (#35)

[v3.0.0]

Oct 22, 2016

  • topRelated now correctly using TOP_QUERIES rather than RISING_QUERIES (#34)
  • topRelated now accepts an optional timePeriod object that will return trend data based on a provided time period (#34)
  • Added risingSearches method which accepts category, timePeriod and geo (#34)

[v2.1.0]

Oct 22, 2016

  • trendData now accepts an optional timePeriod object that will return trend data based on a provided time period (#33)

[v2.0.0]

Oct 22, 2016