Releases: Decision-Driven-Development/testable-io
Releases · Decision-Driven-Development/testable-io
v0.3.1 - Ability to see the response's delay
Logic simplification
0.3.0 (2025-05-20)
Features
- ability to get the current response from the sequence without advancing it (e30db4b)
- ability to set up delays for any stubbed response (c140bb3)
- ability to store converters for each stubbed endpoint (b111d55)
- basic interface for Stub Facade (41b0c93)
- generify the StubbedQuery class (c83c6af)
- implement the delay before the attempt of response type conversion (3c844cb)
- implemented getting active single responses and resetting stubs for specific source (882fd2d)
- implemented query-specific converters (2712773)
- reimplemented delayed response (b6b1c9f)
- reimplemented sequence of responses (b99d937)
- reimplemented source-specific stubs (d72acc4)
- reimplemented throwing exception as a response (8e827bb)
v0.2.1
v0.2.0
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
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