Skip to content

v0.5.0

Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 13 Jun 01:40
73c50e3

v0.4.0...v0.5.0

Breaking Changes

#14 feat: change default behavior when no route matches

the default behavior when no route matches the request is changed.

AS-IS:

When no route matches the request and Transport.Transport is nil,
http.DefaultClient.Transport.RoundTrip or http.DefaultTransport.RoundTrip are called.

TO-BE:

When no route matches the request and Transport.Transport is nil,
the test fails and exit and the detail of the request parameters is outputted.