Guillaume Chau
|
e80d4fefa0
|
chore: ugprade sheep
|
2021-11-29 13:35:07 +01:00 |
|
Guillaume Chau
|
0c6bf94681
|
chore: upgrade sheep
|
2021-11-29 13:29:48 +01:00 |
|
Guillaume Chau
|
0e68a92996
|
chore: use sheep
|
2021-11-29 13:01:37 +01:00 |
|
Guillaume Chau
|
8f5c347b82
|
chore: use @akryum/gen-changelog
|
2021-11-29 12:06:27 +01:00 |
|
Guillaume Chau
|
a6ffbbc180
|
ci: create release with changelog
chore: update deps
ci: fix command
ci: fix missing install
ci: try fixing the changelog body
ci: debug env
ci: try fix changelog body
ci: changeloooooooooooog
ci: changelooooooooooooooooooooooog
ci: changelog meow
ci: new action!!!
ci: test changelog command
ci: use node 16
ci: meow
ci: test command
ci: fetch everything?
ci: simplify changelog
ci: bump cache
ci: simplify
|
2021-11-29 11:05:19 +01:00 |
|
Guillaume Chau
|
4d32175ed5
|
chore: changelog
|
2021-11-28 22:54:10 +01:00 |
|
Guillaume Chau
|
63675b624d
|
test(composable): error policy
|
2021-11-28 19:17:18 +01:00 |
|
Guillaume Chau
|
d3b78b2ac0
|
ci: fix tests
|
2021-11-28 17:53:28 +01:00 |
|
Guillaume Chau
|
0595bd393e
|
feat: upgrade dependencies
|
2021-11-28 17:37:38 +01:00 |
|
Guillaume Chau
|
696fffab77
|
docs: fix custom containers not working
|
2021-09-20 20:13:31 +02:00 |
|
Guillaume Chau
|
ad3f1dd11d
|
docs: update deps
|
2021-09-20 19:31:38 +02:00 |
|
Guillaume Chau
|
89aa996b82
|
chore: regen yarn.lock
|
2021-09-20 18:55:06 +02:00 |
|
Guillaume Chau
|
f4e2a14bba
|
chore: upgrade deps
|
2021-09-20 18:12:05 +02:00 |
|
Guillaume Chau
|
e0786acda0
|
fix: apollo-client 3.4 FetchMoreQueryOptions, closes #1252
|
2021-09-20 18:11:09 +02:00 |
|
Guillaume Chau
|
4475805cb6
|
fix(useResult): data => data deep required & non-nullable, closes #1250
|
2021-09-20 17:56:33 +02:00 |
|
Guillaume
|
182c2a0969
|
chore: regen yarn
|
2021-07-19 16:01:17 +02:00 |
|
Guillaume
|
f306027fde
|
chore: fix global test script
|
2021-07-05 00:59:39 +02:00 |
|
Guillaume
|
63775f2465
|
chore: fix build
|
2021-07-05 00:47:17 +02:00 |
|
Guillaume
|
5153498346
|
chore: fix docs build
|
2021-07-05 00:41:35 +02:00 |
|
Guillaume
|
c6d5409654
|
chore: upgrade deps
|
2021-07-04 22:22:39 +02:00 |
|
Guillaume
|
a2153f8985
|
chore: update package deps
|
2021-07-02 00:17:45 +02:00 |
|
Guillaume
|
bb0d8f38ef
|
types: new @vue/apollo-option types
|
2021-07-02 00:09:13 +02:00 |
|
Guillaume
|
8a70c95bf7
|
feat: options & components API for Vue 3
|
2021-07-01 19:49:07 +02:00 |
|
Guillaume Chau
|
9f2d0d7260
|
chore: refactor eslint config
|
2021-02-11 17:43:07 +01:00 |
|
Guillaume Chau
|
f81f2d4db2
|
fix: build
|
2021-02-11 16:43:00 +01:00 |
|
Guillaume Chau
|
fe5c925036
|
chore: update deps
|
2021-02-11 11:46:29 +01:00 |
|
Guillaume Chau
|
80ca54dd4f
|
chore: deps
|
2020-10-17 20:24:23 +02:00 |
|
Guillaume Chau
|
579146b8e4
|
test: disable eslint because it's crashing for no real reason
|
2020-10-17 19:58:49 +02:00 |
|
Guillaume Chau
|
61b4347dad
|
chore: added more eslint
|
2020-10-17 19:01:17 +02:00 |
|
Guillaume Chau
|
1e2ada624e
|
chore: deps
|
2020-10-17 18:32:23 +02:00 |
|
Guillaume Chau
|
dbcff5eb5f
|
test: sending messages
|
2020-10-17 13:03:30 +02:00 |
|
Guillaume Chau
|
9825e47ac2
|
test: fix
|
2020-10-17 12:20:46 +02:00 |
|
Guillaume Chau
|
aa5880c536
|
test: e2e vue3 + @vue/apollo-composable
|
2020-10-16 22:46:48 +02:00 |
|
Guillaume Chau
|
d8319ebd40
|
test: tailwindcss
|
2020-10-16 18:43:15 +02:00 |
|
Guillaume Chau
|
f3db4d9db5
|
test: init e2e composable vue3
|
2020-10-16 18:34:57 +02:00 |
|
Guillaume Chau
|
22baef509d
|
test: forgot to upgrade composition-api
|
2020-10-15 18:58:33 +02:00 |
|
Guillaume Chau
|
6bf19d442f
|
chore: update deps
|
2020-10-15 18:03:51 +02:00 |
|
Guillaume Chau
|
4db5303e23
|
refactor: use vue-demi to support vue 3
|
2020-07-27 17:32:54 +02:00 |
|
Hajime Mugishima
|
e8e8f542d2
|
fix: Update @vue/composition-api to v0.6.1 (#1000)
* chore: update deps
* fix(useMutation,useSubscription): use "immediate" option
* fix(type): paramToRef and paramToReactive
* fix: remove unused import
Co-authored-by: Guillaume Chau <guillaume.b.chau@gmail.com>
|
2020-07-27 17:12:27 +02:00 |
|
Guillaume Chau
|
f9c3f72900
|
chore: update composition-api
|
2019-12-02 03:29:57 +01:00 |
|
Guillaume Chau
|
d4348440e6
|
chore: update deps
|
2019-12-02 02:27:29 +01:00 |
|
Guillaume Chau
|
30267b297e
|
feat(composition): debounce + throttle
|
2019-12-01 22:54:48 +01:00 |
|
Guillaume Chau
|
9ac2783229
|
chore: deps update
|
2019-12-01 15:49:06 +01:00 |
|
Guillaume Chau
|
1760ad3461
|
chore: update deps
|
2019-11-29 11:19:03 +01:00 |
|
Guillaume Chau
|
7d748a00f9
|
docs: switch to GitHub sponsor
|
2019-11-29 11:05:15 +01:00 |
|
Guillaume Chau
|
377f421a26
|
feat: useQuery
|
2019-11-28 19:57:35 +01:00 |
|
Guillaume Chau
|
8bfd003d29
|
test: fix eslint false positives
|
2019-11-12 21:52:58 +01:00 |
|
Guillaume Chau
|
56f3ec62ba
|
refactor: move docs to workspace
|
2019-11-12 20:18:18 +01:00 |
|
Guillaume Chau
|
732081f52a
|
chore: lerna
|
2019-11-08 20:08:11 +01:00 |
|
Guillaume Chau
|
f7d1ff36e2
|
docs: upgrade to vuepress 1.x
|
2019-11-08 20:05:57 +01:00 |
|