Commit Graph

139 Commits

Author SHA1 Message Date
Artem Egorov
d3671783ed Update code-push dependency (#1231) 2018-03-15 17:59:50 +03:00
Max
79247a5c31 Update compat table and SDK version (#1137)
* Update version numbers for new release

* update compat table

* updated package json
2018-01-10 15:28:47 +03:00
max-mironov
f0b16d5177 reset version back for dev 2017-11-21 12:39:18 +03:00
max-mironov
527b50cc4a Bump package json for next release 2017-11-21 12:37:44 +03:00
David Buchan-Swanson
a585cbb003 hoist non-react static methods in decorator (#1037) 2017-10-09 17:05:21 +03:00
max-mironov
d913a442c9 reset package.json back for development 2017-10-03 17:09:14 +03:00
max-mironov
f25bb65d58 bump for new version 5.1.3-beta 2017-10-03 17:05:13 +03:00
max-mironov
b14654ebd9 reset package.json back for development 2017-09-28 12:11:44 +03:00
max-mironov
ec72210097 bump for new version 5.1.2-beta 2017-09-28 12:07:15 +03:00
max-mironov
f5e6de5f4a reset package json back for development 2017-09-19 11:46:42 +03:00
max-mironov
345818a485 Bump package json version for new release 2017-09-19 11:35:03 +03:00
max-mironov
2704277e93 Reset package json for dev 2017-09-14 11:30:28 +03:00
max-mironov
cc9a204be9 Bump package json for next release 2017-09-14 11:04:36 +03:00
max-mironov
ed68a8ca19 reset back to development 2017-08-02 14:53:27 +03:00
max-mironov
0f4be23eb6 bump version for next release 2017-08-02 14:44:02 +03:00
max-mironov
5b640b2c15 reset version for development 2017-07-20 13:44:17 +03:00
max-mironov
e904a2a79b Bump version for new release 2017-07-20 13:42:13 +03:00
max-mironov
e5e635bf64 reset package json for development 2017-07-11 15:15:13 +03:00
max-mironov
17ed80cc4a Bump package json version for next release 2017-07-11 15:13:45 +03:00
max-mironov
9a6b44b588 reset package.json back for development 2017-07-04 10:49:31 +03:00
max-mironov
0ab4ea6b41 Bump package.json for next release 2017-07-04 10:47:48 +03:00
max-mironov
3ff75aa8fb reset package son version 2017-06-28 15:00:08 +03:00
max-mironov
319d2b148b Bump package json version 2017-06-28 14:50:14 +03:00
max-mironov
826568637d Reset package json 2017-06-07 11:33:37 +03:00
max-mironov
1ffe8866d8 Bump package version number 2017-06-07 11:30:29 +03:00
max-mironov
57a1e43f1f Bump code-push dependency (#796)
See https://github.com/Microsoft/code-push/issues/419 for details
2017-04-14 21:55:42 +03:00
max-mironov
068a9b87f3 Reset package.json for next release 2017-04-11 10:39:39 +03:00
max-mironov
9cbbe958b4 Bump package.json to 2.0.2-beta 2017-04-11 10:28:58 +03:00
max-mironov
38bb190cec Reset package.json for next release 2017-04-04 15:39:20 +03:00
max-mironov
570543ca56 Bump package.json to 2.0.1-beta 2017-04-04 15:34:37 +03:00
max-mironov
31fdd04ba9 Bump package.json for 2.0.0-beta 2017-04-04 12:27:36 +03:00
max-mironov
3d352879a3 Bump xcode dep (#776)
* Modified Issue_Template to be more descriptive

* Some minor changes to Description field

* Improved messages to make intention of creating different apps for different platforms more clear

Due to multiple requests in discord chanel, https://github.com/Microsoft/react-native-code-push/issues/723, https://github.com/Microsoft/react-native-code-push/issues/717

* Minor additional tweak for readme

* Bump xcode dependency

Should fix Warnings from yarn regarding node-uuid #419 (https://github.com/Microsoft/code-push/issues/419) issue
2017-04-04 08:05:56 +03:00
Richard Hua
360033e415 Reset package.json for next release 2017-03-22 17:01:59 -07:00
Richard Hua
212f2225cb Bump package.json for 1.17.3-beta (#761) 2017-03-22 14:42:06 -07:00
BO KANG
4bba4ce88f remove leading 'v' letter from version string, bump the version 2017-03-02 10:51:35 -08:00
BO KANG
d2c3ea6350 remove leading 'v' letter from version string 2017-03-02 10:45:30 -08:00
BO KANG
2dd0ca2f5f reset the package versioin 1000.0.0-beta 2017-02-27 18:14:18 -08:00
BO KANG
18e1c89ccf release version v1.17.1-beta 2017-02-27 17:51:29 -08:00
max-mironov
0c2aa44f5f Improved logic for searching plist file path for iOS postlink.js (#666)
* Improved logic for searching plist file path for iOS postlink.js

Added Xcode package for parsing xcodeproj file and retrieving correct plist file related to the project. This should also fix issue described here: https://github.com/Microsoft/react-native-code-push/issues/661

* Improved logic for searching plist file path for iOS postlink.js

Added logic to narrow xcode 'getBuildProperty' function results to specified Product_Name property. This should help us to chsose correct project from pbxproj file when we have several projects defined.

* Added logic to try to get 'Release' build of ProductName matching the package name first and if it doesn't exist then try to get any other if existing
2017-02-21 23:38:19 +03:00
Alexander Bodalevsky
be96f07eda Added React Native Windows dotNet46 support (#684)
Added support react-native-windows dotNet
Added example for react-native-windows UWP based
Added example for react-native-windows dotNet based

Project structure:

CodePush.Shared - shared code between UWP and dotNet
CodePush - UWP specific code
CodePush.Net46 - dotNet specific code

For UWP solution it needs to be added the following projects:

CodePush.Shared
CodePush
For dotNet solution it needs to be added the following projects:

CodePush.Shared
CodePush.Net46
Examples:

Examples\CodePushDemoApp\windows\CodePushDemoApp.sln the solution contains both examples (UWP and dotNet).

Notes

Example for ARM configuration has not been tested. Since there is no changes in UWP part of implementation, there is low risk of failure.

In this implementation we tried to reuse UWP library as much as possible. The following issues are relevant for both platforms:

ZipFile.ExtractToDirectory is not reliable and throws exception if:
folder exists already
path is too long (> 250 chars)
Un-zipping is quite long operation. Does it make sense for async?
await UpdateUtils.UnzipBundleAsync(downloadFile.Path, unzippedFolder.Path);
2017-02-13 16:23:20 -08:00
BO KANG
adf2f76db7 Reset package.json version for development 2017-01-24 15:38:06 -08:00
BO KANG
6e8eb79a22 Bump package.json and update README.md (#680) 2017-01-24 12:13:21 -08:00
Richard Hua
e39ade09f5 Bump package.json for 1.16.1-beta 2016-12-02 18:05:54 -08:00
Richard Hua
086115c4f3 Set package.json for 1.16.0-beta 2016-11-15 17:49:01 -08:00
Richard Hua
bf9ef9e57b Reset package.json for master 2016-11-04 14:23:43 -07:00
Richard Hua
fa716504fa Bump package.json for 1.15.1-beta 2016-11-04 13:57:24 -07:00
Richard Hua
c44a252f90 To avoid confusion, set dummy package.json version for next release 2016-10-11 17:19:54 -07:00
Richard Hua
22d2a146d2 Support RN 0.34 (#557)
* Upgrade example app to RN 0.34.1
* Fix Android reflection logic to support RN 0.34 (as reported in #536), while maintaining backward compatibility
* Bump package.json and update supported RN versions in README
2016-10-06 16:18:07 -07:00
Richard Hua
d78529a54a Bump package.json early to avoid confusion in reported issues 2016-10-04 06:58:31 -07:00
Geoffrey Goh
77679d837f bump package.json version 2016-08-31 17:37:26 -07:00