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

Commit

Permalink
Weekly release 0.2.30
Browse files Browse the repository at this point in the history
Summary:
Weekly release 0.2.30:
- Several improvements to simplifier, including more aggressive simplification of !e expressions, and better simplification in the presence of == and !=
- For npm/yarn, `prepack` command renamed to `prepack-cli`
- Many refactorings and bug fixes, including #1645, #1675, #1558, #1665 (crash in REPL on http://prepack.io), #1627 (Stop generator entries from being serialized twice), #1598

Reviewed By: hermanventer

Differential Revision: D7488673

fbshipit-source-id: c76ef9a745634abcdbe08b0a9ac9ff9d7c27fc85
  • Loading branch information
NTillmann authored and facebook-github-bot committed Apr 3, 2018
1 parent f15fd8c commit cc0e6a9
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.30-alpha.0",
"version": "0.2.30",
"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 cc0e6a9

Please sign in to comment.