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
+13
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
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 assign stored Response to client Stub ([0715a23](https://github.com/Decision-Driven-Development/testable-io/commit/0715a230b48bbbaa8d79db2020fb8c9073a6f596)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
11
+
* ability to assign stored Response to client Stub and specific Query ([741e230](https://github.com/Decision-Driven-Development/testable-io/commit/741e230ac7ac7b428335d8828e29e80ff4383aa6)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
12
+
* ability to build the Stub record programmatically ([27761df](https://github.com/Decision-Driven-Development/testable-io/commit/27761df3592b1c7cbc30d17d51d90d655f11b7e5)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
13
+
* ability to peek at current responses ([76f8359](https://github.com/Decision-Driven-Development/testable-io/commit/76f83597ef8870a1912890e34f402823cb3c8a31)), closes [#4](https://github.com/Decision-Driven-Development/testable-io/issues/4)
14
+
* ability to set up the Exception as the Response ([3419307](https://github.com/Decision-Driven-Development/testable-io/commit/34193071875686abe2d5056d10ee9feeb7cec002)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
15
+
* add name to the Stub record ([19f2bbf](https://github.com/Decision-Driven-Development/testable-io/commit/19f2bbfb82ff810a5f7e3403130359b5ba373c10)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
16
+
* store all the created responses in memory ([7b7a538](https://github.com/Decision-Driven-Development/testable-io/commit/7b7a5387eb6bfbc564f7d8cbe287b4f3a504f489)), closes [#2](https://github.com/Decision-Driven-Development/testable-io/issues/2)
0 commit comments