forked from YousefED/typescript-json-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
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
upgrade version #1
Open
shir-lavi
wants to merge
44
commits into
arpeely:master
Choose a base branch
from
YousefED:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Include Title in referenced definitions * Tests update --------- Co-authored-by: Sean Jonker <[email protected]>
path-equal < 1.2 had a phantom dependency to tslib (unional/path-equal#57), which is not a problem if your project is written in TypeScript. However, if you're flying with vanilla JS or JS with JSDocs with TypeScript, it will fail if you don't have tslib installed.
* compatibility to draft 07 * undefined and symbol test * skip validation * update docs * undefined main type test * better handling at enum value * remove unnecessary changes * remove unnecessary changes * fix error type * remove unnecessary changes * remove unnecessary changes * remove unnecessary changes * disable switch * unit test * ignore undefined * check if incloud undefined or void for requierd * never * Revert "never" This reverts commit ac039da. * type-alias-never * update docs * type-alias-never * readme * remove unnecessary changes --------- Co-authored-by: netanel-mce <[email protected]>
In the case of a single union, we were just copying all properties across. This can overwrite a pre-existing field, in particular a more-specific description that has been specified on some including type. This came up in a project where enabling `strictNullChecks` caused a bunch of descriptions to change for seemingly no reason.
* allow-extra-props-where-pattern-properties-not-empty * object mapped and other keys * docs * remove unnecessary changes * remove unnecessary changes 2 * remove unnecessary changes 3 * remove unnecessary changes 4 * fix auto test * fix comment * 0.60.0 * Back to 0.59.0 --------- Co-authored-by: netanel-mce <[email protected]>
…571) * add constAsEnum flag to convert constant values in properties to single value enum * fix lint
* remove enum sorting * fix enum tests by updating the order of enums in assertions
* Support bigint * Update typescript-json-schema.ts --------- Co-authored-by: Dominik Moritz <[email protected]>
* fix: escape special characters in string template literals * fix: wrong quoting --------- Co-authored-by: Andreas Hochsteger <[email protected]>
…orators (#606) Co-authored-by: kriz <[email protected]>
This library is not deprecated or archived. It still works fine and we are reviewing pull requests and make releases. The core maintainers just don't actively invest in new features.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please:
Readme.md