Skip to content

Tags: Root-App/react-native-code-push

Tags

v5.6.0

Toggle v5.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change docs for react-native@0.59 (microsoft#1545)

v5.5.3

Toggle v5.5.3's commit message
Handle codepush.json parsing exception (microsoft#1540)

v5.5.2

Toggle v5.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed Apple Developer Program License Agreement link (microsoft#1502)

v5.5.1

Toggle v5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ios postlink (microsoft#1482)

v5.5.0

Toggle v5.5.0's commit message
[Feature] Re-try mechanism for CodePush Rollbacks (microsoft#1467)

v5.4.2

Toggle v5.4.2's commit message
Bump for new version 5.4.2

* Added items in .npmignore

v5.4.1

Toggle v5.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumped code-push version (microsoft#1365)

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update compatibility table. (microsoft#1344)

v5.3.5

Toggle v5.3.5's commit message
Get update folder method (microsoft#1323)

* Exposed current update path.

* Check for null

* API reference update

v5.3.4

Toggle v5.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent crashing app by catching errors (microsoft#1286)

* Convert all @ReactMethod in try-catch block

* Fix Exception type

* Replaced e.printStackTrace() with CodePushUtils.log(e)

* Combined catches with the same handler.