Skip to content

Releases: Decision-Driven-Development/testable-io

v0.2.0

04 May 05:51
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

Features

  • ability to assign stored Response to client Stub (0715a23), closes #2
  • ability to assign stored Response to client Stub and specific Query (741e230), closes #2
  • ability to build the Stub record programmatically (27761df), closes #2
  • ability to peek at current responses (76f8359), closes #4
  • ability to set up the Exception as the Response (3419307), closes #2
  • add name to the Stub record (19f2bbf), closes #2
  • store all the created responses in memory (7b7a538), closes #2

v0.1.0

21 Apr 09:11
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

0.1.0 (2025-04-21)

Features

  • ability to configure responses (2717786)
  • ability to create the real request out of generic request (2a9574d)
  • ability to store different stubs for different clients (5753c7c)
  • implemented some ConfiguredResponse functionality (950519a)
  • stub: naive implementations of generic request and response (bec2cf1)

Full Changelog: https://github.com/Decision-Driven-Development/testable-io/commits/v0.1.0