Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Releases: ericblade/mws-simple

5.1.1

25 Apr 01:15
Compare
Choose a tag to compare

5.1.1 (2020-04-25)

5.1.0

16 Mar 14:50
Compare
Choose a tag to compare

5.1.0 (2020-03-16)

5.0.4

16 Mar 03:45
Compare
Choose a tag to compare

5.0.4 (2020-03-16)

5.0.3

15 Jan 07:25
Compare
Choose a tag to compare

5.0.3 (2020-01-15)

5.0.1

15 Jan 06:32
Compare
Choose a tag to compare

5.0.1 (2020-01-15)

5.0.0

15 Jan 06:20
Compare
Choose a tag to compare

5.0.0 (2020-01-15)

4.2.0

15 Jan 01:20
Compare
Choose a tag to compare

4.2.0 (2020-01-15)

Bug Fixes

  • no longer test in node 8, 9 (3e46e9c)

remove tests from npm, remove accidental console.log

06 Aug 05:06
Compare
Choose a tag to compare

Some people may have noticed some extreme chattiness from their console logs in the last version, my apologies.

4.1.2

11 Jul 18:58
Compare
Choose a tag to compare

I forgot to tag a bunch of point releases, I'll try to keep up with that.

Changes since 4.0.0:

  • eslint changes/cleanups
  • query-string=6.2.0
  • chai=4.2.0
  • eslint=5.16.0
  • update tests to expect transfer-encoding not content-length header (thanks amazon! :P )
  • csv-parse=4.4.1
  • query-string=6.5.0
  • mocha=6.1.4
  • nyc=14.1.1
  • published at npm as @ericblade/mws-simple
  • split makeRequest into makeRequest and processRequest
  • export processRequest, processXmlRequest, processTextRequest
  • fix processRequest for text/plain
  • lodash=4.17.14 security fix

Return promises, callback is (err, { results, headers })

24 Dec 16:44
Compare
Choose a tag to compare

Return Promise if no callback given. callback called with (err, { results, headers }) not (err, results, headers)