This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Releases: dnesteryuk/whisperer
Releases · dnesteryuk/whisperer
v0.0.2
Fixed
- the bug with using the default values in child cassette builders when parent cassette builders overrided them.
internal improvements helping in developing new features.
Changed
- improved documentation.
Added
- Default values for cassette builders:
get
is a default method for a request;200
is a default status of a response;UTF-8
is a default encoding for a body of the request and response.json
is a default serializer.