README.md in fakeit-0.8.1 vs README.md in fakeit-0.9.0

- old
+ new

@@ -33,10 +33,11 @@ * Randomly or statically generated response (`application/.*json`) * Request validation (`application/.*json`, `multipart/form-data`) * Load specification from local or remote * Support hot reload local specification * Support specification in yaml or json format +* [Experimental] Support plain text and binary response, e.g. `application/pdf` ## Installation Install it with: @@ -64,10 +65,16 @@ other options: -v, --version -h, --help +**Notes:** +* See [here](docs/random.md) for Openapi properties supported in random response generation +* See [here](docs/static.md) for default value in static response generation +* Regarding `--use-example` mode, property without example specified will still be randomly or statically generated +* Random response generation can not handle recursive schema reference. If you do need it in your spec file, please provide `example` property for the recursive part of schema and specify `--use-example` option. + ### Configuration endpoint Mock server behaviour can be changed on the fly Retrieve current config: @@ -90,15 +97,9 @@ "static_properties": [ "id" ] } ``` - -**Notes:** -* See [here](docs/random.md) for Openapi properties supported in random response generation -* See [here](docs/static.md) for default value in static response generation -* Regarding `--use-example` mode, property without example specified will still be randomly or statically generated -* Random response generation can not handle recursive schema reference. If you do need it in your spec file, please provide `example` property for the recursive part of schema and specify `--use-example` option. ## Development After checking out the repo, run `bundle install` to install dependencies. Then, run `rake` to run the tests.