Skip to content

Logic simplification

Compare
Choose a tag to compare
@nergal-perm nergal-perm released this 20 May 07:28
· 2 commits to master since this release

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)