Skip to content

Tags: cmcaboy/react-native-code-push

Tags

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.

v5.3.3

Toggle v5.3.3's commit message
Update postlink.js (microsoft#1262)

Fixing bug where CocoaPods files (ios/Pods/Pods.xcodeproj) causes error "Could not determine correct xcode proj path to retrieve related plist file, there are multiple xcodeproj under the solution"

v5.3.2

Toggle v5.3.2's commit message

Verified

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

v5.3.1

Toggle v5.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed bug with run-android on windows (microsoft#1229)