Skip to content

Latest commit

 

History

History
187 lines (148 loc) · 7.11 KB

CHANGELOG.md

File metadata and controls

187 lines (148 loc) · 7.11 KB

Changelog

Features

  • None

Issues Fixed

Issues Fixed

Features

  • Stop using Popsicle and start using Axios

Issues Fixed

Features

  • Stop using Popsicle and start using Axios

Issues Fixed

Breaking Changes

  • Minimum Node Version >= 10

Features

  • Supports Minimum Node version 10 and newer ( not backward compatible )
  • Moved lower node versions ( node 8,9, node 7, node 6 to 3.x.x. , 2.x.x and 1.x.x release respectively )
    • node version 8,9 and higher refer to 3.x.x
    • node version 7 and higher refer to 2.x.x
    • node version 6 and higher refer to 1.x.x

Issues Fixed

References

Features

Issues Fixed

Breaking Changes

  • Minimum Node Version >= 8 LTS

Features

  • Supports Minimum Node version 8 LTS and newer ( not backward compatible )
  • Moved lower node versions ( node 7, node 6 to 2.x.x and 1.x.x release respectively )
    • node version 6 and lower refer to 1.x.x
    • node version 7 and lower refer to 2.x.x
  • Enhanced Code Coverage

Issues Fixed

Features

  • Accept Full Range of HTTP Success Codes
  • Handle not JSON content in response parsing
  • Dependency cleanup ( still pending. Opening an issue )

Issues Fixed

Features

  • Improved Code Coverage
  • README Corrections
  • Fixed npm package issues in 2.0.1

Features

  • Improved Code Coverage
  • README Corrections

Breaking Changes

  • Minimum Node Version >= 7.0.0

Features

  • Supports Minimum Node version >=7.0.0 ( not backward compatible )
  • Support for HTTP methods for API calls other than GET
  • Enhanced Code Coverage
  • ES Lint issues fixed.

Issues Fixed

Features

Problem :

  • The csrf tokens created did not follow the singleton pattern.
  • Occasional use of strict mode keywords made the package usage difficult in ES6 compliant environments.

Solution :

  • csrf token instance created at the time of instantiating OAuthClient. Singleton JS design pattern adopted.
  • Adopted ES6 standardization
  • ESLint enabled

Issues Fixed

Features

Problem :

  • The access-tokens are valid post the revoke() functionality.

Solution :

  • Clear Token Object on invoking revoke() functionality

Issues Fixed

Features

  • TokenValidation for Revoke functionality Fixed

Issues Fixed

Features

  • Highly Improved Implementation : setToken functionality

Issues Fixed

1.) the setToken() and the constructor for passing the tokens are handled efficiently now. 2.) #20 and #7 - Fixed 3.) #19 - HTTP 4XX Errors handled with more information.

Features

  • Setting the Token methodology fixed

Issues Fixed

Features

  • Supports Token Setting Functionality + New Scopes added
  • New scopes added :
    • Payroll: com.intuit.quickbooks.payroll,
    • TimeTracking: com.intuit.quickbooks.payroll.timetracking,
    • Benefits: com.intuit.quickbooks.payroll.benefits,

Issues Fixed

  • Rolling Back changes to realmId field on createToken()

Features

  • Support for passing realmId and id_token using setToken()

Issues Fixed

  • Support for optionally passing realmId and id_token using setToken()
  • Issues fixed for #5
  • Issues fixed for #6
  • Issues fixed for #7

Features

  • Support for RefreshUsingToken method
  • Version Release - 1.0.2
  • npm publish patch - 1.0.1
  • First Release - 1.0.0