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