You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+88
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,94 @@ All notable changes to Parcel will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
+
## [2.10.0] β 2023-10-11
9
+
10
+
### Added
11
+
12
+
- Core
13
+
- Add support for include and exclude globs for `--lazy` mode β [Details](https://github.com/parcel-bundler/parcel/pull/9166), [Details](https://github.com/parcel-bundler/parcel/pull/9260)
14
+
- Merge all native Rust modules into one package β [Details](https://github.com/parcel-bundler/parcel/pull/9146)
15
+
- Add async resolver and JS transformer functions using rayon β [Details](https://github.com/parcel-bundler/parcel/pull/9147)
16
+
- Support "register" tools in module loader (e.g. `@babel/register`, `esbuild-register`, `ts-node`) β [Details](https://github.com/parcel-bundler/parcel/pull/9285)
17
+
- Limit default number of JS workers to 4 to improve memory usage/performance β [Details](https://github.com/parcel-bundler/parcel/pull/9300)
- Support node: prefix for CJS dependencies β [Details](https://github.com/parcel-bundler/parcel/pull/9244), [Details](https://github.com/parcel-bundler/parcel/pull/9250)
0 commit comments