3.6.0
This commit is contained in:
parent
02392635ef
commit
0a2003af66
@ -19,6 +19,7 @@ _Note: Gaps between patch versions are faulty/broken releases._
|
|||||||
* Completely reimplemented scope tracking, can now track types and optimise certain helpers based on it.
|
* Completely reimplemented scope tracking, can now track types and optimise certain helpers based on it.
|
||||||
* Extremely fast tail recursion optimisation implementation. Thanks [@RReverser](https://github.com/RReverser)!
|
* Extremely fast tail recursion optimisation implementation. Thanks [@RReverser](https://github.com/RReverser)!
|
||||||
* **Internal**
|
* **Internal**
|
||||||
|
* `kexec` has been removed as an optional dependency and must be user installed.
|
||||||
* Upgrade `regenerator-6to5`.
|
* Upgrade `regenerator-6to5`.
|
||||||
* Upgrade `acorn-6to5`.
|
* Upgrade `acorn-6to5`.
|
||||||
* Upgrade `core-js`.
|
* Upgrade `core-js`.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "6to5-runtime",
|
"name": "6to5-runtime",
|
||||||
"description": "6to5 selfContained runtime",
|
"description": "6to5 selfContained runtime",
|
||||||
"version": "3.5.3",
|
"version": "3.6.0",
|
||||||
"repository": "6to5/6to5",
|
"repository": "6to5/6to5",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>"
|
"author": "Sebastian McKenzie <sebmck@gmail.com>"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user