toasted-nutbread
|
52aa92208c
|
Fix set/deleteProperty not allowing array splicing (#1713)
* Fix set/deleteProperty not allowing array splicing
* Update tests
|
2021-05-26 21:08:24 -04:00 |
|
toasted-nutbread
|
900bceda47
|
Fix json schema array properties (#1709)
* Fix proxy array properties being handled incorrectly
* Add tests to check array properties
|
2021-05-24 18:53:42 -04:00 |
|
toasted-nutbread
|
54e102f343
|
Json schema ref support (#1708)
* Add basic support for JSON schema $ref
* Add tests
|
2021-05-23 15:49:25 -04:00 |
|
toasted-nutbread
|
d16739a83a
|
Json schema validation improvements (#1697)
* Create new JsonSchema class
* Add proxy handler
* Update tests
* Update validation scripts
* Update backend
* Update audio downloader
* Update options util
* Update dictionary importer
* Update json schema file reference
* Remove old json-schema.js
* Rename new json-schema.js
* Update file names
* Rename class
|
2021-05-22 15:45:20 -04:00 |
|
toasted-nutbread
|
cb0e8ef235
|
Remove log, clone test value before use (#1695)
|
2021-05-22 15:19:52 -04:00 |
|
toasted-nutbread
|
1096bbfa33
|
Update schema tests (#1693)
* Update helper functions
* Rename file
* Update deleteProperty
* Add some basic proxy tests
|
2021-05-22 14:01:32 -04:00 |
|