You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* ability to get the current response from the sequence without advancing it ([e30db4b](https://github.com/Decision-Driven-Development/testable-io/commit/e30db4b072194c97c8c2714c5f7e9a964bc17b96))
11
+
* ability to set up delays for any stubbed response ([c140bb3](https://github.com/Decision-Driven-Development/testable-io/commit/c140bb32c52962aab5d06de5886c61fcb35ed0a1))
12
+
* ability to store converters for each stubbed endpoint ([b111d55](https://github.com/Decision-Driven-Development/testable-io/commit/b111d559e10ffbaa9187e22accbc7ebfc0fe95cb))
13
+
* basic interface for Stub Facade ([41b0c93](https://github.com/Decision-Driven-Development/testable-io/commit/41b0c93e17496c8e3b3e4449040fc43aaecb130c))
14
+
* generify the StubbedQuery class ([c83c6af](https://github.com/Decision-Driven-Development/testable-io/commit/c83c6af4713e6f75ae9f92292e539e73cb5c1052))
15
+
* implement the delay before the attempt of response type conversion ([3c844cb](https://github.com/Decision-Driven-Development/testable-io/commit/3c844cbe2d61308f22d0babd58d424e4b0492023))
16
+
* implemented getting active single responses and resetting stubs for specific source ([882fd2d](https://github.com/Decision-Driven-Development/testable-io/commit/882fd2d6a0b2bd4b80343333f457235e069153ad))
* reimplemented throwing exception as a response ([8e827bb](https://github.com/Decision-Driven-Development/testable-io/commit/8e827bb2af89a2ebaed17b9824d768abab4e7845))
0 commit comments