Closed gwardwell closed 1 year ago
Merging #22 (c3aaa53) into main (2ec75fe) will increase coverage by
0.07%
. The diff coverage is96.92%
.
@@ Coverage Diff @@
## main #22 +/- ##
==========================================
+ Coverage 96.84% 96.91% +0.07%
==========================================
Files 17 17
Lines 285 324 +39
Branches 88 106 +18
==========================================
+ Hits 276 314 +38
- Misses 9 10 +1
Files Changed | Coverage Δ | |
---|---|---|
src/schema/createLinkSchemaExtension.ts | 72.72% <50.00%> (-9.10%) |
:arrow_down: |
src/schema/generateFroidSchema.ts | 97.45% <98.33%> (+0.75%) |
:arrow_up: |
src/schema/constants.ts | 100.00% <100.00%> (ø) |
Description
Fixes
extend
and their fields@external
Adds
v1
or a validv2.x
version (examples:v2.1
,v2.3
, etc.). The default is stillv2.0
.BREAKING CHANGE
The version is no longer supplied as an enum. It is now supplied as a string, with
v1
or a validv2.x
version being accepted. Additionally, changes have been made to fix complex key schema generation. Users should take care to carefully validate their generated schema after updating.Type of Change
Checklist