3840 Commits

Author SHA1 Message Date
daffl
2dc8c8b235 feat(cli): Feathers Cloud integration 2022-12-16 12:01:57 -08:00
David Luecke
e3cedc8e00
fix(cli): Add unhandledRejection handler to generated index file (#2932) 2022-12-15 15:21:28 -08:00
Ashot Nazaryan
59c3b8d2a5
chore(docs): Add note about methods option (#2925) 2022-12-14 14:43:56 -08:00
daffl
3189c26dba chore: Update changelog 2022-12-14 11:41:50 -08:00
daffl
42cca600d0 chore(release): publish v5.0.0-pre.34 v5.0.0-pre.34 2022-12-14 11:40:34 -08:00
David Luecke
7088af64a5
feat(cli): Use separate patch schema and types (#2916) 2022-12-14 11:18:46 -08:00
David Luecke
df569183d1
fix(core): Allow services with no external methods (#2921) 2022-12-13 08:45:54 -08:00
philipimperato
d9449fa835
fix(schema): Check for undefined value in resolveQueryObjectId resolver (#2914) 2022-12-11 15:44:27 -08:00
fratzinger
d606ac660f
fix(core): context.type for around hooks (#2890) 2022-12-09 09:46:09 -08:00
David Luecke
801a503425
fix(authentication): Fix order of connection and login event handling (#2909) 2022-12-08 13:37:02 -08:00
Marshall Thompson
142914fc00
feat(docs): CLI and application structure guide (#2818) 2022-12-08 11:55:18 -08:00
David Luecke
9f712bf569
chore(dependencies): Update all dependencies (#2901) 2022-12-06 11:54:13 -08:00
David Luecke
9ddc2e6b02
feat(adapter): Add patch data type to adapters and refactor AdapterBase usage (#2906) 2022-12-05 22:06:41 -08:00
David Luecke
b66c734357
fix(schema): Allow query schemas with no properties, error on unsupported types (#2904) 2022-12-05 16:57:45 -08:00
Nils Bergmann
4ff1ed084e
fix(adapter-commons): multiple type definition issues (#2876) 2022-12-04 09:07:24 -08:00
David Luecke
7d03b57ae2
feat(schema): Virtual property resolvers (#2900) 2022-12-03 10:05:11 -08:00
David Luecke
834091c061
chore: Remove Deno build (#2903) 2022-12-02 09:08:06 -08:00
David Luecke
164d75c0f1
fix(core): Improve service option usage and method option typings (#2902) 2022-12-02 09:07:45 -08:00
Nikolai Schimke
31f9a127a4
chore(docs): Fix Guides url (#2868) 2022-11-27 20:51:58 -08:00
David Luecke
4ba0039078
fix(socketio): Disconnect socket on app disconnect event (#2896) 2022-11-27 15:05:16 -08:00
David Luecke
9db5e7adb0
fix(authentication-client): Improve socket reauthentication handling (#2895) 2022-11-27 09:28:29 -08:00
David Luecke
cfc6c7a6b9
fix(authentication-client): Remove access token for fatal 400 errors (#2894) 2022-11-25 13:07:37 -08:00
David Luecke
cc4e76726f
fix(authentication-client): Do not cache authentication errors (#2892) 2022-11-24 15:57:03 -08:00
David Luecke
4822c94981
feat(schema): Split resolver options and property resolvers (#2889) 2022-11-23 17:04:37 -08:00
David Luecke
59f3cdca63
fix(typebox): Improve query syntax defaults (#2888) 2022-11-23 17:04:28 -08:00
David Luecke
82ba2d1494
docs(faq): Update FAQ entries for v5 (#2883) 2022-11-23 17:04:17 -08:00
David Luecke
bddce89079
chore(tests): Fix Express application test (#2891) 2022-11-23 16:43:53 -08:00
David Luecke
5696000561
chore(tests): Add tracing information to debug flaky CLI test 2022-11-22 10:56:41 -08:00
Marshall Thompson
c901e8f1d9
chore(docs): Finalize home page copy (#2882) 2022-11-18 21:44:43 -08:00
Marshall Thompson
11ccaa19e6
docs(typebox): explain extended ajv configuration (#2881) 2022-11-18 15:48:58 -07:00
fratzinger
8f8088d9ca
docs(awesome): Use query-string url for search filters (#2843) 2022-11-18 13:49:23 -08:00
Marshall Thompson
7fa2012897
fix(cli): mongodb connection string for node 17+ (#2875) 2022-11-18 13:48:25 -08:00
Marshall Thompson
0b7b7ba952
docs(typo): fix variable name in query resolver 2022-11-15 09:24:37 -07:00
Marshall Thompson
7bb44ecf0f
docs(typebox): document string formats and custom options 2022-11-14 00:08:24 -07:00
Marshall Thompson
f8bb525a5d
docs(mongodb): update examples to latest CLI code 2022-11-14 00:08:24 -07:00
Marshall Thompson
212847b277
docs(typebox): add descriptions for all types (#2873) 2022-11-11 15:05:40 -07:00
Marshall Thompson
ca063040c3
docs(typebox): fix code examples for union 2022-11-11 11:16:50 -07:00
Marshall Thompson
f6f6b26abc
docs(config): fix branch name for “edit this page” link 2022-11-10 18:58:34 -07:00
Marshall Thompson
2b89e0b7fc
docs(theme): use slots instead of prepend hack (#2858) 2022-11-08 16:26:20 -07:00
daffl
bffb634dec chore: Update changelog 2022-11-07 20:15:54 -08:00
daffl
89f516bcb1 chore(release): publish v5.0.0-pre.33 v5.0.0-pre.33 2022-11-07 20:14:53 -08:00
David Luecke
6853277e1f
chore: Edit Readme and contribution templates (#2866) 2022-11-07 20:12:03 -08:00
Marshall Thompson
0249791571
docs(home): animate the sun and moon (#2865) 2022-11-05 23:46:04 -06:00
Marshall Thompson
24187bb138
docs(home): smoother transition from night to day (#2864) 2022-11-05 17:35:16 -06:00
Marshall Thompson
4f188fee93
docs(theme): show DatabaseSelect on all pages (#2863) 2022-11-05 17:24:34 -06:00
Marshall Thompson
911ababe2f
docs(home): Fine-tune the SVGs, transitions, layout (#2862) 2022-11-05 16:29:18 -06:00
Marshall Thompson
ab712e3519
chore: update readme with dove image (#2861) 2022-11-05 12:33:17 -06:00
Marshall Thompson
d1e458ecb9
chore(docs) typo (#2860) 2022-11-05 12:27:27 -06:00
Marshall Thompson
a6b2623b74
chore(docs) fix ecosystem page ssr mismatch (#2859)
Wraps the `Packages` component in a `ClientOnly` component
2022-11-05 12:25:58 -06:00
Marshall Thompson
a26fef65ba
docs(ecosystem) rename awesome to ecosystem (#2854) 2022-11-05 11:45:03 -06:00