Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
| | | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) | ||
* | Add no-shadow | toasted-nutbread | 2020-02-22 |
| | |||
* | Fix init | toasted-nutbread | 2020-02-02 |
| | |||
* | Improve schema path when using getPropertySchema | toasted-nutbread | 2020-02-02 |
| | |||
* | Update how property schemas are returned | toasted-nutbread | 2020-02-02 |
| | |||
* | Fix missing else | toasted-nutbread | 2020-02-02 |
| | |||
* | Add improved error information when validation fails | toasted-nutbread | 2020-02-02 |
| | |||
* | Fix ifSchema | toasted-nutbread | 2020-02-02 |
| | |||
* | Fix conditional logic | toasted-nutbread | 2020-02-02 |
| | |||
* | Update schema validation to throw errors | toasted-nutbread | 2020-02-02 |
| | |||
* | getSchemaOrValueType return null | toasted-nutbread | 2020-02-02 |
| | |||
* | Fix maxLength check | toasted-nutbread | 2020-02-02 |
| | |||
* | Improve getPropertySchema's type detection | toasted-nutbread | 2020-02-02 |
| | |||
* | Add validate on JsonSchema | toasted-nutbread | 2020-02-02 |
| | |||
* | Improve support for array schemas | toasted-nutbread | 2020-02-02 |
| | |||
* | Return unconstrained schema when additionalProperties is true/undefined | toasted-nutbread | 2020-02-02 |
| | |||
* | Add support for conditionals | toasted-nutbread | 2020-02-02 |
| | |||
* | Add support for allOf, anyOf, oneOf, and not | toasted-nutbread | 2020-02-02 |
| | |||
* | Add simplified isObject test | toasted-nutbread | 2020-02-02 |
| | |||
* | Update license info URL | toasted-nutbread | 2020-01-01 |
| | |||
* | Update copyright | toasted-nutbread | 2020-01-01 |
| | |||
* | Fix schema defaults not applying to arrays | toasted-nutbread | 2019-12-29 |
| | |||
* | Create proxy system for json schema validation | toasted-nutbread | 2019-12-29 |