tag:github.com,2008:https://github.com/ankurd1/react-native-code-push/releasesRelease notes from react-native-code-push2017-02-28T01:51:29Ztag:github.com,2008:Repository/84658894/v1.17.1-beta2017-02-28T01:51:29Zv1.17.1-beta<p>release version v1.17.1-beta</p>buptkangtag:github.com,2008:Repository/84658894/v1.17.0-beta2017-01-24T20:13:21Zv1.17.0-beta<p>Bump package.json and update README.md (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="202927477" data-permission-text="Title is private" data-url="https://github.com/microsoft/react-native-code-push/issues/680" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/react-native-code-push/pull/680/hovercard" href="https://github.com/microsoft/react-native-code-push/pull/680">microsoft#680</a>)</p>buptkangtag:github.com,2008:Repository/84658894/v1.16.1-beta2016-12-03T02:05:54Zv1.16.1-beta<p>Bump package.json for 1.16.1-beta</p>ankurd1tag:github.com,2008:Repository/84658894/v1.16.0-beta2016-11-16T01:52:36Zv1.16.0-beta<p>Update README.md to reflect compatibility</p>ankurd1tag:github.com,2008:Repository/84658894/v1.15.1-beta2016-11-04T20:57:24Zv1.15.1-beta<p>Bump package.json for 1.15.1-beta</p>ankurd1tag:github.com,2008:Repository/84658894/v1.15.0-beta2016-10-12T00:13:46Zv1.15.0-beta: Support React Native 0.35.0 (#562)<ul>
<li>Upgrade example app to RN 0.35.0</li>
<li>Update supported versions in README</li>
<li>Support RN 35 - make a copy of objects queued over the bridge if they are mutable</li>
</ul>
<p>This line was added in React Native 0.35.0: <a href="https://github.com/facebook/react-native/blob/v0.35.0/Libraries/Utilities/MessageQueue.js#L194">https://github.com/facebook/react-native/blob/v0.35.0/Libraries/Utilities/MessageQueue.js#L194</a> (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/facebook/react-native/commit/145109f/hovercard" href="https://github.com/facebook/react-native/commit/145109f">facebook/react-native@<tt>145109f</tt></a>). It essentially deep freezes (or makes immutable) any object sent from JS to Native over the bridge. This object is already pass-by-value to begin with, so I assume the purpose of this is to avoid any ambiguity or confusion that might occur if the object is modified while it is sitting in the message queue.</p>
<p>We do send a localPackage object over the bridge, which we modify afterwards. Because we only care about the value of this object at the moment that it is queued, the fix is to make a copy of it before sending it over the bridge.</p>
<p>This is relevant to issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="179869222" data-permission-text="Title is private" data-url="https://github.com/microsoft/react-native-code-push/issues/536" data-hovercard-type="issue" data-hovercard-url="/microsoft/react-native-code-push/issues/536/hovercard" href="https://github.com/microsoft/react-native-code-push/issues/536">microsoft#536</a> (RN version support).</p>ankurd1tag:github.com,2008:Repository/84658894/v1.14.6-beta2016-09-01T00:37:26Zv1.14.6-beta<p>bump package.json version</p>geof90tag:github.com,2008:Repository/84658894/v1.14.5-beta2016-08-19T22:05:07Zv1.14.5-beta<p>bump package.json version</p>geof90tag:github.com,2008:Repository/84658894/v1.14.4-beta2016-08-18T01:09:29Zv1.14.4-beta<p>Update package.json</p>geof90tag:github.com,2008:Repository/84658894/v1.14.3-beta2016-08-16T22:14:01Zv1.14.3-beta<p>Update package.json</p>geof90