Releases: e-mission/cordova-server-communication
Releases · e-mission/cordova-server-communication
🔊 if parsing response as JSON fails, include the raw response
What's Changed
- if parsing response as JSON fails, include the raw response in error log by @JGreenlee in #33
New Contributors
- @JGreenlee made their first contribution in #33
Full Changelog: v1.2.6...v1.2.7
👽 Use getOPCode instead of getToken
Corresponds to changes in
https://github.com/e-mission/cordova-jwt-auth/releases/tag/v1.7.2
Support simplifying auth to only support `token`s
What's Changed
Full Changelog: v1.2.4...v1.2.5
Construct all the server call URLs using string concatenation
Instead on the relativeURL method.
This is because the relative URL appraoch does not work on iOS even though the documentation says that it should
Relative URL doesn't work: e-mission/e-mission-docs#732 (comment)
Appending strings does work: e-mission/e-mission-docs#732 (comment)
Related updates:
Upgrade to [email protected] and [email protected]
- Fix package.json and hook
- bump up version number
Upgrade to cordova-android 7+
Merge pull request #23 from shankari/master Change the class import script to work with the cordova 7+
Ensure that data is sent over as UTF-8
Create the first release
So that we can refer to the plugin using a specific release tag