Skip to content
Snippets Groups Projects
Unverified Commit 24143a6d authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán Committed by GitHub
Browse files

Next rc16 (#471)

* Update CHANGELOG; clean README

* v0.5.0-rc16
parent 23e50894
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,7 @@ The latest `RC16` comes with some deprecations and breaking-changes towards `v0.
- `jsf.resolve()` is the async-version, with full dereferencing, given refs are also supported.
- **deprecated** — TypeScript sources are not longer used, however `d.ts` definitions will be updated on time.
Review here: https://github.com/json-schema-faker/json-schema-faker/pull/464
> Most _documentation_ from README.md was moved to `docs/` and it should have its own place there, on the website, or wiki pages, etc. This part is unclear yet, so any suggestion is welcome on the PR above.
> Usage info from README.md was moved to `docs/`, [read more](docs/).
## Contributors
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -13,7 +13,7 @@ The source code is intended to be available through `src` (for testing), but bun
- Standard `.js` and `.min.js` are emitted for browser usage, they're exported as `umd` without dependencies (`json-schema-ref-parser` and `jsonpath`)
- Also a single `.bundle.min.js` is generated containing both dependencies from above, also as `umd`
Generated sources are available as an [NPM dependency](https://www.npmjs.com/package/json-schema-faker) and through [UNPKG](https://unpkg.com/json-schema-faker@0.5.0-rc15/dist/).
Generated sources are available as an [NPM dependency](https://www.npmjs.com/package/json-schema-faker) and through [UNPKG](https://unpkg.com/json-schema-faker@0.5.0-rc16/dist/).
```js
import jsf from 'json-schema-faker';
......
{
"name": "json-schema-faker",
"version": "0.5.0-rc15",
"version": "0.5.0-rc16",
"description": "JSON-Schema + fake data generators",
"homepage": "http://json-schema-faker.js.org",
"main": "dist/json-schema-faker.cjs.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment