All Versions
55
Latest Version
Avg Release Cycle
35 days
Latest Release
506 days ago

Changelog History
Page 5

  • v1.6.2 Changes

    February 19, 2018

    โž• Added

    • ๐Ÿ‘ JSX support for Nerv Details
    • โž• Add JSX support for Hyperapp. Details

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix babel handling for node: DEFAULT_ENGINES Details
    • โœ‚ Remove unnecessary files from npm Details
    • โœ… Use babel-register for tests only with node < 8 Details
    • โœ‚ remove call to window.location Details
  • v1.6.1 Changes

    February 15, 2018

    ๐Ÿ›  Fixed

    • โšก๏ธ Update HMRServer handleSocketError for ErrorEvent Details
  • v1.6.0 Changes

    February 15, 2018

    โž• Added

    • Automatically transpile dependencies with babel-preset-env Details
    • โž• Add no-config support for jsx Details
    • โž• Add "--target=node" and "--target=electron" option to produce Node/electron friendly bundles Details
    • ๐ŸŒฒ Log bundle metrics Details
    • ๐Ÿ‘ Node 6 support Details
    • โž• Add WebManifestAsset to handle W3C webmanifest Details
    • โž• Add support for optional dependencies Details
    • ๐Ÿ‘Œ support svg <use> elements Details
    • Auto-install peerDependencies Details
    • Inject HTML tag if missing Details
    • โž• Add JSON5 support Details
    • ๐Ÿ‘ Implement support for <img srcset="..."> Details
    • โž• Add .toml asset support Details
    • Warn instead of error when an fs call cannot be evaluated Details
    • โž• Add support for HTML meta assets Details
    • โž• Add --out-file option Details
    • โž• Add Access-Control header for CORS Details

    ๐Ÿ›  Fixed

    • โœ‚ Remove -h alias for hmr-port option Details
    • โž• Add 'id' to the module variable Details
    • Preserve asset's search and hash Details
    • Always add bundle-loader module to the bundle Details
    • Launch https websocket server is --https Details
    • ๐Ÿ›  Fix PromiseQueue returning null when there are no jobs Details
    • Correctly serialize YAML to JS Details
    • โšก๏ธ Update parser to treat file extensions as case-insensitive Details
    • โž• Add babel-template and babel-types to package.json Details
    • ๐Ÿ‘Œ Improve Code Coverage Details
    • 0๏ธโƒฃ Safe cssnano transforms by default Details
    • ๐Ÿ‘‰ Make sure bundles is an array in loadBundlesLazy Details
    • โฌ†๏ธ Bump dependencies Details
    • ๐Ÿ‘ Allows for dots in lazyloaded file names Details
    • โž• Add missing packages for pnpm to work Details
    • ๐Ÿ“œ pass lowerCaseAttributeNames: true to posthtml-parser (fix version bump) Details
  • v1.5.1 Changes

    January 25, 2018

    โž• Added

    • ๐Ÿ‘Œ Support .htm extension Details

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix rust projects with hyphenated names Details
    • Purify sourcemaps (Prevent babel from giving invalid mappings) Details
    • 0๏ธโƒฃ Don't drop console statements by default in uglifyjs Details
    • ๐Ÿ›  Fix for ipc closed error in tests Details
  • v1.5.0 Changes

    January 23, 2018

    โž• Added

    • ๐Ÿ‘ SourceMap support Details
    • ๐Ÿ‘ Custom bundleloader and wasm support Details
    • ๐Ÿ‘ Rust support Details
    • Ability to set HMR port Details
    • ๐Ÿ‘Œ Support .env files Details
    • Hotreload css requires in html Details
    • Minify JSON Details
    • Ability to set HMR hostname Details
    • ๐Ÿ‘ท Ability to specify amount of workers using PARCEL_WORKERS environment variable Details
    • โš  Warning emoji Details

    ๐Ÿ›  Fixed

    • Virtualpaths, throw file not found error Details
    • Transform HTML prior to collecting dependencies Details
    • Find a[href] dependencies when attrs precede it Details
    • ๐Ÿฑ Resolve URI-encoded assets Details
    • Public-url not an os path Details
    • Invalidate cache when parent dependencies change Details
    • Invalidate cache on config change Details
    • Circular bundles Details
    • ๐Ÿ’ป Possibly ignore fs using browser-resolve config Details
    • ๐Ÿ‘ท Do not use global window inside hmr, fixes web worker issues Details
    • ๐Ÿ‘Œ Improved worker startup times Details
    • ๐Ÿ“œ Parse // as a valid url Details
    • ๐Ÿ‘Œ Improve windows emoji console detections Details
  • v1.4.1 Changes

    December 31, 2017

    โž• Added

    ๐Ÿ›  Fixed

    • ๐Ÿ–จ http hot reload server printing location as https://... Details
    • Execute bundle() when calling Bundler.middleware() Details
    • ๐Ÿ“œ Always parse dependencies if babel ran. Details
  • v1.4.0 Changes

    December 31, 2017

    โž• Added

    • ๐Ÿ‘ HTTPS server support Details
    • ๐Ÿ‘ GraphQL Support Details
    • ๐Ÿ‘ท Webworker Support Details
    • ๐Ÿ”ง CSSNano configuration Details
    • ๐Ÿ”ง HTMLNano configuration Details
    • ๐Ÿ‘Œ Support async plugin loading Details
    • โž• Add code sample section to ISSUE_TEMPLATE Details
    • โž• Add url dependency for serviceWorker.register calls Details
    • ๐Ÿ›  Fix ignored babel files Details

    ๐Ÿ›  Fixed

    • ๐ŸŒฒ log-symbols fallback for cross-platform emoji compatibility Details
    • ๐Ÿ‘‰ Use hostname for websocket connection Details
    • Standardize empty implementation comment Details
    • ๐Ÿ– Handle appstore url scheme Details
    • bundling issues when asset parent & commonBundle types differ Details
    • ๐Ÿฑ Handle empty assets Details
    • Minify Prelude.js Details
  • v1.3.1 Changes

    December 24, 2017

    ๐Ÿ›  Fixed

    • Maintain html spacing between tags when minimizing Details
    • ๐Ÿฑ Incorrect bundle path for raw Assets Details
  • v1.3.0 Changes

    December 22, 2017

    โž• Added

    • Reason Asset Type Details
    • ๐Ÿ“œ Automatically install parser dependencies Details
    • ๐Ÿ‘ UglifyES config support Details
    • Display absolute path on failed dependency resolve Details
    • ๐Ÿ‘Œ Support .editorconfig Details
    • โœ… Tests for ES6 Modules resolver Details
    • ๐Ÿ‘• ESLint Details

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Parse port option as integer Details
    • ๐Ÿ‘‰ Make cli.js Node 6 compatible Details
    • โœ‚ Remove arrow function from hmr-runtime - IE support Details
    • Start server before bundling Details
    • Deterministic bundle trees Details
    • ๐Ÿ“ฆ Resolve "module", "jsnext:main" and "browser" before "main" in Package.json Details
    • โœ‚ Remove filename unsafe characters Details
    • Don't hash root file Details
    • ๐Ÿ Use cross-spawn for autoinstalling dependencies on windows Details
  • v1.2.1 Changes

    December 18, 2017

    โž• Added

    • Opencollective Details
    • ๐Ÿ“œ Use JSON5 to parse config files Details
    • ๐Ÿšš Move JSAsset options gathering into separate function Details

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Don't use template literals in builtins - IE support Details
    • ๐Ÿ”€ Merge tsconfig.json with defaults Details
    • ๐Ÿ”„ Change parse-json requires to JSON5 Details
    • Register .pcss extension to CSSAsset Details
    • Websocket error handling Details
    • Development server index file Details