Skip to content

Releases: e-mission/cordova-server-communication

🔊 if parsing response as JSON fails, include the raw response

29 Aug 18:03
d80980b
Compare
Choose a tag to compare

What's Changed

  • if parsing response as JSON fails, include the raw response in error log by @JGreenlee in #33

New Contributors

Full Changelog: v1.2.6...v1.2.7

👽 Use getOPCode instead of getToken

12 Jul 20:45
72d3a4e
Compare
Choose a tag to compare

Support simplifying auth to only support `token`s

08 Mar 04:44
c9ffbc8
Compare
Choose a tag to compare

What's Changed

  • 👽 Support rename of JWTAuth to OPCodeAuth by @shankari in #31

Full Changelog: v1.2.4...v1.2.5

Construct all the server call URLs using string concatenation

29 May 05:16
baa28ee
Compare
Choose a tag to compare

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]

01 Aug 04:35
95661c8
Compare
Choose a tag to compare
  • Fix package.json and hook
  • bump up version number

Upgrade to cordova-android 7+

05 Apr 23:50
0089a05
Compare
Choose a tag to compare
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

09 May 02:32
99ca9ed
Compare
Choose a tag to compare

Create the first release

12 Oct 05:18
24309f8
Compare
Choose a tag to compare

So that we can refer to the plugin using a specific release tag