Skip to content

Releases: microsoft/code-push

v2.1.8

02 Apr 12:59
67f3886
Compare
Choose a tag to compare
  • Bug fixes

v2.1.7

30 Mar 12:41
0a48ffc
Compare
Choose a tag to compare
  • Update moment.js

v2.1.6

25 Dec 07:59
Compare
Choose a tag to compare

Bug fixes:

  1. [Cordova] Update assets manifest file location for release-cordova command #548

v2.1.5

19 Dec 10:41
Compare
Choose a tag to compare

Bug fixes:

  1. Update superagent version to fix possible DoS zip attack #543
  2. Fix issue with outputDir in case of using code-signing #545

v2.1.4

05 Dec 08:27
Compare
Choose a tag to compare

We are happy to announce that CodePush is moving out of beta! The CodePush team would like to thank all of you for your feedback and contributions. You have made CodePush better and none of this would be possible without support from such an amazing community.

Our next steps are a closer integration with App Center in an effort to combine the power of CodePush with cloud-hosted builds, automated UI tests, crash reports, analytics, and push services. The future of CodePush is bright and we’re excited to constantly improve and give you more features.

New Features

  1. Update return type of management sdk promote method (#538) Thanks @belemaire

v2.1.3-beta

17 Nov 08:22
Compare
Choose a tag to compare

New Features (Management SDK & CLI)

  1. Update return type of management sdk release method (#533) Thanks @belemaire
  2. Remove prompt on code-signing as for now we do not consider code signing an experimental feature

v2.1.2-beta

10 Nov 08:58
Compare
Choose a tag to compare

New Feature and Document Upgrade

  1. Add privateKey support for release-cordova command and updated documentation for it. Thanks @afoo and @ruslan-bikkinin

v2.1.1-beta

23 Oct 10:48
Compare
Choose a tag to compare

This is a small incremental release which fixes the issue with gradle-to-js parsing error.

Bug fixes:

  1. Upgrade gradle-to-js dependency #517 Thanks @FredyC

v2.1.0-beta

14 Sep 08:52
Compare
Choose a tag to compare

New Feature

  1. Implement Code Signing feature, follow this link for more details.

Document Upgrade

  1. Docs/cli update "Range Expression | Who gets the update" table 96af897

v2.0.2-beta

27 Jul 13:18
Compare
Choose a tag to compare

This is a small incremental release with small new feature and doc updates.

New Features:

  1. Add ability to use plain integer number for app version #377