-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Presenting: Newman the fourth #1656
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Update travis and appveyor config - Update package.json - Update travis and repository tests - Remove v4 Buffer support from HTML reporter
Drop Node v4 support
cli-progress 1.8.0 → 2.0.0 cli-table3 0.4.0 → 0.5.0 csv-parse 1.3.3 → 2.5.0 lodash 4.17.9 → 4.17.10 postman-collection 3.0.10 → 3.1.0 eslint 4.19.1 → 5.0.1 eslint-plugin-mocha 4.12.1 → 5.0.0 nsp 2.8.1 → 3.2.1
Bump Dependency
Update ESLint Rules
- Use new `cast` method - Add Custom method to Auto Parse values - Use casting context to avoid parsing values surrounded with quotes
- Load external reporter before local reporter - External reporter can overrides local reporter with same name
* develop: Update missing reporter log Add missing custom reporter install instruction fix(package): update postman-runtime to version 7.2.0 fix(package): update postman-collection to version 3.1.1 Update reporter load strategy
…to feature/csv-parse
shamasis
reviewed
Aug 3, 2018
bin/newman.js
Outdated
} | ||
catch (error) { | ||
return callback(_.set(error, 'help', program.outputHelp())); | ||
next(error ? error : null); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this shouldn’t be a code review PR, but still noting down a few suggestions...
Error here did not need a variable instantiation and could have been computed while passing next arghmenfs.
Final Newman v4 cleanup
…-1.0.1 chore(package): update parse-gitignore to version 1.0.1
…support Drop support for v1 collection format
shamasis
approved these changes
Aug 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New features: 🎉
Breaking changes: 🔨
color
flag behaviour #1653 Updatedcolor
option behaviour, dropped support for--no-color
Fixed bugs: 🐛
Chores: 🏡