Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit baa16bb

Browse files
author
Hendrik van Antwerpen
committed
Update changelog
1 parent a08d67b commit baa16bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tree-sitter-stack-graphs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- The `--show-ignored` flag of the `test` command has been renamed to `--show-skipped`. Only explicitly skipped test files (with a `.skip` extension) will be shown. Other unsupported files are, such as generated HTML files, are never shown.
3333
- The `--hide-passing` flag of the `test` command has been renamed to the more common `--quiet`/`-q`.
3434
- The output of the `test` command has changed to print the test name before the test result, so that it clear which test is currently running.
35+
- The output of the `test` and `analyze` commands has changed in debug builds to include the run time per file.
36+
- The `--hide-failure-errors` has been renamed to the more general `--hide-error-details`. The new flag is supported by the `test` and `analyze` commands.
37+
- The files in directory arguments are now processed in filename order.
3538

3639
## v0.6.0 -- 2023-01-13
3740

0 commit comments

Comments
 (0)