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

Commit

Permalink
Weekly release v0.2.50
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Simon Jensen authored and facebook-github-bot committed Aug 31, 2018
1 parent fddfc6f commit 2aa4790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2aa4790

Please sign in to comment.