Releases: muonsoft/openapi-mock
Releases · muonsoft/openapi-mock
v0.2.0
- Application was totally rewritten in Golang
- Now it can be used as a standalone binary (precompiled for Linux and Windows)
- More configuration options (see usage guide)
- Flexible configuration (via configuration file with override by environment variables)
- Support for using examples #15
- Updated algorithms for combining schemas (#29 solved)
- Updated algorithms for generating hash maps (#30 solved)
v0.1.12
Deprecation notice in logs. The project is now migrated to another repository.
v0.1.11
- Ability to handle CORS requests #36 (@hugochinchilla)
- Project dependencies updated
v0.1.10
v0.1.9
- added support for reponse with "text/html" content type
- added string format "html"
v0.1.8
v0.1.7
v0.1.6
All dependencies updated
- php updated to v7.3.7
- symfony updated to v4.3.2
- roadrunner updated to v1.4.6
v0.1.5
- array with unique values generation improved