All Versions
55
Latest Version
Avg Release Cycle
35 days
Latest Release
91 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.12.2 Changes
March 14, 2019- 🛠 Fix depth option for detailed report
-
v1.12.1 Changes
March 12, 2019 -
v1.12.0 Changes
March 07, 2019➕ Added
- CSS/SASS/LESS sourcemaps Details
- ➕ Add Markdown support Details
- ⚡️ Unhandled HMR updates should cause a page reload Details
- 🔌 Enables jsx plugin in case jsx syntax is used in js files Details
- ➕ Add disabling of autoinstall globally via environment variable Details
- ➕ Add support for
chrome-extension://
protocol to bundle-url.js Details - ➕ Add support for Firefox's 'moz-extension://' protocol, to bundle-url.js Details
- Generate source map files with long extentions (e.g. .js.map) Details
- ⬆️ upgrade htmlnano dep Details
- 0️⃣ Default port to process.env.PORT Details
- 💻 Inline process.browser for better code elimination Details
- 🚚 Detect files added to/removed from directories. Details
- Implement depth option for detailed report Details
🛠 Fixed
- 📦 Resolve package.browser in subfolders (with backslashes) Details
- 🛠 fix chokidar ignored regex Details
- Defer throwing asset errors until after dependencies are handled. Details
- 🛠 fix(sourcemaps): Handle null mappings properly Details
- 👉 Use Buffer.from Details
- ➕ addURLDependency: use always relative path Details
- reexporting + renaming when scopehoisting Details
- 🛠 Fix and reenable windows scope-hoisting tests Details
- 🛠 Fix for typescript asset invalidation Details
- 🛠 Fix hang up when a lot of parallel operation request the file system Details
- 🛠 Fix localRequire with package/path requests Details
- 🔨 Refactor htmlnano tests to test for filesize Details
- 🗄 pug Deprecated pretty Details
- 🛠 Fix pug test Details
- ✅ Use the test to assert this.child.killed rather than checking time difference Details
- 👌 Improve tests: symlink tests, Kotlin tests, and maybe test-util module Details
- 🖐 Handle empty html files Details
- 🛠 Fix HTMLAsset dependency tag with empty src value Details
- 👍 Allow dotfiles to be served Details
- 🛠 Fix sourceMappingURL for bundles with multiple entry points Details
- 🛠 Fix absolute path importing in sass Details
- 🛠 Fix dependency list parsing in RustAsset for paths on Windows Details
- For scope hoisting, Asset IDs cannot contain + or / (base64) Details
- Send CORS headers when a file does not exist Details
- Prevent circular deps from causing a stack overflow in HMR runtime Details
- 🛠 Fix postcss modules composes imports Details
- 🛠 fix: set default pragmaFrag option for JSX Details
- ✂ Remove unnecessary return await Details
- 🛠 Fix scopehositing with nested dynamic imports Details
- 👕 eslint: enable no-return-await Details
- Throw meaningful error on undefined exports Details
- ➕ Add helpful plugin errors Details
- 🛠 Fix HMR failure with js error on load Details
-
v1.11.0 Changes
December 18, 2018➕ Added
- ➕ Add Kotlin asset support Details
- ➕ Add --host option Details
- ➕ Add support for HMR with elm-hot Details
- 🌲 Log dev server access for log level verbose or more Details
- 🍱 Process array of assets for JSON-LD Details
- 📦 Extract workerfarm into separate package Details
- 📦 Extract Logger into its own package Details
- 📦 Extract watcher into its own package Details
- 🔀 Merge fs-watcher-child into Parcel's monorepo Details
🛠 Fixed
- 📦 Use this.write and super.end for JSPackager Details
- 👉 Make dynamic import name relative to the file importing it Details
- ⚡️ update postcss and deps Details
- catch css file not found Details
- Treat webmanifest as an entry module Details
- ➕ add debugger flag for non production builds in Elm Details
- 🔨 refactor: JSON.stringify replacer can not be boolean Details
- 🛠 Fix debug log files for certain locales Details
- Scope hoisting renaming after babel transforms Details
- Switch from toml to @iarna/toml Details
- ⚡️ Update deasync to 0.1.14 (Node 11 fix) Details
- Skip external imports from processing Details
- Don't lowercase attributes in html files Details
- 🔨 refactor: remove unnecessary not null check Details
- Don't cache dynamic bundles that had a network error Details
- Treeshake functions properly Details
- 🛠 Fix autoinstall of cssnano Details
- 🛠 Fix server when there is a dot in the path Details
-
v1.10.3 Changes
October 11, 2018🛠 Fixed
- 🍱 Don't dedupe assets that are depended on in more than one bundle Details
-
v1.10.2 Changes
October 06, 2018➕ Added
- ➕ Add
<image>
as a valid element type to bundle in<svg>
tags Details - Resolving
.postcssrc.json
as a PostCSS config Details - ➕ Add loaders when bundling workers Details
🛠 Fixed
- 🛠 Fix hoist of modules with multiple aliases Details
- 🛠 Fix hoisting of optional require calls Details
- 🛠 Fix safari 10 compatibility for terser Details
- 🛠 Fix HMR for Pug assets Details
- Don't load existing sourcemaps if sourcemaps are disabled Details
- ➕ add missing --no-autoinstall flag to build command Details
- ➕ Add
-
v1.10.1 Changes
September 26, 2018🛠 Fixed
- 🛠 Fix error when node.id is undefined instead of null
-
v1.10.0 Changes
September 25, 2018➕ Added
- 👍 Babel 7 support Details
- HTML Bundle loader Details
- 💅 Process inline scripts and styles Details
- ➕ Added LD+JSON asset Details
- ➕ Add support for Elm assets Details
- 👌 Support optionally bundling node_modules for
--target=node
Details - Import existing sourcemaps Details
- Import GraphQL files from other GraphQL files Details
- Automatically strip flow types Details
- 👍 SugarSS Support Details
- Minimal verbose/debug mode Details
- 👉 User friendly error on failed entrypoint resolving Details
- 👌 Support for SharedWorkers Details
- ➕ Add Object Spread to default Babel transforms Details
- ⚡️ Update help message for
--public-url
Details - 👌 Support HTML5 history mode routing Details
- Split cache into multiple folders for faster FS Details
- 👌 Support array in package.json's sideEffects property Details
- ➕ Added stub for require.cache Details
- ➕ Added dotenv-expand to expand env vars Details
- ⚡️ Update Typescript to v3.0.0 Details
- ➕ Add
--no-content-hash
option to build cli Details
🛠 Fixed
- Exit process on Error Details
- 🛠 Fix non updating asset hashes Details
- 🛠 Fix Sass url resolving Details
- 👷 WorkerFarm Cleanup Details
- 🛠 Fix infinite loop in resolver when using
~/...
imports Details - 0️⃣ Default to Dart-Sass and add backwards compatibility for node-sass Details
- Validate if a PostCSS config is an object Details
- 💅 VSCode syntax highlight with PostCSS in Vue Component style tag Details
- 👍 Glob support in less imports Details
- Generate unique certificate serial number Details
- Keep name in sourcemaps mappings Details
- Replace slack with spectrum badge Details
- 👉 Use esnext with typescript and scope hoisting Details
- 🛠 Fix sourcemaps failing on refresh/hmr Details
- 👌 Support sideEffect: false with CommonJS Details
- 📦 Get only existing package main Details
- Load minified built-in if available Details
- 👌 Support error strings in workers Details
- 👷 Terminate workerfarm when using the API Details
- 🛠 Fix comment typo Details
- 🛠 Fix dotenv package error Details
- Don't resolve slash and tilde paths twice Details
- bundle name hash-key generation is not environment independent Details
- Don't modify script nodes with text/html type Details
- 🛠 Fix various windows bugs & tests Details
- Cross-platform deterministic asset ids Details
- 👍 allow empty string in meta Details
- 🛠 fixed watch not working when NODE_ENV is production Details
- Incorrect casing for Logger require Details
- 🛠 fix security vuln Details
- ✂ Remove wasm-gc from RustAsset Details
-
v1.9.7 Changes
July 15, 2018 -
v1.9.6 Changes
July 11, 2018🛠 Fixed
- 🛠 Fix ora spinner in CI environments Details