Skip to content

Releases: pmcelhaney/counterfact

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)

v1.0.0

01 Jul 18:01
0e003e5
Compare
Choose a tag to compare

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

01 Jul 10:46
3b18d1e
Compare
Choose a tag to compare

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

24 Jun 21:47
5c87423
Compare
Choose a tag to compare

Patch Changes

  • 33ccdbf: Update context-registry find logic for bug with mixed path casing

v0.45.1

06 Jun 17:28
288658f
Compare
Choose a tag to compare

Patch Changes

  • 4339e42: Fix paths to routes migration