Skip to content

Conversation

@abisalehalliprasan
Copy link
Collaborator

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 :

abisalehalliprasan and others added 19 commits September 30, 2019 12:46
* 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.
- Added tests for OAuthClient to bring test coverage higher
- re-worked logic in OAuthClient.createError to be more consistent
* accept headers/body content

* remove spread operator to pass CI tests
* fix linting errors

* fix eslint issues
@abisalehalliprasan abisalehalliprasan merged commit 4969620 into master Oct 18, 2019
@abisalehalliprasan
Copy link
Collaborator Author

🚀 PR was released in v2.0.0 hacktoberfest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request hacktoberfest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants