All Versions
40
Latest Version
Avg Release Cycle
27 days
Latest Release
696 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.0
May 23, 2019 -
v2.0.0-alpha.1 Changes
August 13, 20192019-08-13
-
v2.0.0-alpha.0
May 23, 2019 -
v1.12.4 Changes
October 06, 2019- ๐ BUG: postcss module generates wrong hashes Details
- Shake exports with pure property assignments Details
- Clear scope cache before crawling to fix scope hoisting classes Details
- Replace module.require in scope hoisting Details
- Define __esModule interop flag when requiring ES module from CommonJS Details
- ๐ Fix assigning to exports from inside a function in scope hoisting Details
- โ Added new
parcel info
command Details - ๐ Fix Scope hoisting destructuring Details
- โก๏ธ HMR update breaks in webworker Details
- โก๏ธ Update dotenv-expand to allow overriding with falsy values Details
- โฌ๏ธ bump chokidar to get a reload fix for linux Details
- โฌ๏ธ Upgrading serialize-to-js from 1.1.1 to 3.0.0 Details
- ๐ Fix source map on CoffeeScript assets Details
-
v1.12.3 Changes
March 20, 2019- ๐ Downgrade all internal Babel packages to
<7.4.0
because of bugs in that release.
- ๐ Downgrade all internal Babel packages to
-
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