Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alangpierce committed Oct 1, 2018
1 parent 45df935 commit 96a6e92
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.5.0 (2018-09-30)

* Change class field implementation to use initializer methods ([#313])
* Update TypeScript and Flow support to include new language features recently
supported by Babel. ([#314], [#315], [#316])
* Properly handle function name inference in named exports ([#317])

# 3.4.2 (2018-08-27)

* Implement destructuring in export declarations ([#305])
Expand Down Expand Up @@ -101,3 +108,8 @@
[#296]: https://github.com/alangpierce/sucrase/pull/296
[#305]: https://github.com/alangpierce/sucrase/pull/305
[#308]: https://github.com/alangpierce/sucrase/pull/308
[#313]: https://github.com/alangpierce/sucrase/pull/313
[#314]: https://github.com/alangpierce/sucrase/pull/314
[#315]: https://github.com/alangpierce/sucrase/pull/315
[#316]: https://github.com/alangpierce/sucrase/pull/316
[#317]: https://github.com/alangpierce/sucrase/pull/317
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sucrase",
"version": "3.4.2",
"version": "3.5.0",
"description": "Super-fast alternative to Babel for when you can target modern JS runtimes",
"author": "Alan Pierce <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -62,7 +62,7 @@
"mocha": "^3.5.3",
"nyc": "^12.0.2",
"prettier": "^1.12.1",
"sucrase": "^3.4.2",
"sucrase": "^3.5.0",
"tslint": "^5.9.1",
"tslint-language-service": "^0.9.9",
"typescript": "^2.9.1",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"react-monaco-editor": "^0.10.1",
"react-virtualized": "^9.14.1",
"style-loader": "0.18.2",
"sucrase": "^3.4.2",
"sucrase": "^3.5.0",
"sw-precache-webpack-plugin": "0.11.4",
"typescript": "^2.8.3",
"uglifyjs-webpack-plugin": "^1.1.4",
Expand Down
6 changes: 3 additions & 3 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6236,9 +6236,9 @@ [email protected]:
loader-utils "^1.0.2"
schema-utils "^0.3.0"

sucrase@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.4.2.tgz#9506ee279a92bf8ef0687f03add01370ea7c07c9"
sucrase@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.5.0.tgz#229581ac4c65dfb44d07fa2fd25e47515a73917c"
dependencies:
commander "^2.12.2"
lines-and-columns "^1.1.6"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2688,9 +2688,9 @@ strip-json-comments@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"

sucrase@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.4.2.tgz#9506ee279a92bf8ef0687f03add01370ea7c07c9"
sucrase@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.5.0.tgz#229581ac4c65dfb44d07fa2fd25e47515a73917c"
dependencies:
commander "^2.12.2"
lines-and-columns "^1.1.6"
Expand Down

0 comments on commit 96a6e92

Please sign in to comment.