Jeremy Dorn
|
386cf13ccf
Change `vars` to `watch` and moved it to AbstractEditor. Fixes #55
|
11 年之前 |
Jeremy Dorn
|
7252eb5402
Add editor support for allOf and extends. Fixes #49
|
11 年之前 |
Jeremy Dorn
|
9b280754db
Add editor support for disallow. Fixes #62
|
11 年之前 |
Jeremy Dorn
|
2dfc663d55
Add support for additionalProperties and patternProperties. Fixes #46
|
11 年之前 |
jdorn
|
6fce4d886c
Revert example page to use bootstrap.
|
11 年之前 |
jdorn
|
335e0effe8
Show validation errors in the form. Fixes #43
|
11 年之前 |
Jeremy Dorn
|
81f3162ca3
Update README.md
|
11 年之前 |
jdorn
|
9592330374
Add enum support for booleans. Fixes #59
|
11 年之前 |
Jeremy Dorn
|
0f1783790f
Add support for editing markdown with EpicEditor. Fixes #57
|
11 年之前 |
Jeremy Dorn
|
60ffb283d6
Add support for SCEditor for WYSIWYG editing of HTML and BBCode. For #57
|
11 年之前 |
Jeremy Dorn
|
757ca7d9ac
Add support for custom validation. Fixes #58
|
11 年之前 |
jdorn
|
12f6dd07cf
Intelligently choose oneOf schema based on value being set. Fixes #56
|
11 年之前 |
jdorn
|
420cb2d9d0
Version bump.
|
11 年之前 |
jdorn
|
12c755d2d1
Add new `enum` editor that works for type `object` and `array`. Fixes #52
|
11 年之前 |
Jeremy Dorn
|
1aa734d46f
Add support for `oneOf` and better support for `type`. Fixes #48
|
11 年之前 |
Jeremy Dorn
|
f2a6502e44
Fix broken null editor.
|
11 年之前 |
Jeremy Dorn
|
7ac6f96746
Add editor support for min and max properties. Fixes #45
|
11 年之前 |
Jeremy Dorn
|
87b0dead8e
Add full support for `items` and `additionalItems` keywords. Fixes #47
|
11 年之前 |
Jeremy Dorn
|
8d00e10def
Add editor support for pattern, minLength, and maxLength. Fixes #50
|
11 年之前 |
Jeremy Dorn
|
7f4b9d771e
Fix bug with required version 3 support.
|
11 年之前 |
Jeremy Dorn
|
9f74d41441
Merge pull request #42 from jdorn/validator
|
11 年之前 |
jdorn
|
abd9cf44c7
Made the Validator class self contained.
|
11 年之前 |
jdorn
|
168f205ae2
Restructured readme to be more user friendly and logically laid out.
|
11 年之前 |
jdorn
|
6f37c6d53f
Add validator support for dependencies, disallow, and extends.
|
11 年之前 |
Jeremy Dorn
|
e834ddfede
Finished implementing validation, but still needs testing.
|
11 年之前 |
Jeremy Dorn
|
4594099e2f
Add beginnings of validator class.
|
11 年之前 |
jdorn
|
78f3bd2b17
Remove caveat about type support since we now support type arrays.
|
11 年之前 |
jdorn
|
e18b975a65
Add support for schemas with multiple types. Fixes #39
|
11 年之前 |
jdorn
|
c1b16554a3
Add support for minProperties and maxProperties. Fixes #38
|
11 年之前 |
Jeremy Dorn
|
2b4958bef7
Add support for `required` schema keyword. Fixes #37
|
11 年之前 |