Skip to content

Releases: pmcelhaney/counterfact

v1.1.7

18 Jan 21:28
278dcbd
Compare
Choose a tag to compare

Patch Changes

v1.1.6

18 Jan 03:22
e1b3d85
Compare
Choose a tag to compare

Patch Changes

v1.1.5

02 Jan 17:58
fcd2a7a
Compare
Choose a tag to compare

Patch Changes

  • 0a9df8f: also cast numbers (non-integers) and booleans to the right types at runtime
  • 2d229c6: correct runtime type of parameters for Swagger v2 (fixes #1116)

v1.1.4

23 Nov 00:15
9c49b1f
Compare
Choose a tag to compare

Patch Changes

  • 06bf54d: fixed an issue where $refs were not followed (#1089)

v1.1.3

17 Oct 16:23
37c07a6
Compare
Choose a tag to compare

Patch Changes

  • 707a0ec: Updates JSONSchemaFaker to have the fillProperties option false so it will not make up fake object properties

v1.1.2

15 Oct 10:54
178f4e7
Compare
Choose a tag to compare

Patch Changes

v1.1.1

10 Oct 19:24
6341934
Compare
Choose a tag to compare

Patch Changes

  • 1af9ec9: Fixes logic in module-tree when a path has multiple wildcard children at the same position

v1.1.0

03 Oct 01:15
e15e8fe
Compare
Choose a tag to compare

Minor Changes

  • c586ab8: minor change to REPL: if no action-related argument is passed (--generate, --watch, --serve, --repl), do all of the actions
  • e4e1009: If a path is defined at the root (/) it's mapped to index.ts

v1.0.2

02 Oct 18:10
e8450b6
Compare
Choose a tag to compare

Patch Changes

  • 2748fa2: fix: request body type is not found in OpenAPI 2 when consumes is in the root

v1.0.1

03 Aug 18:18
431baf1
Compare
Choose a tag to compare

Patch Changes

  • fcc9682: support arrays in JSON schema type property (#1005)