Skip to content

Releases: subeeshcbabu-zz/swagmock

v0.0.5

11 Oct 23:33
Compare
Choose a tag to compare

v0.0.5

  • exclusive limit issue #27 and multipleOf max value enhancement #26
  • mock gen issue for type number with minimum =0 #28

v1.0.0

15 Sep 22:41
Compare
Choose a tag to compare

v1.0.0

Features

  • es6 support and node engine changed to 6.x
  • promise response if callback is not provided as an argument #20
  • option to set validated = true to generate mocks for already parsed api #24
  • parameter override at operation level #25

Bugfixes

  • exclusive limit issue #27 and multipleOf max value enhancement #26
  • mock gen issue for type number with minimum =0 #28

v1.0.0-alpha.1

13 Sep 18:32
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
Merge pull request #29 from subii/v1.x

V1.x

v0.0.4

09 Sep 19:03
Compare
Choose a tag to compare

v0.0.4

Features

  • #11 support additional format options as per json schema (uri, hostname, ipv4, ipv6)

Bugfixes

  • Fix the maxItems bug and add additional test cases - #16
  • Fix the issue - enum of type integer is not handled properly #21
  • Fix the issue - if example is wrong the mock generated is not as per schema #23

v0.0.2

27 Jun 21:42
Compare
Choose a tag to compare
version bump to 0.0.2

v0.0.2-alpha.1

27 Jun 21:41
Compare
Choose a tag to compare
v0.0.2-alpha.1 Pre-release
Pre-release
added request.path property

v0.0.1

27 Jun 21:39
Compare
Choose a tag to compare
vesrion bump

v0.0.1-alpha.1

27 Jun 21:37
Compare
Choose a tag to compare
v0.0.1-alpha.1 Pre-release
Pre-release
Initial commit