Skip to content

Releases: muonsoft/openapi-mock

v0.2.0

27 May 18:26
Compare
Choose a tag to compare
  • 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

27 May 14:56
Compare
Choose a tag to compare

Deprecation notice in logs. The project is now migrated to another repository.

v0.1.11

04 May 05:36
Compare
Choose a tag to compare

v0.1.10

11 Nov 18:37
5344329
Compare
Choose a tag to compare

new feature

  • server urls taken into account in routing #22

development updates

  • project dependencies updated
  • migrated to ramsey collection library

v0.1.9

19 Oct 16:46
fe665b6
Compare
Choose a tag to compare
  • added support for reponse with "text/html" content type
  • added string format "html"

v0.1.8

30 Sep 19:37
a68e427
Compare
Choose a tag to compare
  • fixed issue #17 invalid no content response

v0.1.7

24 Jul 20:14
a184a24
Compare
Choose a tag to compare
  • fixed issue #13 (priority for combined types increased while parsing specification)
  • combined and object type generation improvements
  • unique value generation improvements

v0.1.6

18 Jul 05:14
Compare
Choose a tag to compare

All dependencies updated

  • php updated to v7.3.7
  • symfony updated to v4.3.2
  • roadrunner updated to v1.4.6

v0.1.5

17 Jul 20:54
9522bbb
Compare
Choose a tag to compare
  • array with unique values generation improved

v0.1.4

29 Mar 05:24
10a50dc
Compare
Choose a tag to compare

#6 random float generation improved