Skip to content

Commit

Permalink
Merge branch 'release-0.56.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 5, 2018
2 parents 2dc1df9 + 58a6da4 commit a7627e3
Show file tree
Hide file tree
Showing 369 changed files with 8,667 additions and 218 deletions.
4 changes: 4 additions & 0 deletions .prettierrc
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"useTabs": true
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Expand Up @@ -3,4 +3,4 @@
"typescript.format.insertSpaceBeforeFunctionParenthesis": true,
"typescript.format.insertSpaceAfterConstructor": true,
"typescript.format.enable": true
}
}
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,15 @@
# rollup changelog

## 0.56.4/0.57.0 (unreleased)
## 0.56.4
* Make rollup builds reproducible ([#2024](https://github.com/rollup/rollup/pull/2024))
* Improve error handling for source maps ([#2012](https://github.com/rollup/rollup/pull/2012))
* Properly handle SystemJS default exports without semicolons ([#2019](https://github.com/rollup/rollup/pull/2019))
* Properly handle importing the same variable several times when code-splitting ([#2020](https://github.com/rollup/rollup/pull/2020))
* Improve re-export tracing ([#2021](https://github.com/rollup/rollup/pull/2021))
* Apply "prettier" on commit ([#2017](https://github.com/rollup/rollup/pull/2017))
* Automatically clean up outdated tests ([#2009](https://github.com/rollup/rollup/pull/2009))
* Add SystemJS output to form tests ([#2022](https://github.com/rollup/rollup/pull/2022))
* Improve internal build configuration ([#2016](https://github.com/rollup/rollup/pull/2016))

## 0.56.3
* Fix issues around default exports and module facades ([#2001](https://github.com/rollup/rollup/pull/2001))
Expand Down

0 comments on commit a7627e3

Please sign in to comment.