The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
- Added fetching next records method to handle the pagination.
- Implemented upsert method.
- Refactored codebase.
* Added insert method
* Added decodeError method, Updated makeRequest method, refreshAccessToken method and SSSDKError.
* Updated makeRequest method to handle the diffrant response errors.
* Updated Logout Method so that user can logout in any mode(offline/online).
* Updated Webservice's makeRequest method to handle the error if the refresh access token is expired.
* Removed all the try! and do catch block from the codebase.
* Added async await and refactored codebase.
Added revoke access token method.
- Added URL builder and URL Request Builder.
- Refactored codebase.