Skip to content
Snippets Groups Projects
Commit 36cd534c authored by Alvaro Cabrera's avatar Alvaro Cabrera Committed by Tomasz Ducin
Browse files

Save this note for next minor releases

parent e9bf8c74
No related branches found
No related tags found
No related merge requests found
UPCOMING v0.3:
changes:
- faker and chance are not longer required as dependencies
UPCOMING:
changes:
- inline code docs + module separation
v0.2.11: v0.2.11:
date: 2016-02-13 date: 2016-02-13
changes: changes:
......
...@@ -238,6 +238,11 @@ You can also use standard JSON Schema keywords, e.g. `pattern`: ...@@ -238,6 +238,11 @@ You can also use standard JSON Schema keywords, e.g. `pattern`:
} }
``` ```
**BREAKING CHANGES**
> Since `0.3.0` the `faker` and `chance` dependencies aren't shipped by default,
> in order to use both generators you MUST install them with `npm install faker chance --save`.
## Custom formats ## Custom formats
Additionally, you can add custom generators for those: Additionally, you can add custom generators for those:
......
...@@ -31,16 +31,16 @@ ...@@ -31,16 +31,16 @@
"bugs": "https://github.com/json-schema-faker/json-schema-faker/issues", "bugs": "https://github.com/json-schema-faker/json-schema-faker/issues",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chance": "^1.0.0",
"deref": "^0.6.3", "deref": "^0.6.3",
"faker": "^3.0.1",
"randexp": "^0.4.2" "randexp": "^0.4.2"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^13.0.0", "browserify": "^13.0.0",
"chance": "^1.0.0",
"clone": "^1.0.2", "clone": "^1.0.2",
"codecov": "^1.0.1", "codecov": "^1.0.1",
"eslint": "^2.0.0", "eslint": "^2.0.0",
"faker": "^3.0.1",
"fs-extra": "^0.26.5", "fs-extra": "^0.26.5",
"glob": "^7.0.0", "glob": "^7.0.0",
"istanbul": "^0.4.2", "istanbul": "^0.4.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment