-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
11 deletions.
There are no files selected for viewing
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,13 +1,4 @@ | ||
[VERSION] | ||
|
||
> **Wran** | ||
> The option name `[Headers]` is now **deprecated** and support will be removed in release v1.0.0! Please use `[Header]` as option name instead! | ||
> | ||
> Originally, the support for both `Header` and `Headers` as name for the headers option block has been added to avoid errors because both terms have been used somewhat interchangably in the past. But because we want the specification of Goatfiles to be as specific as possible, this support will now be dropped before the official release. | ||
- The definition of the same block multiple times in the same request will now fail the parsing step with an error message alike the following. [#19] | ||
``` | ||
2023-03-20T09:35:53Z FATAL execution failed error="failed parsing goatfile at test/test.goat:14:9: [script]: the section has been already defined" | ||
``` | ||
- Allow passing multiple Goatfile locations as positional argument. [#21] | ||
- Fixed a bug where the wrong files were listed on batch error. | ||
- Add `[PreScript]` request block. [#20] | ||
- Fix log section spacers and add color to them. 🎨 |