Brian Bugh
|
9edcf2feb8
|
fix(type): useResult type inferring 'any' (#872)
|
2019-12-05 15:15:53 +01:00 |
|
Guillaume Chau
|
2a9ca9f7fa
|
v4.0.0-alpha.3
|
2019-12-04 16:36:08 +01:00 |
|
Guillaume Chau
|
280301f4ac
|
fix(useQuery): throttle & debounce not being applied initially
|
2019-12-04 16:35:48 +01:00 |
|
Guillaume Chau
|
947ceb1743
|
fix: enabled option for useQuery & useSubscription
|
2019-12-04 16:31:31 +01:00 |
|
Guillaume Chau
|
ff4c1630a6
|
v4.0.0-alpha.2
|
2019-12-04 15:54:40 +01:00 |
|
Guillaume Chau
|
ebea61eca6
|
fix: useXXXLoading() oldValue being undefined and triggering watcher
|
2019-12-04 15:54:04 +01:00 |
|
Guillaume Chau
|
39215877e9
|
feat(useMutation): overrideOptions
|
2019-12-04 15:49:44 +01:00 |
|
Guillaume Chau
|
8f3502f578
|
docs: fix missing language
|
2019-12-02 14:55:26 +01:00 |
|
Guillaume Chau
|
b0eb4ad3f9
|
docs: fix typos
|
2019-12-02 14:53:25 +01:00 |
|
Guillaume Chau
|
0d1e9c3d46
|
docs: fix userQuery => useQuery
|
2019-12-02 14:51:24 +01:00 |
|
Guillaume Chau
|
169d6b39bb
|
docs: fix broken links
|
2019-12-02 04:15:48 +01:00 |
|
Guillaume Chau
|
66546223a7
|
docs: fix broken link
|
2019-12-02 04:12:35 +01:00 |
|
Guillaume Chau
|
1bf955206a
|
fix(useQuery): do not use finally
|
2019-12-02 04:08:59 +01:00 |
|
Guillaume Chau
|
bf3a7e87dd
|
docs: fix import @vue/apollo-option
|
2019-12-02 04:04:03 +01:00 |
|
Guillaume Chau
|
151fbd2fc3
|
feat(useQuery): prefetch option
|
2019-12-02 03:59:38 +01:00 |
|
Guillaume Chau
|
b1cc1c9711
|
docs: ssr improvements & fixes
|
2019-12-02 03:58:44 +01:00 |
|
Guillaume Chau
|
049f5defa4
|
test: SSR composition API
|
2019-12-02 03:53:03 +01:00 |
|
Guillaume Chau
|
b4df941f28
|
fix(useQuery): immediate result
|
2019-12-02 03:49:16 +01:00 |
|
Guillaume Chau
|
4c72ff24c0
|
fix(useSubscription): don't start on server
|
2019-12-02 03:41:08 +01:00 |
|
Guillaume Chau
|
5d3b7dc598
|
feat(useQuery): SSR support
|
2019-12-02 03:40:18 +01:00 |
|
Guillaume Chau
|
e930f0cbff
|
fix(useQuery): isEnabled
|
2019-12-02 03:39:41 +01:00 |
|
Guillaume Chau
|
f9c3f72900
|
chore: update composition-api
|
2019-12-02 03:29:57 +01:00 |
|
Guillaume Chau
|
ab71f8742e
|
fix: ts error
|
2019-12-02 02:28:05 +01:00 |
|
Guillaume Chau
|
d4348440e6
|
chore: update deps
|
2019-12-02 02:27:29 +01:00 |
|
Guillaume Chau
|
75cd9e90d7
|
test: fix ssr tests
|
2019-12-02 02:11:19 +01:00 |
|
Guillaume Chau
|
ddb28e8b1d
|
docs: useLoading
|
2019-12-02 01:14:34 +01:00 |
|
Guillaume Chau
|
008e5f3fc8
|
feat: useLoading
|
2019-12-02 01:07:30 +01:00 |
|
Guillaume Chau
|
30267b297e
|
feat(composition): debounce + throttle
|
2019-12-01 22:54:48 +01:00 |
|
Guillaume Chau
|
f289394e90
|
fix: deps
|
2019-12-01 22:39:24 +01:00 |
|
Guillaume Chau
|
3f9eb596e9
|
refactor: split into @vue/apollo-ssr
|
2019-12-01 22:37:31 +01:00 |
|
Guillaume Chau
|
53c59fb12e
|
test: remove vue-apollo
|
2019-12-01 22:20:09 +01:00 |
|
Guillaume Chau
|
6e63246267
|
test: remove unused file
|
2019-12-01 22:19:20 +01:00 |
|
Guillaume Chau
|
f23d37c9f1
|
fix(components): main files
|
2019-12-01 22:15:18 +01:00 |
|
Guillaume Chau
|
f0816b2c17
|
docs: composition API reference
|
2019-12-01 20:15:18 +01:00 |
|
Guillaume Chau
|
06feb6762c
|
refactor: split vue-apollo into @vue/apollo-option & @vue/apollo-components
|
2019-12-01 19:33:36 +01:00 |
|
Guillaume Chau
|
de2749f63a
|
docs: wip cache interaction
|
2019-12-01 19:15:48 +01:00 |
|
Guillaume Chau
|
1249d7a804
|
docs: error handling
|
2019-12-01 19:13:22 +01:00 |
|
Guillaume Chau
|
ea652a0884
|
docs: fragments
|
2019-12-01 19:01:22 +01:00 |
|
Guillaume Chau
|
e7a8e8d10a
|
docs: pagination
|
2019-12-01 18:16:28 +01:00 |
|
Guillaume Chau
|
cdaadf3979
|
docs: subscriptions
|
2019-12-01 17:38:21 +01:00 |
|
Guillaume Chau
|
d73eac827b
|
feat(useQuery): fetchMore
|
2019-12-01 17:14:15 +01:00 |
|
Guillaume Chau
|
5ca557dfb3
|
docs(useMutation): link to options API reference
|
2019-12-01 17:07:33 +01:00 |
|
Guillaume Chau
|
3da8162b0f
|
test(useSubscription): watch result
|
2019-12-01 16:56:11 +01:00 |
|
Guillaume Chau
|
a9aa407b73
|
docs: use shell language
|
2019-12-01 16:36:07 +01:00 |
|
Guillaume Chau
|
90a53743ab
|
docs(useMutation): onDone example
|
2019-12-01 16:32:22 +01:00 |
|
Guillaume Chau
|
30edcea1b4
|
docs: note about NODE_ENV
|
2019-12-01 16:10:26 +01:00 |
|
Guillaume Chau
|
7b6c092f16
|
docs(useMutation): event hooks
|
2019-12-01 16:07:39 +01:00 |
|
Guillaume Chau
|
66647c8a11
|
docs(useQuery): event hooks
|
2019-12-01 16:04:32 +01:00 |
|
Guillaume Chau
|
e49931309c
|
docs: fixes and improvements
|
2019-12-01 15:49:12 +01:00 |
|
Guillaume Chau
|
9ac2783229
|
chore: deps update
|
2019-12-01 15:49:06 +01:00 |
|