Skip to content

Releases: Jun711/amazon-geotarget

v1.0.0

06 Mar 07:41
Compare
Choose a tag to compare

1.0.0 (2018-03-06)

Bug Fixes

  • geolocate: return error where there is no ip info (5f142df)
  • travis: fix travis build status url and .travis.yml file name (7db1403)
  • travis: make travis work (89219d6)

build

  • build, dev and commit tools: add airbnb eslint rules, babel, webpack and commitizen (e507b73)

ci

  • test: add puppeteer to improve test coverage (fcff3a7)
  • test coverage: add nyc and cross-env to include test coverage (2d14725)

Features

  • amazon store URL: rename to amazon-geotarget and main function return amazon store URL (16292f5)
  • amazonGeotarget: enable amazonGeotarget to be queried with an IP address (ebf86dc)
  • amazonGeotarget: enable users to set a default store that is used whenever anything unexpected (b6715f7)
  • amazonGeotarget: fallback to www.amazon.com when countryCode is undefined (e042015)
  • dependency: add geo-amazon (aaea7fc)
  • geolocate: geolocate based on ip using IP service providers (c273320)

BREAKING CHANGES

  • test: install puppeteer
  • test coverage: need to install nyc, cross-env and babel-plugin-istanbul plugins
  • build, dev and commit tools: need to install modules