Releases: smeshkov/gomock
Releases · smeshkov/gomock
Release v0.11.0
- added watch config implemented by @mrchypark;%0A - fixed logger for hotreload (thanks to @mrchypark);%0A - updated
ioutile
toos
(thanks to @mrchypark).%0A
Release v0.10.1
- fixed bug, with the unnecessary
url.QueryEscape
for the query params when proxying requests.%0A
Release v0.10.0
- handle more complex patterns in the paths like
/foo*
;%0A - bumped Go version to 1.23.%0A
Release v0.9.4
- added darwin arm64 binary;%0A - release for Go 1.20;%0A - removed use of deprecated "io/ioutil".%0A
Release v0.9.0
- migrated from Gorilla to Chi for HTTP handling;%0A - introduced
static
property for an endpoint, to serve static files;%0A - bumped Go to 1.20.%0A
Release v0.8.0
- added support for subpath wildcards.
Release v0.7.0
- added
-version
option.
Release v0.6.0
- added
dynamic
endpoint property to dynamically store and retrieve values from your mocks; - improved
proxy
mode, so it actually works now; - added
-verbose
option.
Release v0.5.0
- added
allowCors
endpoint property to configure CORS access; jspnPath
now correctly resolves files realtive to the root mock JSON file.
Release v0.4.0
- Bumped Go version to 1.16.