File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 )
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
+
3
25
## 2.63.0
4
26
5
27
_ 2022-01-04_
You can’t perform that action at this time.
0 commit comments