Skip to content

Commit 27196a0

Browse files
committed
Update changelog
1 parent cf53733 commit 27196a0

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# rollup changelog
22

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)
27+
328
## 2.62.0
429

530
_2021-12-24_

0 commit comments

Comments
 (0)