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.24
Browse files Browse the repository at this point in the history
Summary:
Bump version for next release:
- Removing dependency on Base62 npm package which collects Google Analytics information at installation time
- New option --stripFlow to parse and strip Flow annotations
- Support for Object.freeze, Object.seal, and Object.preventExtensions
- Better support for abstract values in Object.assign calls
- Support for transitive simple objects
- Basic support for arguments for additional functions
- Improvements to partial evaluator
- Lots of work on the React Compiler
- Lots of bug fixes and little improvements

Reviewed By: hermanventer

Differential Revision: D7118909

fbshipit-source-id: 46e9b1c72c8ff9aabc1f8e2389188d588baef4d7
  • Loading branch information
NTillmann authored and facebook-github-bot committed Mar 1, 2018
1 parent 7725abd commit 44a3410
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.24-alpha.0",
"version": "0.2.24",
"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 44a3410

Please sign in to comment.