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-0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,7 +328,7 @@ _2018-06-23_
328
328
_2018-06-21_
329
329
330
330
- Do not try to deconflict "undefined" ([#2291](https://github.com/rollup/rollup/pull/2291))
331
-
- Properly track values for loop interator declarations and reassigned namespaces, add smoke test ([#2292](https://github.com/rollup/rollup/pull/2292))
331
+
- Properly track values for loop iterator declarations and reassigned namespaces, add smoke test ([#2292](https://github.com/rollup/rollup/pull/2292))
332
332
333
333
## 0.61.0
334
334
@@ -339,7 +339,7 @@ _2018-06-20_
339
339
- Handle known undefined properties when evaluating conditionals ([#2265](https://github.com/rollup/rollup/pull/2265))
340
340
- Access watch events via the plugin context ([#2261](https://github.com/rollup/rollup/pull/2261))
341
341
- Add option to suppress `__esModule` flag in output ([#2287](https://github.com/rollup/rollup/pull/2287))
342
-
- Fix issue when re-declaring variables, track reassignments in more cases ([#2279](https://github.com/rollup/rollup/pull/2279))
342
+
- Fix issue when redeclaring variables, track reassignments in more cases ([#2279](https://github.com/rollup/rollup/pull/2279))
-[#3818](https://github.com/rollup/rollup/pull/3818): Update documentation on configuring Babel, removing the section on passing '{"modules": false}' as that is no longer needed since Babel 7 (@Robin-Hoodie)
1900
1900
@@ -2867,7 +2867,7 @@ _2020-04-09_
2867
2867
2868
2868
### Pull Requests
2869
2869
2870
-
-[#3492](https://github.com/rollup/rollup/pull/3492): Always use a new inclusion context when including declarations of variables, always inlcude labels when not treeshaking (@lukastaegert)
2870
+
-[#3492](https://github.com/rollup/rollup/pull/3492): Always use a new inclusion context when including declarations of variables, always include labels when not treeshaking (@lukastaegert)
2871
2871
2872
2872
## 2.3.4
2873
2873
@@ -3043,7 +3043,7 @@ _2020-03-07_
3043
3043
3044
3044
### Bug Fixes
3045
3045
3046
-
-Reenable importing rollup in Node 13.0 - 13.7 (#3428)
3046
+
-Re-enable importing rollup in Node 13.0 - 13.7 (#3428)
0 commit comments