We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65068c0 commit 80bdb98Copy full SHA for 80bdb98
1 file changed
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# rollup changelog
2
3
+## 2.75.0
4
+
5
+_2022-05-27_
6
7
+### Features
8
9
+- Re-implement default parameter tree-shaking for top-level functions (#4510)
10
+- Do not consider calling string methods like `.trim()` on template literals a side effect (#4511)
11
12
+### Pull Requests
13
14
+- [#4510](https://github.com/rollup/rollup/pull/4510): Tree-shake parameter defaults (replaces #4498) (@lukastaegert)
15
+- [#4511](https://github.com/rollup/rollup/pull/4511): Tree-shake side-effect-free string methods on template literals (@lukastaegert)
16
17
## 2.74.1
18
19
_2022-05-19_
0 commit comments