Skip to content

Latest commit

 

History

History
170 lines (75 loc) · 6.54 KB

CHANGELOG.md

File metadata and controls

170 lines (75 loc) · 6.54 KB

4.0.0 (2021-05-25)

chore

  • deps: update Node.js to 14.17.0 (LTS) (2ac20c2)

Features

  • deps: update puppeteer to v9.1.1 (01d256a)

BREAKING CHANGES

  • deps: Node.js v14 has numerous breaking changes from v10

3.2.1 (2021-01-13)

Bug Fixes

  • update to work with Publix website changes (31753ca)

3.2.0 (2020-11-23)

Features

  • deps: update puppeteer to v5.5.0 (415b1f1)

3.1.1 (2020-10-23)

Bug Fixes

  • emit “info” event upon coupon clipping (96974e0)
  • update to work with new sign in process (5b2a93d)

3.1.0 (2020-09-13)

Features

  • deps: support PUPPETEER_DOWNLOAD_PATH (82fc24a)

3.0.2 (2020-09-13)

Performance Improvements

  • only make necessary API requests (88d148f)

3.0.1 (2020-09-02)

Bug Fixes

  • update to work with Publix website changes (bc848d8)

Performance Improvements

  • deps: update puppeteer to v5.2.1 (74cabe0)
  • deps: update rollup to v2.26.9 (76ea7f6)

3.0.0 (2020-06-17)

Bug Fixes

  • allow “other” type network requests (29ca24c)

chore

  • deps: update puppeteer to v4.0.0 (e9ed95f)

BREAKING CHANGES

  • deps: puppeteer now requires Node.js >=10.18.1 so we update our minimum version to match.

2.1.2 (2020-06-05)

Bug Fixes

  • ensure URL is imported for node.js < v10 (#4) (6b990a6)

2.1.1 (2020-03-23)

Bug Fixes

  • deps: update babel to v7.9.0 (4ef3d9b)

2.1.0 (2020-03-18)

Bug Fixes

  • deps: update inquirer to v7.1.0 (dad6b3a)
  • deps: update rollup to v2.1.0 (67117b5)

Features

  • deps: update puppeteer to v2.1.1 (d56ea7e)

2.0.2 (2019-12-13)

Bug Fixes

  • deps: update @babel/plugin-proposal-nullish-coalescing-operator to v7.7.4 (eaa1d22)

2.0.1 (2019-11-15)

Bug Fixes

  • deps: update @babel/core to v7.7.2 (f8fcaf0)

2.0.0 (2019-10-24)

Features

  • deps: update puppeteer to v2.0.0 (10feb34)

BREAKING CHANGES

  • deps: minimum Node.js version updated to v8.16.0 Puppeteer dropped support for Node.js v6 so this library follows suit.

1.1.0 (2019-10-22)

Bug Fixes

  • deps: update https-proxy-agent to v2.2.3 (1ce8292)

Features

  • deps: update typed-emitter to v0.2.0 (2176478)

1.0.2 (2019-10-14)

Bug Fixes

  • add node shebang to allow for npx usage (1391f49)

1.0.1 (2019-10-14)

Bug Fixes

  • specify “bin” in package.json for npx usage (490edb7)

1.0.0 (2019-10-14)

Features