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
+
## 3.10.0
4
+
5
+
_2023-01-12_
6
+
7
+
### Features
8
+
9
+
- Add information about the resolving plugin to resolved ids (#4789)
10
+
- Improve treeshaking for optional chaining when the root is nullish (#4797)
11
+
12
+
### Bug Fixes
13
+
14
+
- Remove unnecessary internal defaults for acorn options (#4786)
15
+
16
+
### Pull Requests
17
+
18
+
-[#4785](https://github.com/rollup/rollup/pull/4785): Use @jridgewell/sourcemap-codec (@bluwy)
19
+
-[#4786](https://github.com/rollup/rollup/pull/4786): Remove default acorn options + other fixes (@dnalborczyk)
20
+
-[#4789](https://github.com/rollup/rollup/pull/4789): feat: add `resolvedBy` field to `ResolvedId` (@TrickyPi)
21
+
-[#4794](https://github.com/rollup/rollup/pull/4794): fix: import can be shortened (@cunzaizhuyi)
0 commit comments