Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #129

Merged
merged 4 commits into from
Feb 27, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Set HTTP proxy through API method; modify the README.md file to usage…
… of different MWS methods; remove unused MWS properties from test file; removes the bluebird usage
  • Loading branch information
BL committed Feb 27, 2020
commit 78a1da3880820f42c854ce022224202ddb7a6a1e
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ node_modules/
.tmp/*
npm-debug.log
npm-debug.log/*
package-lock.json
response.txt
response.txt
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"globals": {
"console": false,
"process": false,
"Promise": false,
"require": true,
"exports": true,
"module": true,
Expand Down
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
.npm-debug.log
tags
package-lock.json
.idea
.idea
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
package-lock = false
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.0.27
- Bug Fix Read Content Type
- Set HTTP Proxy Dynamically
- Remove bluebird from dependency

0.0.26
- Bug Fix CSV Multiline issue
- Correct TypeScript usage
Expand Down
Loading