This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
1.5.0-beta
Release notes:
- Breaking changes to the rollback mechanism: Rollback is now enabled by default and the
rollbackTimeout
option was removed.codePush.notifyApplicationReady()
MUST to be called after update, sometime during the first run of the updated code. If you usecodePush.sync()
to install updates you are not affected, sincesync()
callsnotifyApplicationReady()
internally. - Added a two new methods:
getPendingPackage()
andrestartApplication()
. - Made changes to the reporting mechanism, to accommodate install statistics in the CodePush CLI.