Skip to content

Releases: whitebox-co/walmart-marketplace-api

v3.0.1

14 Dec 05:18
Compare
Choose a tag to compare

3.0.1 (2022-12-14)

Bug Fixes

  • deps: bump axios from 0.21.4 to 1.2.1 (b5cfc74)
  • deps: bump uuid and @types/uuid (f4d5b9d)

v3.0.0

13 Dec 23:56
Compare
Choose a tag to compare

3.0.0 (2022-12-13)

Bug Fixes

  • node version and peer dependencies update (6eb6ebc)

  • feat(api)!: generating new code based on latest schema changes from walmart (03ab828)

Features

  • adding buffer dependency so that project can be isomorphic (c4499ad)

BREAKING CHANGES

  • InlineResponse generation and schema changes

v2.2.0

14 Feb 20:01
Compare
Choose a tag to compare

2.2.0 (2022-02-14)

Features

  • implementing latest walmart schema updates (d15ba9e)

v2.1.1

20 Dec 16:26
Compare
Choose a tag to compare

2.1.1 (2021-12-20)

Bug Fixes

  • package.json was pointing to incorrect type definition, fixes Issue #68 (45605cf)

v2.1.0

13 Dec 21:43
Compare
Choose a tag to compare

2.1.0 (2021-12-13)

Features

  • implementing latest walmart schema updates (4d60559)

v2.0.1

21 Sep 19:20
Compare
Choose a tag to compare

2.0.1 (2021-09-21)

Bug Fixes

  • requestHelper: getAllRecusively was not properly forming recusive requests (e00f805)

v2.0.0

20 Sep 19:25
Compare
Choose a tag to compare

2.0.0 (2021-09-20)

Code Refactoring

  • requestHelper: getAllRecursively now uses requestParams instead of limit (2551195)

BREAKING CHANGES

  • requestHelper: requestHelper.getAllRecursively now uses requestParams instead of limit

v1.3.1

17 Sep 22:50
Compare
Choose a tag to compare

1.3.1 (2021-09-17)

Bug Fixes

  • incorrect issue was tagged causing incorrect change log update by semantic release (a24eed0)

v1.3.0

17 Sep 22:40
Compare
Choose a tag to compare

1.3.0 (2021-09-17)

Features

  • add the ability to throttle requests (#18) (9851c9f)

v1.2.1

17 Sep 17:35
Compare
Choose a tag to compare

1.2.1 (2021-09-17)

Bug Fixes

  • updating npm deps (046011d)
  • deps: bump axios from 0.21.2 to 0.21.4 (#27) (ce1dfa5)
  • orders shippingUpdates was serializing data before post unecessarily causing errors (2684d9f)