5.5.8
This commit is contained in:
parent
27f039488e
commit
0f7711a202
15
CHANGELOG.md
15
CHANGELOG.md
@ -13,6 +13,21 @@ _Note: Gaps between patch versions are faulty/broken releases._
|
|||||||
|
|
||||||
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
|
See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
|
||||||
|
|
||||||
|
## 5.5.8
|
||||||
|
|
||||||
|
* **Internal**
|
||||||
|
* Remove extremely unprofessional and harsh error message for those hotlinking to `resolve-rc`.
|
||||||
|
|
||||||
|
## 5.5.7
|
||||||
|
|
||||||
|
* **Bug Fix**
|
||||||
|
* Push newline after decorators when doing code gen.
|
||||||
|
* Rewriting error handling to normalise options before merging them.
|
||||||
|
* Remove duplicate keys in `alias-keys.json` causing errors in strict mode.
|
||||||
|
* Fix `$ babel --help` not showing optional transformers as such.
|
||||||
|
* **New Feature**
|
||||||
|
* Add `auxiliaryCommentBefore` and `auxiliaryCommentAfter` options.
|
||||||
|
|
||||||
## 5.5.6
|
## 5.5.6
|
||||||
|
|
||||||
* **Bug Fix**
|
* **Bug Fix**
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "babel",
|
"name": "babel",
|
||||||
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
|
||||||
"version": "5.5.7",
|
"version": "5.5.8",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "babel/babel",
|
"repository": "babel/babel",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-core": "^5.5.7",
|
"babel-core": "^5.5.8",
|
||||||
"chokidar": "^1.0.0",
|
"chokidar": "^1.0.0",
|
||||||
"commander": "^2.6.0",
|
"commander": "^2.6.0",
|
||||||
"convert-source-map": "^1.1.0",
|
"convert-source-map": "^1.1.0",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-runtime",
|
"name": "babel-runtime",
|
||||||
"description": "babel selfContained runtime",
|
"description": "babel selfContained runtime",
|
||||||
"version": "5.5.7",
|
"version": "5.5.8",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "babel/babel",
|
"repository": "babel/babel",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user