All Versions
627
Latest Version
Avg Release Cycle
5 days
Latest Release
-
Changelog History
Page 56
Changelog History
Page 56
-
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
-
v0.22.1 Changes
- โก๏ธ Update expected option keys (#379)
- ๐ Handle transformers that return stringified sourcemaps (#377)
- Automatically create missing namespaces if
moduleName
contains dots (#378) - โ Ignore external dependency warnings coming from config file (#333)
- ๐ Update to latest magic-string for performance boost