You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# rollup changelog
2
2
3
+
## 2.73.0
4
+
5
+
_2022-05-13_
6
+
7
+
### Features
8
+
9
+
- Do not treat Object.defineProperty/ies as side effect when called on an unused object (#4493)
10
+
- Do not assume that assigning a property can create a getter with side effects (#4493)
11
+
- Do not treat string.prototype.replace(All) as side effect when used with two literals (#4493)
12
+
13
+
### Bug Fixes
14
+
15
+
- Detect side effects when manually declaring getters on functions (#4493)
16
+
17
+
### Pull Requests
18
+
19
+
-[#4493](https://github.com/rollup/rollup/pull/4493): Handle getters on functions and improve property deoptimization (@lukastaegert)
20
+
-[#4494](https://github.com/rollup/rollup/pull/4494): Do not treat string.replace as side effect when used with a literal (@lukastaegert)
21
+
-[#4495](https://github.com/rollup/rollup/pull/4495): Update docs for --configPlugin using typescript (@Jimmydalecleveland)
0 commit comments