Releases: pmcelhaney/counterfact
Releases · pmcelhaney/counterfact
v1.1.5
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
Patch Changes
- 06bf54d: fixed an issue where $refs were not followed (#1089)
v1.1.3
Patch Changes
- 707a0ec: Updates JSONSchemaFaker to have the fillProperties option false so it will not make up fake object properties
v1.1.1
Patch Changes
- 1af9ec9: Fixes logic in module-tree when a path has multiple wildcard children at the same position
v1.1.0
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
Patch Changes
- 2748fa2: fix: request body type is not found in OpenAPI 2 when consumes is in the root
v1.0.1
Patch Changes
- fcc9682: support arrays in JSON schema type property (#1005)