From 2aa4790a666f80ededcf221a2b22007734173392 Mon Sep 17 00:00:00 2001 From: Simon Jensen Date: Thu, 30 Aug 2018 17:00:50 -0700 Subject: [PATCH] Weekly release v0.2.50 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Highlights: Make simplification more robust when complexity limits are reached reduces loop iteration counter to 6 before bailing out We weren’t using the correct `initializerAstNodeName` in two places Tease apart expressions vs. statements for operation descriptors Simplify equality expressions where types are known Refactor AbstractObjectValue to use evaluateWithAbstractConditional Allow invalid render return values in the React reconciler update Babel 7 to stable release Speed up simplifier by using an implication cache per path branch Add basic support for throws in React Reviewed By: hermanventer Differential Revision: D9597756 fbshipit-source-id: 6009ddb70f8b68151bf26ac8c15320213f67dcfc --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 553fb01d36..864066742f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prepack", - "version": "0.2.50-alpha.0", + "version": "0.2.50", "description": "Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.", "homepage": "https://github.com/facebook/prepack", "repository": {