All Versions
651
Latest Version
Avg Release Cycle
10 days
Latest Release
21 days ago
Changelog History
Page 15
Changelog History
Page 15
-
v2.40.0 Changes
2021-02-26
๐ Features
- ๐ Make sure that entry point variable names take precedence over variable names in dependencies when deconflicting (#3977)
๐ Bug Fixes
- ๐ Replace
:in generated file names to prevent invalid files on Windows (#3972)
Pull Requests
-
v2.39.0 Changes
2021-02-12
๐ Features
- โ Add "validate" option to verify generated chunks are valid JavaScript (#3952)
๐ Bug Fixes
- Always add exports properties for uninitialized named exports (#3957)
- ๐ Allow using an external namespace reexport together with named exports (#3959)
- Avoid invalid generated code in certain scenarios with SystemJS exports (#3960)
Pull Requests
- #3952: implement
validateoutput option and--validateCLI option (@kzc) - โก๏ธ #3956: Update dependencies, fix fsevents issue (@lukastaegert)
- #3957: Make sure uninitialised exports turn up via .hasOwnProperty for non-ES formats (@lukastaegert)
- #3959: Allow overriding individual exports of reexported external namespaces (@lukastaegert)
- #3960: Make sure system exports are valid JavaScript (@lukastaegert)
-
v2.38.5 Changes
2021-02-05
๐ Bug Fixes
- Prevent invalid code when simplifying assignments and delcarations (#3951)
- Prevent behaviour-changing line-breaks when simplifying assignments in return statements (#3951)
- Slightly improve white-space rendering when simplifying certain expressions (#3951)
Pull Requests
- #3951: Wrap simplified assignments if necessary (@lukastaegert)
-
v2.38.4 Changes
2021-02-02
๐ Bug Fixes
- Do not change logic when tree-shaking declarations in if statements or loops (#3947)
Pull Requests
- #3947: Do not tear apart declarations in loop or if bodies (@lukastaegert)
-
v2.38.3 Changes
2021-02-01
๐ Bug Fixes
- 0๏ธโฃ Prevent an unexpected live-binding when default exporting a synthetic named export (#3946)
Pull Requests
-
v2.38.2 Changes
2021-01-31
๐ Bug Fixes
- Do not generate invalid code for partially tree-shaken declarations in for loops (#3943)
- ๐ Always include function bodies of functions in side-effect-free modules (#3944)
Pull Requests
-
v2.38.1 Changes
2021-01-28
๐ Bug Fixes
- ๐ Fix internal error when resolving a missing entry point in the browser build (#3935)
Pull Requests
-
v2.38.0 Changes
2021-01-22
๐ Features
- ๐ Entirely remove declared variables that only have an initializer side effect (#3933)
Pull Requests
- #3933: Tree-shake unused declarations while keeping initializer side-effects (@lukastaegert)