Skip to content

Releases: pmcelhaney/counterfact

v0.45.0

30 May 23:41
fe4e6fa
Compare
Choose a tag to compare

Minor Changes

  • 0bcf083: fix argument type for .json() (third time's a charm?)

v0.44.0

30 May 22:31
645d6a3
Compare
Choose a tag to compare

Minor Changes

  • 11518ab: New file structure - In preparation for the 1.0 release, paths has moved to routes; path-types and components are now under types. Counterfact will automatically migrate your code for you. We don't like making disruptive changes like this; this will be the last one for the foreseeable future.

v0.43.2

29 May 18:28
ae7614a
Compare
Choose a tag to compare

Patch Changes

  • b09fb59: fixed the type system to address that fact that json() handles multiple content types

v0.43.1

29 May 02:06
fbb62b7
Compare
Choose a tag to compare

Patch Changes

  • 9e285a5: reverted type change for .json() -- it had unintended consequences

v0.43.0

29 May 00:01
10c02d2
Compare
Choose a tag to compare

Minor Changes

  • 425e893: turn the proxy on or off for individual paths
  • 4fed190: expand the .json() shortcut to include variations of JSON and XML content types

v0.42.1

15 May 21:09
8c6b724
Compare
Choose a tag to compare

Patch Changes

  • 88adb61: fixes an issue where imports without a file extension were not transpiled properly

v0.42.0

09 May 19:59
761502d
Compare
Choose a tag to compare

Minor Changes

  • e355b66: Add command line options for granular control of the different parts of CF

v0.41.1

08 May 00:35
9e55c63
Compare
Choose a tag to compare

Patch Changes

  • ab15645: fix #898 hot reloading broken due to cache issues

v0.41.0

07 May 20:53
7141200
Compare
Choose a tag to compare

Minor Changes

  • 46bd016: option to run Counterfact without OpenAPI (#834)

Patch Changes

  • 1f44f3d: fixed #721: .proxy on / .proxy off commands in REPL have no effect

v0.40.2

06 May 18:56
b289e94
Compare
Choose a tag to compare

Patch Changes

  • b731a44: fix invalid TypeScript generated for recursive types