-
-
Notifications
You must be signed in to change notification settings - Fork 895
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ajv-validator/ajv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ajv-validator/ajv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 5 files changed
- 3 contributors
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5b715aa - Browse repository at this point
Copy the full SHA 5b715aaView commit details
Commits on Feb 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6bd9c45 - Browse repository at this point
Copy the full SHA 6bd9c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6926312 - Browse repository at this point
Copy the full SHA 6926312View commit details
Commits on Feb 16, 2021
-
fix: allow readonly arrays in interfaces
Before this change, a readonly array would be inferred as "object": ```ts interface TransactionInput { items: readonly { count: number, productId: string }[] } const transactionInputValidator = ajv.compile<TransactionInput>({ additionalProperties: false, properties: { items: { type: 'array' }, // <--- Error: TS wants this to be "object" }, required: ['items'], type: 'object' }) ``` Now this is properly inferred as "array".
Configuration menu - View commit details
-
Copy full SHA for 3468e93 - Browse repository at this point
Copy the full SHA 3468e93View commit details -
Merge pull request #1448 from LinusU/patch-1
fix: allow readonly arrays in interfaces
Configuration menu - View commit details
-
Copy full SHA for e63771c - Browse repository at this point
Copy the full SHA e63771cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d788f - Browse repository at this point
Copy the full SHA 77d788fView commit details
There are no files selected for viewing