From 23e5089487d9c91c96b992c784f85cf9d54d08f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Cabrera=20Dur=C3=A1n?= <pateketrueke@gmail.com> Date: Mon, 1 Oct 2018 20:48:59 -0500 Subject: [PATCH] Update CHANGELOG; clean README --- CHANGELOG | 10 ++++++++++ README.md | 11 ++++------- docs/USAGE.md | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9706954f..301ec243 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +v0.5.0-rc16 + date: 2018-10-01 + changes: + - Upgrade build scripts + - Dropped cleanup() calls + - Dropped TypeScript from sources + - Fixed several fixes and added new options + - Deprecate `jsf()` calls, use `jsf.generate()` + - Add support for `$id` and `const` keywords + - Add few common formats from draft-06 v0.5.0-rc15 date: 2018-04-07 changes: diff --git a/README.md b/README.md index 09072b61..5abf1a36 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ - - [](https://github.com/json-schema-faker/json-schema-faker) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8MXLRJ7QQXGYY) @@ -44,9 +42,8 @@ Review here: https://github.com/json-schema-faker/json-schema-faker/pull/464 We have a [gitter room](https://gitter.im/json-schema-faker) for this project, if you want contribute, talk about specific issues from the library, or you need help on json-schema topics just reach us! -Have some ♥ for JSON-Schema-Faker? You can support the project via: +Please take a look at [the technical documentation page](docs/). -- [Open Collective](https://opencollective.com/json-schema-faker/donate) -- [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8MXLRJ7QQXGYY) - -Take a look at [the technical documentation page](docs/). +> If you think `json-schema-faker` is adding value on what you're doing please consider [buying me a coffee](http://ko-fi.com/pateketrueke). +> +> Also, you can support the project via [Open Collective](https://opencollective.com/json-schema-faker/donate). diff --git a/docs/USAGE.md b/docs/USAGE.md index 97149dce..ed1ecc03 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -430,7 +430,7 @@ Below is the list of JSON Schema validation properties and the inferred type bas - **integer** — `exclusiveMaximum`, `exclusiveMinimum`, `maximum`, `minimum` and `multipleOf` - **number** — same as above - **object** — `additionalProperties`, `dependencies`, `maxProperties`, `minProperties`, `patternProperties`, `properties` and `required` -- **string** — `maxLength`, `minLength` and `pattern` +- **string** — `maxLength`, `minLength`, `pattern` and `format` ## Resources -- GitLab