Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • --verbose flag displays all the output to the console

[0.2.0] - 2023-06-26

Added

  • carFixture.MustGetChildren
  • Gateway backend timeout test for entity-bytes from IPIP-402. Issue.

Changed

  • Renamed methods using Children into Descendants when relevant
  • CAR tests no longer check for the roots. See discussion in IPIP-402.

[0.1.0] - 2023-06-08

Added

  • Fmt a string interpolation that replaces golang's and works better with HTML entities, and HTTP headers and URLs.
  • Support for calling multiple requests in a single test case and comparing their payloads.

Changed

  • Path(url) does not add a leading / to the URL anymore.
  • Do not follow redirects by default anymore, remove DoNotFollowRedirect and add FollowRedirect.
  • Body check is running in its own test. #67

[0.0.2] - 2023-06-01

Removed

  • Body check for subdomain redirection

[0.0.1] - 2023-03-27

Added

  • v0 of the Gateway Conformance test suite