-
Notifications
You must be signed in to change notification settings - Fork 165
2.0.0 #52
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
Merged
Merged
2.0.0 #52
Conversation
This file contains hidden or 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
* Fixes multiple eslint formatting errors * Fixes strict equality comparison to enforce number type * Adds harmony flag to node start script to enable ES2017 support * Changing minimum node from 6 to 7
…ors (#35) Added require statement for global mocha functions to fix linting errors This should knock down the linting errors in the project from ~197 to ~130.
* fixed camelcase issue and added disable camelcase in files that might have needed it for backwards compatibility * added test for clear token * added test for clearToken
- Added tests for AuthResponse to bring it to 100% - modified nyc config to exclude test directory - incorrectly affecting the coverage numbers - modified nyc config to report per-file coverage at the end of a test run - reduced coverage threshold so we still meet standards (Note: I'll continue to add tests for OAuthClient.js to bring it up)
This fixes issue 41. Also switched from callback to promises in the NGROK connect call.
* accept headers/body content * remove spread operator to pass CI tests
* fix linting errors * fix eslint issues
Collaborator
Author
|
🚀 PR was released in v2.0.0 |
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 Release Candidate: 2.0.0 🎉
Features :
1.) Supports Minimum Node version >=7.0.0 ( not backward compatible )
2.) Support for HTTP methods for API calls other than GET
3.) Enhanced Code Coverage
4.) ES Lint issues fixed.
Issues Fixed :