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

Latest commit

 

History

History
10 lines (9 loc) · 453 Bytes

CHANGELOG.md

File metadata and controls

10 lines (9 loc) · 453 Bytes

0.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.
  • improved documentation.
  • added default values:
    • 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.