Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Releases: dnesteryuk/whisperer

v0.0.2

25 Dec 15:05
Compare
Choose a tag to compare

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.