Commit Graph

597 Commits

Author SHA1 Message Date
Guillaume Chau c0d2a8747f chore: fix license in package.json 2019-11-26 16:17:04 +01:00
Guillaume Chau 4bcb381894 v3.0.1 2019-11-26 16:09:06 +01:00
Guillaume Chau 19482fa199 fix: check errors.length 2019-11-26 16:07:15 +01:00
Mitar 1f15d603ec docs: Explain that simple subscriptions can be used for live queries. (#861)
When server supports that.
2019-11-26 15:44:46 +01:00
Guillaume Chau 708ce8d1ff test(ci): fix e2e tests 2019-11-26 15:40:54 +01:00
Guillaume Chau 81b8a4894a test(ssr): $apollo.queries.<query>.loading + interactive on client 2019-11-26 15:37:45 +01:00
Guillaume Chau e6cbaa2af4 fix: destroy apollo after render, closes #852 2019-11-26 15:30:18 +01:00
Guillaume Chau 8bfd003d29 test: fix eslint false positives 2019-11-12 21:52:58 +01:00
Guillaume Chau 3183cf7f4e test: fix 2019-11-12 20:18:28 +01:00
Guillaume Chau 56f3ec62ba refactor: move docs to workspace 2019-11-12 20:18:18 +01:00
Guillaume Chau a62612d25f test(unit): fix safe JS assertion 2019-11-08 20:14:43 +01:00
Guillaume Chau e51dbe579d fix: gitignore 2019-11-08 20:13:24 +01:00
Guillaume Chau 3b493de272 chore: fix gitignore 2019-11-08 20:12:33 +01:00
Guillaume Chau f9fc93cf51 chore: fix test script 2019-11-08 20:11:56 +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
Guillaume Chau 7187f05899 refactor: mono-repo 2019-11-08 19:59:27 +01:00
Guillaume Chau fdc500c553 docs(readme): fix circleci badge 2019-10-24 13:29:46 +02:00
Gao Yingjian 041877dec2 docs: sync Chinese doc to 3.0.0 (#841)
* docs: sync Chinese doc to 3.0.0-rc.5

* docs: sync Chinese doc to 3.0.0-rc.7

* docs: sync Chinese doc to 3.0.0
2019-10-23 08:34:03 +02:00
Guillaume Chau fd1c17c578 docs(readme): update docs link 2019-10-21 21:06:36 +02:00
Guillaume Chau c36e334a9a docs(readme): fix build status badge 2019-10-21 13:22:55 +02:00
Guillaume Chau 0a0d6ba404 chore: v3.0.0 2019-10-21 13:21:28 +02:00
Guillaume Chau 8a55533c2c docs(readme): docs link 2019-10-21 13:18:42 +02:00
Guillaume Chau 428b5cbc13 docs(readme): move link 2019-10-21 13:17:57 +02:00
Guillaume Chau a35f50d2fe docs(readme): contributing guide 2019-10-21 13:16:59 +02:00
Guillaume Chau 5420630420 chore: add test:ssr to test script 2019-10-21 13:16:29 +02:00
Guillaume Chau 4d1526836c Create CONTRIBUTING.md 2019-10-21 13:15:59 +02:00
Guillaume Chau dc138f2396 chore: Create CODE_OF_CONDUCT.md (#839) 2019-10-21 13:13:30 +02:00
Guillaume Chau 87785af2b7 chore: Update issue templates 2019-10-21 13:12:31 +02:00
Guillaume Chau b95388fbce fix: security issue 2019-10-21 13:06:52 +02:00
Guillaume Chau 198b38330a test(e2e): manual add smart query: loadingKey 2019-10-21 12:42:44 +02:00
Guillaume Chau 14ea90a1cf fix(ci): generate schema files 2019-10-21 12:29:09 +02:00
Guillaume Chau 4f9bba48c2 test(ci): fix yarn cache id 2019-10-21 12:22:05 +02:00
Guillaume Chau 73e970ab81 test(ci): fix install 2019-10-21 12:18:56 +02:00
Guillaume Chau 6afceecd32 test(e2e): SSR 2019-10-21 12:15:25 +02:00
Guillaume Chau af0b69d7e3 Merge branch 'dev' of github.com:Akryum/vue-apollo into dev 2019-10-21 11:28:27 +02:00
Guillaume Chau c3b840c368 fix(ssr): memory leak, closes https://github.com/nuxt-community/apollo-module/issues/231 2019-10-21 11:28:06 +02:00
dependabot-preview[bot] 94bbb52c84 chore(deps-dev): bump vue-cli-plugin-apollo in /tests/demo
Bumps [vue-cli-plugin-apollo](https://github.com/Akryum/vue-cli-plugin-apollo) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/Akryum/vue-cli-plugin-apollo/releases)
- [Commits](https://github.com/Akryum/vue-cli-plugin-apollo/compare/v0.21.1...v0.21.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-21 04:58:58 +00:00
dependabot-preview[bot] b7e214bf87 chore(deps-dev): bump rollup from 1.24.0 to 1.25.1
Bumps [rollup](https://github.com/rollup/rollup) from 1.24.0 to 1.25.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v1.24.0...v1.25.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-21 04:25:20 +00:00
Guillaume Chau 7733edc1a9 test(e2e): rename test.js to chat.js 2019-10-20 16:28:26 +02:00
Guillaume Chau 8da4777452 test(e2e): errorPolicy support 2019-10-20 16:28:05 +02:00
Guillaume Chau ae4713e32a fix(smart query): handling errorPolicy, closes #526 2019-10-20 16:18:36 +02:00
Guillaume Chau ef9c7a0af0 docs(smart query): new error args 2019-10-20 15:56:57 +02:00
Guillaume Chau 932c5b90a7 feat(errorHandler): added options arg 2019-10-20 15:54:33 +02:00
Guillaume Chau aea6c938cb feat(errorHandler): added vm, key, type arguments 2019-10-20 15:03:12 +02:00
Guillaume Chau b7642cd2a5 fix(ts): DataDef not defined error?!? 2019-10-20 01:36:08 +02:00
Guillaume Chau d88249204f fix(ts): import gql files, closes https://github.com/Akryum/vue-cli-plugin-apollo/issues/180 2019-10-20 01:17:19 +02:00
Guillaume Chau edb272dd16 chore(e2e): lint use recommended 2019-10-19 16:40:49 +02:00
Guillaume Chau a4ee099f6f chore(e2e): upgrade vue-cli 2019-10-19 16:40:36 +02:00
dependabot-preview[bot] 4f9bd2786c chore(deps): bump marked from 0.5.2 to 0.7.0 in /tests/demo (#770)
Bumps [marked](https://github.com/markedjs/marked) from 0.5.2 to 0.7.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](https://github.com/markedjs/marked/compare/v0.5.2...v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-19 15:39:27 +02:00