Skip to content

Commit c2035b4

Browse files
committed
chore(release): 0.3.0
1 parent 3291d27 commit c2035b4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
## [0.3.0](https://github.com/Decision-Driven-Development/testable-io/compare/v0.2.1...v0.3.0) (2025-05-20)
6+
7+
8+
### Features
9+
10+
* 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))
17+
* implemented query-specific converters ([2712773](https://github.com/Decision-Driven-Development/testable-io/commit/2712773bda3a4c7cad51aa56e471f0f6df8ab992))
18+
* reimplemented delayed response ([b6b1c9f](https://github.com/Decision-Driven-Development/testable-io/commit/b6b1c9fff2f82524a8886b5ef295d081cfe8aa39))
19+
* reimplemented sequence of responses ([b99d937](https://github.com/Decision-Driven-Development/testable-io/commit/b99d937fb0cc8bc280255b96cf9598c7e1ab200f))
20+
* reimplemented source-specific stubs ([d72acc4](https://github.com/Decision-Driven-Development/testable-io/commit/d72acc426f1f5430e2c282e72782ada9735ec29a))
21+
* reimplemented throwing exception as a response ([8e827bb](https://github.com/Decision-Driven-Development/testable-io/commit/8e827bb2af89a2ebaed17b9824d768abab4e7845))
22+
523
### [0.2.1](https://github.com/Decision-Driven-Development/testable-io/compare/v0.2.0...v0.2.1) (2025-05-13)
624

725

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.github.nergal-perm</groupId>
99
<artifactId>testable-io</artifactId>
10-
<version>0.2.1</version>
10+
<version>0.3.0</version>
1111
<packaging>jar</packaging>
1212

1313
<name>Testable IO</name>

0 commit comments

Comments
 (0)