Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nested objects support #8

Merged
merged 3 commits into from
Dec 18, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* [ ] New feature (non-breaking change which adds functionality)
* [ ] Breaking change (fix or feature that would cause existing functionality to change)


### All Submissions:

* [ ] Have you followed the guidelines in our Contributing document?
Expand All @@ -19,4 +18,4 @@

* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Have you written new tests for your core changes, as applicable?
* [ ] Have you successfully ran tests with your changes locally?
* [ ] Have you successfully ran tests with your changes locally?
Sergej-Popov marked this conversation as resolved.
Show resolved Hide resolved
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If you find a bug, have a feature request or even want to contribute an enhancem

## If you find what looks like a bug:

* Check the [issue tracker](/justeat/ts-jsonschema-builder/issues "Issues") to see if anyone else has reported the issue.
* Check the [issue tracker](https://github.com/justeat/ts-jsonschema-builder/issues) to see if anyone else has reported the issue.
* Make sure you are using the latest version of builder
* If you are still having an issue, create an issue including:
* Information you will need to reproduce and diagnose the problem
Expand Down Expand Up @@ -36,4 +36,4 @@ In a nutshell:
license your work under the the terms of the Apache 2.0 license. A copy of this
license is provided in the root of the repository.

Please read our [Code of Conduct](CODE_OF_CONDUCT.md)
Please read our [Code of Conduct](CODE_OF_CONDUCT.md)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This builder takes advantage of TypeScript [Generics](https://www.typescriptlang

Builder is packaged as ECMAScript 5. This means it can be used in vanilla JS projects, but you will not get a rich IntelliSense support.

In beta, support is not complete. See below for what is supported.
V1 of the builder aims to implement Draft-V4
Builder aims to implement Draft-V4
See [wiki](https://github.com/justeat/ts-jsonschema-builder/wiki) for all supported features

![Builder demo](https://github.com/justeat/ts-jsonschema-builder/raw/master/assets/ts-schema-demo.gif)

Expand Down
Loading