Releases: pmcelhaney/counterfact
Releases · pmcelhaney/counterfact
v0.5.0
Minor Changes
- 5e72a6c: CLI to generate TypeScript files
- de5e92b: use example values (if present) when generating random data
v0.4.0
Minor Changes
- ab38cb2: add a tools.randomFromSchema(schema: JSONSchema) function
v0.3.0
Minor Changes
- 406b907: Add a tools object that will be provided to the request
v0.2.0
Minor Changes
- 741e4fe: change path parameters from [this] to {this} for consistency with OpenAPI
- f237c38: proof of concept specifying routes with TypeScript and ts-node
Patch Changes
- 420cd52: return a 404 with a helpful error message when a handler for a route does not exist
- c11a475: allow the intial context (nee "store") to be passed as the second argument to
counterfact()