File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ - Rename ` ErrorContext ` to ` LexError `
11+
1012## [ 0.0.1] - 2025-07-18
1113
1214<!-- next-url -->
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ - Rename ` ErrorContext ` to ` LexError `
11+
1012## [ 0.0.1] - 2025-07-18
1113
1214<!-- next-url -->
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ - Make schema ` snake_case `
11+ - Timing is optional and is time since test start
12+ - Made fields with well known defaults to be optional
13+ - Made ` DiscoverCase ` order unspecified
14+ - Renamed ` DiscoverCase::run ` to ` selected `
15+ - Rename ` Suite ` to ` Run `
16+ - Rename ` RunStatus ` to ` MessageKind `
17+ - Rename ` MessageKind::Fail ` to ` MessageKind::Error `
18+ - Moved content from ` CaseComplete ` to ` CaseMessage `
19+
1020## [ 0.0.1] - 2025-07-18
1121
1222<!-- next-url -->
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ - Add ` --fail-fast `
11+ - Rename ` --nocapture ` to ` --no-capture `
12+ - Removed env variables
13+ - Removed unstable libtest features
14+ - Rename ` ErrorContext ` to ` LexError `
15+
1016## [ 0.0.1] - 2025-07-18
1117
1218<!-- next-url -->
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ - Add ` --fail-fast `
11+ - Rename ` --nocapture ` to ` --no-capture `
12+ - Removed env variables
13+ - Removed unstable libtest features
14+ - Rename ` ErrorContext ` to ` LexError `
15+ - Allow tests to multiple errors
16+ - Reworked builder to be in phases of creation
17+
1018## [ 0.0.1] - 2025-07-18
1119
1220<!-- next-url -->
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ - Rename ` State ` to ` RunContext `
11+ - Renamed ` Harness::cases ` to ` Harness::discover `
12+
1013## [ 0.0.1] - 2025-07-18
1114
1215<!-- next-url -->
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ - Renamed ` State ` to ` TestContext `
11+ - ` Harness ` API changed
12+ - Renamed ` Harness::cases ` to ` Harness::discover `
13+
1014## [ 0.0.1] - 2025-07-18
1115
1216<!-- next-url -->
You can’t perform that action at this time.
0 commit comments