-
- Downloads
Many small fixes (#512)
* Treat dist dir as binary, so the line endings are not normalized by git This allows to avoid annoying behaviour when you checkout repo and already have a diff which can't be reset * add necessary dev dependencies * clone should handle circular refs * fix handling nested allOf and oneOf with partial schema inside * improve noEmpty test helper * handle alwaysFakeOptionals + additionalProperties: false * Fix previously hidden failing test: can't alwaysFakeOptionals recursively * make npm test do what is supposed to do
Showing
- .gitattributes 1 addition, 1 deletion.gitattributes
- package.json 1 addition, 1 deletionpackage.json
- tests/schema/core/issues/all-of-one-of-nested.json 41 additions, 0 deletionstests/schema/core/issues/all-of-one-of-nested.json
- tests/schema/core/issues/issue-345.json 1 addition, 1 deletiontests/schema/core/issues/issue-345.json
- tests/schema/core/option/alwaysFakeOptionalsNoAdditional.json 33 additions, 0 deletions...s/schema/core/option/alwaysFakeOptionalsNoAdditional.json
- tests/schema/helpers.js 1 addition, 1 deletiontests/schema/helpers.js
- tests/unit/core/utils.spec.js 22 additions, 0 deletionstests/unit/core/utils.spec.js
Please register or sign in to comment