Skip to content

Releases: lamoda/gonkey

v1.6.0

15 Oct 10:16
Compare
Choose a tag to compare

🚀 Enhancement

Authors: 2

v1.5.1

24 Sep 07:57
Compare
Choose a tag to compare

⚠️ Pushed to master

  • Minor fix in README.md (@luza)

📝 Documentation

  • doc: update Readme files - backslash in regexp should be escaped #99 (@svzhl)

Authors: 2

v1.5.0

22 Sep 13:12
Compare
Choose a tag to compare

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

Authors: 2

v1.4.2

04 Sep 08:09
Compare
Choose a tag to compare

🐛 Bug Fix

  • mocks file reply strategy: show error when no file found by filepath #96 (@NikolayOskin)

Authors: 1

v1.4.1

24 Jun 09:23
Compare
Choose a tag to compare

🐛 Bug Fix

📝 Documentation

Authors: 4

v1.4.0

19 Mar 07:55
Compare
Choose a tag to compare

🚀 Enhancement

  • Remove dependency from go-openapi and move swagger checker to separate module #82 (@Alexey19)

Authors: 1

v1.3.1

03 Mar 14:10
Compare
Choose a tag to compare

🐛 Bug Fix

Authors: 3

v1.3.0

26 Feb 16:17
3dedfdd
Compare
Choose a tag to compare

#69 Fix error "mock ...: http: invalid Read on closed Body"
#71 Fail test in case of request to mock's unhandled endpoint
#72 Added constraints for url path
#75 allow add user's checkers to gonkey tests
#76 Fix windows warning during test run

v1.2.0

02 Dec 08:44
eabf10f
Compare
Choose a tag to compare

#68 Add option to check XML response
#67 Matching of string-packed JSON in mocks
#66 Problem .yaml file is not shown in error

v1.1.1

02 Nov 08:48
8312276
Compare
Choose a tag to compare

Fail if fixture not loaded (#65)
Add support for case values in request components (#64)
Add custom output to RunWithTesting (#61)
Fix colors in console under windows (#60)