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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# rollup changelog
2
2
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)
-[#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)
0 commit comments