All Versions
55
Latest Version
Avg Release Cycle
35 days
Latest Release
202 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.9.5 Changes
July 11, 2018β Added
- π Use fast-glob Details
- π Use user installation of
cssnano
Details - β¬οΈ Upgrade to cssnano v4 Details
- Logger improvements Details
- π Watch PostHTML plugins dependencies Details
- β Add support for node 10 Details
- π· Workerfarm improvements Details
- π Use minify prelude only minify option Details
- Deterministic asset ids Details
π Fixed
- π¦ JSPackager deduplication now accounts for differences in absolute dependency paths Details
- π Fix worker bundle hoisting Details
- π» Prioritize browser field over module Details
- π Fix aliasing of folder relative to project folder Details
- π Only watch directories on macOS Details
- π Fix generating names when outside of the entry directory Details
- π Handle invalidating cache if dependency is a glob Details
- π Fix import deep wildcards with tree-shaking Details
- π Fix tree-shaking named import on wrapped module Details
- π Fix circular deps in isolated bundles (e.g. workers) Details
- π Fix tree-shaking wildcards with sideEffects: false Details
- π Fix 'buildStart' event is not firing Details
-
v1.9.4 Changes
July 01, 2018β Added
- β¬οΈ Upgrade Typescript to 2.9 Details
- β¬οΈ Upgrade DEFAULT_ENGINES node to Node 8 Details
- β Add a buildError event to bundler Details
- Use process.env.PARCEL_MAX_CONCURRENT_CALLS environment variable Details
π Fixed
- π Fix Sass dependencies can not be watched when includePaths is a relative path Details
- Replaced fwd slashes with backslashes for win to fix sass deps watch Details
- π Fix sourcemap file size in report Details
- π fix build not exiting in dev env Details
- π Prevent postcss-modules plugin config from being deleted after first run Details
-
v1.9.2 Changes
June 18, 2018 -
v1.9.1 Changes
June 16, 2018 -
v1.9.0 Changes
June 14, 2018β Added
- Tree shaking + scope hoisting for ES6 and CommonJS modules Details
- π Put filewatcher in a worker, for better stability and performance Details
- Cache resolved paths of dependencies Details
- Custom less filemanager Details
- π support for sass specific import syntax Details
- π Allow --https for watch Details
- π Fix browser entry-point resolution Details
- π Use config.locals to render pug template Details
- π Use async modules when possibles Details
- β Add a bundlestart event Details
- β Add unit tests for line counter Details
- β Use async FS in tests Details
- β Use async fs on new linecounter tests Details
- π± Make CSS assets async Details
- π Enable posthtml-parse options in posthtmlrc Details
- π Enforce Prettier (check if prettier is run in lint script) Details
- β Add support for Cargo workspaces in Rust integration Details
- π» Surface Bundler error to browser Details
- Programatically pass env vars as a whitelist Details
π Fixed
- π Fix bundle hoisting when asset is already in the common bundle Details
- π» Only resolve env vars on bundling when --target=browser Details
- π improve the time reported by the bundler Details
- β‘οΈ clear console before accepting updates, not after Details
- π¦ Lookup correct generated output for bundle type in RawPackager Details
- β Remove extra argument passed to addAssetToBundle in JSPackager Details
- π Fix indented syntax type for single file vue components Details
- π Fix Vue asset supplemental code concatenation Details
- β Add dependencies referenced by posthtml-include Details
- node-sass accepts importer as single function or array of functions Details
- Get mtime of folder on wildcard imports Details
- π Fix vue test Details
- π Fix absolute and tilde paths for url dependencies Details
- π Fix failing appveyor test Details
- π Fix worker environment variable Details
- β Add
test/dist
to .prettierignore Details - π Fix typo in uglify.js Details
- π Pass compiler of @vue/component-compiler-utils to parser. Details
- π Fix package.json configs Details
- π change Uglify to Terser Details
β Removed
- π¦ Donβt pass package.json and options over IPC Details
-
v1.8.1 Changes
May 04, 2018π Fixed
- Loading modules with AMD Defines Details
-
v1.8.0 Changes
May 03, 2018β Added
- β Add support for multiple entry points Details
- π Support source field in package.json to enable babel on symlinked modules Details
- π¦ Expose modules as UMD Details
- π Use parcel's resolver for sass imports Details
- β‘οΈ Update default browser engines to > 0.25% marketshare Details
- Ignore dependencies in falsy branches Details
- π» Clear the console in browser on each HMR Details
- Watch directories instead of individual files to fix EMFILE errors Details
π Fixed
- π Prevent build from breaking when .scss file is empty Details
- π Handle empty config files Details
- β‘οΈ Update dependency with security vuln Details
- π· Minor change to mkHandle in workerfarm Details
- π» Don't start server if target isn't browser Details
- π· Let worker return early instead of throw on unknown messages Details
- π change default behaviour to keep default values of HTML form elements Details
- π Fix autoinstall infinite loop Details
- π Allow spaces in filenames Details
- β‘οΈ Update deps Details
- π Fix reference pass error in package config Details
- β Remove
eval
usage. Fixes CSP cases. Details - β Remove jsnext:main Details
- π fix for outFile option; respect file-extension Details
-
v1.7.1 Changes
April 15, 2018π Fixed
- π Fix scoped plugin packages Details
- π Fix writing files in subfolders inside dist directory Details
- β‘οΈ Update addBundleLoader to accept multiple targets Details
- π Fix sourcemap reference in JS output Details
- Sourcemap sourceRoot Details
- π Fix serving files with query params Details
- Give priority to styl files in StylusAsset resolver Details
- β¬οΈ Bump dependencies Details
- π Fix asset size always be zero when building vue project Detailds
- π· Custom workerfarm, BI-Directional IPC - run all npm/yarn installs on the main process Details
-
v1.7.0 Changes
March 28, 2018β Added
- β Add
.vue
file support Details - π New faster resolver supporting absolute and tilde paths, and aliases Details
- Content hash output file names in production Details
- Automatically install missing dependencies that you
require
in your code Details - π Production sourcemaps support via uglify Details
- β Add Pug and Jade support Details
- β Add GLSL assets support Details
- β Add overlay for build errors when using HMR Details
- Implement pipelines to compose multiple asset types together Details
- β Add --hmr-port and --hmr-hostname options to parcel watch Details
- β Add support for specifying SSL certificate & key Details
- π Allow specifying which browser to open with
--open
option Details - β Add
data
config option so it is possible to include global scss variables Details - β Add
--log-level
option Details - β Add support for data attr of object element Details
- β Add useBuiltIns babel-preset-env option Details
- π Support code splitting and loading WASM with --target=node Details
π Fixed
- π Fix hmr runtime error Details
- β Add server reference to bundler Details
- π Fix error when no "targets" options in .babelrc Details
- π¨ Refactor prettifySize Details
- π Fix property descriptor of config.internal in transforms/babel.js Details
- only transform safe cssnano minifiers Details
- π fix electon hmr bug Details
- π Fix HMR hostname in browser Details
- π Fix srcset not working for
source
element Details - β‘οΈ Update htmlnano Details
- π Fix svg dependencies not being found when using minification Details
- 0οΈβ£ Set TypeScript option esModuleInterop to true by default Details
- HTML bundle serving bug Details
- π Change default public-url to / Details
- π Make --help same as help command Details
- π Make -h same as help command Details
- Close hmr server when HMRServer.stop() is called Details
- π Fix methods of LazyPromise Details
- Ignore require if it is defined as a local variable Details
- π¦ Check browserslist prop in package.json for environments Details
- β Add