Skip to content

Latest commit

 

History

History
108 lines (50 loc) · 4.36 KB

CHANGELOG.md

File metadata and controls

108 lines (50 loc) · 4.36 KB

3.3.4 (2022-08-07)

Bug Fixes

  • update selectors for new reports site (#22) (04843bf)

3.3.3 (2021-01-05)

Bug Fixes

  • always attempt to delete report in Amazon (#17) (3c209c2)

3.3.2 (2021-01-05)

Bug Fixes

3.3.1 (2021-01-04)

Bug Fixes

  • fix incorrect types on Shipment (ccaf751)

3.3.0 (2021-01-04)

Features

3.2.1 (2021-01-02)

Bug Fixes

  • request username and password before starting login (54a5478)

3.2.0 (2021-01-02)

Features

  • allow provider functions for username and password (1db0f3a)

3.1.0 (2021-01-02)

Features

  • add support for saving/loading cookies (bea79b1)

3.0.1 (2021-01-01)

Bug Fixes

  • handle OTP method selection screen (e702f7d)

3.0.0 (2021-01-01)

Code Refactoring

BREAKING CHANGES

  • renamed AmazonOrderApi tp AmazonOrderReportsApi

2.0.1 (2021-01-01)

Bug Fixes

2.0.0 (2021-01-01)

Code Refactoring

  • move default export to named export (ae53320)

BREAKING CHANGES

  • default export moved to AmazonOrderReportsApi

1.1.0 (2021-01-01)

Features

1.0.0 (2021-01-01)

Features

  • get rid of getOrders, add getItems based on CSV reports (#2) (2c26151)
  • return order summary from getOrders() (374deb3)
  • support multiple pages of orders (acabd81)

BREAKING CHANGES

  • getOrders removed