Skip to content

Commit

Permalink
-> v0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Oct 16, 2018
1 parent 08be12b commit a4d66ef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# buble changelog

## 0.19.5 (2018-10-16)

* Transpile U+2028 and U+2029 according to stage 4 proposal json-superset
* Add `/*@__PURE__*/` annotations to transpiled classes
* Update support data
* Allow disabling spread properties transpiling
* Fix specific edge case with spread and computed properties ([#139](https://github.com/Rich-Harris/buble/issues/139))
* Allow global `return` statements
* Don't create unnecessary `this` aliases with loops ([#120](https://github.com/Rich-Harris/buble/issues/120))
* Don't allow getters and setters if IE8 is transpile target ([#20](https://github.com/Rich-Harris/buble/issues/20))

## 0.19.4 (2018-10-06)

* Fix transpiling destructuring assignments in brace-less if statement's bodies ([#152](https://github.com/Rich-Harris/buble/issues/152))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "buble",
"version": "0.19.4",
"version": "0.19.5",
"description": "The blazing fast, batteries-included ES2015 compiler",
"main": "dist/buble.cjs.js",
"module": "dist/buble.es.js",
Expand Down

0 comments on commit a4d66ef

Please sign in to comment.