Skip to content

Releases: donfuxx/Mockinizer

Release version 1.6.0 of Mockinizer

05 Apr 16:15
Compare
Choose a tag to compare

New in 1.6.0:

#28 Regression from 1.4.0: Requests with query parameters don't succeed anymore (bug)

Release version 1.5.0 of Mockinizer

28 Mar 19:18
Compare
Choose a tag to compare

New in 1.5.0:

#25 Simultaneous queries can lead to the wrong responses (bug)
#24 Mockinizer headers are added several times (bug)

Release version 1.4.0 of Mockinizer

17 Mar 16:19
Compare
Choose a tag to compare

New in 1.4.0:

#22 Set headers default value to null in RequestFilter (enhancement)

Release version 1.3.0 of Mockinizer

15 Feb 19:43
Compare
Choose a tag to compare

New in 1.3.0:

#20 Mockinizer not working with UI Tests using OkHttpIdlingResourceRule (bug)

Release version 1.2.0 of Mockinizer

02 Feb 20:53
Compare
Choose a tag to compare

New in 1.2.0:

#16 Allow mocking without having to specify a body (enhancement)
#17 Fix setting of mockserver port in buildconfig (bug)

Release version 1.1.0 of Mockinizer

19 Aug 21:14
Compare
Choose a tag to compare

New in 1.1.0:

#13 Improve mock request unit test assertions (enhancement)
#11 Add androidTests to assert that mockinizer works fine in Android emulators (enhancement)
#8 Add Http Headers option param to RequestFilter data class (enhancement)
#7 Add Request method (GET/POST/etc.) option param to RequestFilter data class (enhancement)

Release version 1.0.0 of Mockinizer

04 Aug 16:44
209a459
Compare
Choose a tag to compare

Changes in 1.0.0

  • PR #5 Issue/4 Add "server" http header to mock response

Pre-Release of Mockinizer with separated demo

04 Aug 13:29
824ca56
Compare
Choose a tag to compare

Changes:

Pre-Release of Mockinizer incl junit5 gradle config

04 Aug 11:17
Compare
Choose a tag to compare

fixes running junit5 tests from command line

Pre-Release of Mockinizer with test build fixes

03 Aug 23:17
Compare
Choose a tag to compare

fixes ./gradlew test build failures