-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version Packages * Tune up changelogs Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ryan Roemer <ryan.roemer@formidable.com>
- Loading branch information
1 parent
43552d1
commit a327b44
Showing
6 changed files
with
49 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,84 @@ | ||
Changes | ||
======= | ||
|
||
## 0.5.0 | ||
|
||
### Major Changes | ||
|
||
- BREAKING: Remove `production` and `development` from set of default user conditions in package resolution. | ||
|
||
### Minor Changes | ||
|
||
- Feature (`trace-pkg`): Add `conditions` option. ([#12](https://github.com/FormidableLabs/tracing/pull/12)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`43552d1`](https://github.com/FormidableLabs/tracing/commit/43552d1ccee1d1d9709b90d5af128a476c7b46f4)]: | ||
- # trace-deps@0.5.0 | ||
|
||
## 0.4.1 | ||
|
||
* Feature: Async JavaScript configuration function. | ||
- Feature: Async JavaScript configuration function. | ||
[#43](https://github.com/FormidableLabs/trace-pkg/issues/43) | ||
* Dependencies: Various updates. | ||
* Test: Upgrade `mock-fs` and re-enable Node16+ | ||
- Dependencies: Various updates. | ||
- Test: Upgrade `mock-fs` and re-enable Node16+ | ||
[#39](https://github.com/FormidableLabs/trace-pkg/issues/39) | ||
|
||
## 0.4.0 | ||
|
||
* Feature: Add full support for modern Node.js ESM and `exports`. | ||
* Chore: Upgrade various dependencies. | ||
- Feature: Add full support for modern Node.js ESM and `exports`. | ||
- Chore: Upgrade various dependencies. | ||
|
||
## 0.3.4 | ||
|
||
* Feature: Support application source paths as keys in `allowMissing`. | ||
- Feature: Support application source paths as keys in `allowMissing`. | ||
|
||
## 0.3.3 | ||
|
||
* Feature: Add `--silent` CLI flag. | ||
- Feature: Add `--silent` CLI flag. | ||
[#12](https://github.com/FormidableLabs/trace-pkg/issues/12) | ||
(*[Burnett2k][]*) | ||
(_[Burnett2k][]_) | ||
|
||
## 0.3.2 | ||
|
||
* Bug: Make `concurrency: 1` / "serial" mode actually run serially. | ||
- Bug: Make `concurrency: 1` / "serial" mode actually run serially. | ||
|
||
## 0.3.1 | ||
|
||
* Feature: Add `includeSourceMaps` configuration option. | ||
- Feature: Add `includeSourceMaps` configuration option. | ||
|
||
## 0.3.0 | ||
|
||
* Feature: Add `collapsed.bail` configuration option. | ||
- Feature: Add `collapsed.bail` configuration option. | ||
[#3](https://github.com/FormidableLabs/trace-pkg/issues/3) | ||
[#4](https://github.com/FormidableLabs/trace-pkg/issues/4) | ||
|
||
## 0.2.1 | ||
|
||
* Feature: Add `dynamic.bail` configuration option. | ||
- Feature: Add `dynamic.bail` configuration option. | ||
[#4](https://github.com/FormidableLabs/trace-pkg/issues/4) | ||
|
||
## 0.2.0 | ||
|
||
* Feature: Add `misses` report to `--report` and log output. | ||
* Feature: Add `dynamic.resolutions` configuration option. | ||
- Feature: Add `misses` report to `--report` and log output. | ||
- Feature: Add `dynamic.resolutions` configuration option. | ||
[#4](https://github.com/FormidableLabs/trace-pkg/issues/4) | ||
|
||
## 0.1.1 | ||
|
||
* Feature: Add `ignores`, `allowMissing` configuration options. | ||
- Feature: Add `ignores`, `allowMissing` configuration options. | ||
[#4](https://github.com/FormidableLabs/trace-pkg/issues/4) | ||
|
||
## 0.1.0 | ||
|
||
* Feature: Produce verbose `--report` about bundle run. | ||
- Feature: Produce verbose `--report` about bundle run. | ||
[#2](https://github.com/FormidableLabs/trace-pkg/issues/2) | ||
* Feature: `--dry-run` | ||
- Feature: `--dry-run` | ||
[#9](https://github.com/FormidableLabs/trace-pkg/issues/9) | ||
* Feature: Parallel builds with `--concurrency`. | ||
- Feature: Parallel builds with `--concurrency`. | ||
[#4](https://github.com/FormidableLabs/trace-pkg/issues/4) | ||
|
||
## 0.0.1 | ||
|
||
* Initial release. | ||
- Initial release. | ||
|
||
[Burnett2k]: https://github.com/Burnett2k | ||
[burnett2k]: https://github.com/Burnett2k |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.