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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# rollup changelog
2
2
3
+
## 2.63.0
4
+
5
+
_2022-01-04_
6
+
7
+
### Features
8
+
9
+
- Report a helpful error if rollup exits due to an empty event loop when using `this.load` (#4320)
10
+
- Allow directly mutating ModuleInfo.meta for modules and never replace this object (#4328)
11
+
- Detect additional side effect free array prototype methods (#4332)
12
+
13
+
### Bug Fixes
14
+
15
+
- Do not watch if CLI watch options are specified but `--watch` is missing (#4335)
16
+
17
+
### Pull Requests
18
+
19
+
-[#4320](https://github.com/rollup/rollup/pull/4320): Detect unfulfilled async hook actions and report error on exit (@kzc)
20
+
-[#4328](https://github.com/rollup/rollup/pull/4328): Make initial ModuleInfo.meta mutable and maintain object identity (@lukastaegert)
21
+
-[#4318](https://github.com/rollup/rollup/pull/4318): Stabilize watch tests (@lukastaegert)
22
+
-[#4331](https://github.com/rollup/rollup/pull/4331): Improve JS docs example (@lukastaegert)
23
+
-[#4332](https://github.com/rollup/rollup/pull/4332): add support for Array.prototype.findLast,findLastIndex (@dnalborczyk)
24
+
-[#4333](https://github.com/rollup/rollup/pull/4333): convert utils.transform to async function (@dnalborczyk)
25
+
-[#4335](https://github.com/rollup/rollup/pull/4335): Do not watch unless --watch is specified explicitly (@lukastaegert)
26
+
-[#4338](https://github.com/rollup/rollup/pull/4338): Add build delay for plugin event test (@lukastaegert)
0 commit comments