All Versions
592
Latest Version
Avg Release Cycle
5 days
Latest Release
-
Changelog History
Page 52
Changelog History
Page 52
-
v0.25.3 Changes
- 0️⃣ Handle non-objects and
null
in_interopDefault
(#474)
- 0️⃣ Handle non-objects and
-
v0.25.1 Changes
- Throw error if namespace is called (#446)
- Prevent shadowing bug in ES6 output (#441)
- Prevent
var exports.foo
(#426) - Prevent double export of aliased symbols (#438)
- 💻 Provide more informative error if Rollup is used in-browser without appropriate
resolveId
/load
hooks (#275) - 0️⃣ Use
_interopDefault
function to DRY out code with many external dependencies, in CommonJS output (#458)
-
v0.24.1 Changes
- 0️⃣ Handle calls to default exports other that are not function expressions or references to function declarations (#421)
- Ensure namespace blocks are created for chained imports (#430)
- Include references in computed property keys (#434)
- 👉 Use CLI
--external
option correctly (#417) - 👍 Allow relative imports to be treated as external, if absolute paths are provided in
options.external
(#410) - 💅 Make IIFE output adhere to Crockford style (#415)
-
v0.23.2 Changes
- Ensure
dest
orsourceMapFile
is resolved against CWD for purposes of sourcemap generation (#344) - 👌 Support
banner
,footer
,intro
andoutro
options via CLI (#330) - 👍 Allow
options.global
to be a function rather than an object, and warn on missing names (#293) - Ensure side-effects are captured in cyclical call expressions (#397)
- 🛠 Fix parse error with body-less arrow function expressions (#403)
- Ensure
-
v0.23.1 Changes
- Reinstate missing fix from (#392)
-
v0.22.2 Changes
- Prevent lost
var
keywords (#390)
- Prevent lost