Releases: pmcelhaney/counterfact
Releases · pmcelhaney/counterfact
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)
v1.0.0
Major Changes
Patch Changes
- e2f8ac8: replaced koa-proxy with koa-proxies to get rid of a deprecation warning (as it turns out, koa-proxies had a different deprecation, but I was able to fix it with patch-package; unfortunately none of the alternatives seem to be currently maintained)
v0.46.0
Minor Changes
- 48a0c78: ability at runtime for a context object to access other context objects
- c45fcba: New logo! It's not perfect, but the best I can do by myself. If you have graphic design skills, I could use some help cleaning it up.
v0.45.2
Patch Changes
- 33ccdbf: Update context-registry find logic for bug with mixed path casing
v0.45.1
Patch Changes
- 4339e42: Fix paths to routes migration