18 Commits

Author SHA1 Message Date
64f8698665 ignore $schema definition (#1324)
* ignore $schema definition

* added tests that verify $schema node is ignored

* reduced schema ignore tests (copied from other tests)

---------

Co-authored-by: Eric Newton <eric.newton@centralsquare.com>
2023-03-21 22:22:55 +01:00
ed2767416a chore: lint 2023-02-22 22:34:39 +01:00
f457b098b1 Fix CI failure caused by #1394 (#1406) 2023-02-18 02:52:14 +01:00
e371afd9bb Display type correctly for array if obj passed as an array (#1394)
* Display type correctly for array if obj passed as an array

* Narrow the test case for `should throw an error if data is an array`
2023-02-14 05:06:04 +01:00
edfdddddae test: fix errors 2021-08-02 02:51:48 +02:00
f1621c38fe lint 2020-11-15 23:50:27 +01:00
7ce599c502 Update all dependencies and lint fix 2020-02-12 03:30:19 +01:00
fa9aa517f9 Remove webpack devDependencies and drop IE11 support for the homepage 2020-02-12 02:51:18 +01:00
574cb817dc Fix default options for router 2020-02-12 00:17:49 +01:00
ae1428375d Fix for multiple _ne operators (#1013)
When filtering with multiple _ne it should use logical AND instead of OR to verify that all checks succeed, close #929
2019-09-02 18:30:35 +02:00
cc7f492d8f Fix deprecated code 2018-12-25 23:56:35 +01:00
d1cece30a4 Refactor test 2018-12-25 23:51:12 +01:00
dde5636bdb Add option to singular routes 2018-12-25 23:47:35 +01:00
49f5583c37 Merge branch 'master' of https://github.com/typicode/json-server 2018-12-25 23:31:19 +01:00
bbc2011ec3 Add option to plural routes 2018-12-25 23:29:08 +01:00
59ef199d16 Fix lint errors 2018-11-14 10:48:49 +01:00
165b6475d3 Upgrade dependencies and fix tests 2018-11-14 10:44:49 +01:00
4c292dfa06 Jest (#792) 2018-06-04 12:42:09 +02:00