Skip to content

v1.1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 10:25
· 50 commits to main since this release

New Features

  • Profiles have been implemented for a more central control on commonly used parameters across projects.
    See the documentation for all details.

Minor Changes and Bug Fixes

  • response.BodyRaw is now represented as a UTF-8 encoded string when printed in the [Script] section instead of listing
    the list of byte values. It is still an array of bytes though, so you can operate on it as expected.

Code Base

  • The Goatfile parser does now produce an intermediate AST structure instead of the Goatfile directly. This should allow
    to build tooling around Goatfiles using the provided parser implementation more easily (i.e. like an auto-formatter or LSP).
    Feel free to discover the new implementation here.