Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

1.5.0-beta

Compare
Choose a tag to compare
@dlebu dlebu released this 21 Jan 17:39
· 439 commits to master since this release

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 use codePush.sync() to install updates you are not affected, since sync() calls notifyApplicationReady() internally.
  • Added a two new methods: getPendingPackage() and restartApplication().
  • Made changes to the reporting mechanism, to accommodate install statistics in the CodePush CLI.