This repository was archived by the owner on Nov 8, 2024. It is now read-only.
3 files changed
+8
-2
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 |
| |
4 | 10 |
| |
5 | 11 |
| |
|
- CHANGELOG.md+17
- ext/snowcrash/ext/markdown-parser/src/ByteBuffer.cc+4
- src/ElementData.h+1
- src/MsonTypeSectionToApie.cc+31-1
- src/RefractDataStructure.cc+101-61
- src/SerializeResult.cc+1-1
- src/Version.h+1-1
- src/refract/ElementSize.cc+5-2
- src/refract/ElementUtils.cc+3-4
- src/refract/ElementUtils.h+1-1
- src/refract/JsonSchema.cc+8-5
- src/refract/JsonValue.cc+12-6
- src/refract/Registry.cc+38-17
- src/refract/Registry.h+8-4
- test/fixtures/mson/enum-variants.apib+1-1
- test/fixtures/mson/enum-variants.json+9-73
- test/fixtures/mson/issue-749-1.apib+8
- test/fixtures/mson/issue-749-1.json+169
- test/fixtures/mson/issue-749-2.apib+8
- test/fixtures/mson/issue-749-2.json+169
- test/fixtures/mson/issue-752.apib+9
- test/fixtures/mson/issue-752.json+231
- test/fixtures/syntax/issue-755.apib+10
- test/fixtures/syntax/issue-755.json+276
- test/test-RefractDataStructureTest.cc+3
- test/test-SyntaxIssuesTest.cc+1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments