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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# rollup changelog
2
2
3
+
## 2.71.0
4
+
5
+
_2022-04-30_
6
+
7
+
## Features
8
+
9
+
- Mark `Object.hasOwn` as pure (#4482)
10
+
11
+
### Bug Fixes
12
+
13
+
- Prevent infinite recursion and display proper warning for recursive reexports (#4472)
14
+
- Fix type issue in TypeScript nightly (#4471)
15
+
16
+
### Pull Requests
17
+
18
+
-[#4467](https://github.com/rollup/rollup/pull/4467): docs: update deprecated option in tools.md (@kimjh96)
19
+
-[#4471](https://github.com/rollup/rollup/pull/4471): Fix: tsc did not build (@frank-dspeed)
20
+
-[#4472](https://github.com/rollup/rollup/pull/4472): Throw proper error when indirectly reexporting a recursive binding (@lukastaegert)
-[#4478](https://github.com/rollup/rollup/pull/4478): ci: test with node.js v18, remove v17 (@dnalborczyk)
24
+
-[#4479](https://github.com/rollup/rollup/pull/4479): chore(repo): replace `git.io` in the issue template (@SukkaW)
25
+
-[#4482](https://github.com/rollup/rollup/pull/4482): feat: add Object.hasOwn as pure function (@dnalborczyk)
0 commit comments