All Versions
627
Latest Version
Avg Release Cycle
5 days
Latest Release
-

Changelog History
Page 51

  • v0.35.1 Changes

    • Rewrite deconflicted class identifiers (#915)
    • Include dependencies in bundle.modules objects (#903)
    • โšก๏ธ Update to Acorn 4 (#914)
  • v0.35.0 Changes

    • Rewrite analysis/tree-shaking code (#902)
    • Include conditional mutations of global objects (#901)
    • Only reify namespaces if necessary (#898)
    • Track mutations of aliased globals (#893)
    • Include duplicated var declarations (#716)
  • v0.34.13 Changes

    • Pass { format } through to transformBundle (#867)
  • v0.34.12 Changes

    • ๐Ÿ›  Fix rollup --watch (#887)
    • Case-sensitive paths (#862)
  • v0.34.11 Changes

    • Prevent leaky state when bundle is reused (#875)
    • Ensure intro appears before interop block (#880)
  • v0.34.10 Changes

    • ๐Ÿ‘ Allow custom options.context to replace top-level this (#851)
    • ๐Ÿ›  Fix noConflict when used via rollup --config (#846)
    • Place outro block after export block (#852)
  • v0.34.9 Changes

    • 0๏ธโƒฃ Disable indentation by default, for faster bundle generation (#812)
    • More helpful error on missing entry file (#802)
    • Preserve comments before import declarations (#815)
  • v0.34.8 Changes

    • ๐Ÿ“œ Wrap UMD factory function in parens to avoid lazy parsing (#774)
  • v0.34.7 Changes

    • Leave it up to resolveId to normalize the entry path (#835)
    • Cache decoded mappings (#834)
  • v0.34.5 Changes

    • ๐Ÿ›  Fix circular export (#813)