Skip to content

Commit b1205b8

Browse files
committedJan 14, 2022
Update changelog
1 parent 7c47283 commit b1205b8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# rollup changelog
22

3+
## 2.64.0
4+
5+
_2022-01-14_
6+
7+
### Features
8+
9+
- Allow inspecting cached modules and forcing them to be transformed again via shouldTransformCachedModule (#4320)
10+
- Do not wait for the config file to be parsed in watch mode if it is updated before that (#4344)
11+
12+
### Bug Fixes
13+
14+
- Do not mutate objects returned as `meta` from the resolveId hook (#4347)
15+
16+
### Pull Requests
17+
18+
- [#4326](https://github.com/rollup/rollup/pull/4326): refactor: type fixes (@dnalborczyk)
19+
- [#4339](https://github.com/rollup/rollup/pull/4339): More watch test stabilization (@lukastaegert)
20+
- [#4340](https://github.com/rollup/rollup/pull/4340): refactor: performance timers for node.js and browser (@dnalborczyk)
21+
- [#4341](https://github.com/rollup/rollup/pull/4341): Implement shouldTransformCachedModule hook (@lukastaegert)
22+
- [#4344](https://github.com/rollup/rollup/pull/4344): Directly restart Rollup when config file change is detected in watch mode (@lukastaegert)
23+
- [#4347](https://github.com/rollup/rollup/pull/4347): Create a shallow copy when returning meta from resolveId (@lukastaegert)
24+
325
## 2.63.0
426

527
_2022-01-04_

0 commit comments

Comments
 (0)
Please sign in to comment.