Commit Graph

20 Commits (master)

Author SHA1 Message Date
Evgeny Poberezkin 32651b5cfd fix: compileAsync schema with multiple remote schemas and some recursive, fixes #801 2018-06-10 10:58:30 +01:00
Evgeny Poberezkin 15c6d07fe5 failing test for compileAsync, #801 2018-06-10 10:03:14 +01:00
Evgeny Poberezkin dad7132adf test: fix browser tests, replace id with $id 2017-12-02 19:35:57 +00:00
Evgeny Poberezkin ce62f117ee feat: use only $id by default, closes #641 2017-12-02 12:32:45 +00:00
Evgeny Poberezkin 84b0531e39 feat: async loading of meta-schema, #334 2016-11-08 00:49:29 +00:00
Evgeny Poberezkin f95b83d890 test: failing test for #334, async loading of meta-schema 2016-11-07 22:44:56 +00:00
Evgeny Poberezkin 2b2e64488b test: compileAsync tests using promises, #249 2016-10-17 23:25:29 +01:00
Evgeny Poberezkin f4a5f1005c refactor: compileAsync returns promise; loadSchema option must return promise, #249 2016-10-17 22:52:24 +01:00
Evgeny Poberezkin b853218249
style: eslint tests, closes #250 2016-07-28 00:50:30 +01:00
Evgeny Poberezkin 3f96062745 fix: ref resolution does not fail when it should; closes #220 2016-06-28 21:30:55 +01:00
Evgeny Poberezkin 5e7094754f test: failing test for issue #220 2016-06-28 21:09:04 +01:00
Evgeny Poberezkin 6a14e347c4 use new with Ajv constructor in tests and examples 2016-06-04 21:16:11 +01:00
Evgeny Poberezkin 2eef59dede minified browser bundle 2015-12-27 21:33:07 +00:00
Evgeny Poberezkin 65e534ee8b check/extend errors in inline custom keywords; tests for custom keywords creating errors 2015-11-21 23:12:03 +00:00
Evgeny Poberezkin cf136dc3f1 async test 2015-10-15 22:45:40 +01:00
Evgeny Poberezkin 845c7245ca fixed tests for IE9 and FF4 2015-10-15 21:10:37 +01:00
Evgeny Poberezkin 738e343ccf fixed reference resolution when multiple schema files are compiled, closes #50, closes #53 2015-10-02 22:06:00 +01:00
Evgeny Poberezkin a67b661e10 fixed #52 (compileAsync); loadSchema should be called only once for any schema; error is always passed via callback 2015-09-23 23:42:33 +01:00
Evgeny Poberezkin de3d3469fe fixed #51 (compileAsync); ensure that callback in compileAsync is always called asynchronously 2015-09-23 21:04:34 +01:00
Evgeny Poberezkin fe097794a9 asynchronous schema compilation with loading missing remote schemas using supplied function, #43, mulesoft-labs/osprey-mock-service#11 2015-09-03 00:17:50 +01:00