This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
Releases: DustinJSilk/qwik-urql
Releases · DustinJSilk/qwik-urql
v0.4.2
v0.4.1
- Fix exchange processing null fields in result data c20922f
- Improve exchange tests 0533728
- Add initial exchange test c25b2d8
- Remove stale wake-up triggers from exchange 627095a
- chore(deps): update pnpm to v7.17.0 (#51) c1e5cfe
- chore(deps): update dependency prettier to v2.8.0 (#50) 3dcb5e6
- Delete dependabot.yml ba24b02
- chore(deps): update dependency eslint-plugin-qwik to ^0.14.0 (#47) 9b0ed5d
- chore(deps): update dependency @builder.io/qwik-city to ^0.0.127 (#46) 8fdbbc7
- chore(deps): add renovate.json 0debcd1
v0.4.0
BREAKING CHANGES
- Query DocumentNodes must now be QRLs to be lazy loaded. See the readme or examples for how this works.
Changes
- Fix pnpm release script 280156e
- Lazy load query documents for improved performance 72d215f
- Add option to override default watch behaviour d75ce0a
- Add test for nested query data 1a6fd1a
- Improve useQuery types 6efb747
- fix broken lockfile f0b9151
- Switch to pnpm, add first useQuery test, improve types df44e26
- npm(deps-dev): bump typescript from 4.8.4 to 4.9.3 (#42) d7ee53b
- npm(deps-dev): bump @typescript-eslint/parser from 5.43.0 to 5.44.0 (#41) f19e1b0
- Set dependabot interval to daily c81d737
- npm(deps-dev): bump vite from 3.2.3 to 3.2.4 (#40) 625227b
- npm(deps-dev): bump @typescript-eslint/eslint-plugin (#39) 4b88108
- npm(deps-dev): bump eslint from 8.27.0 to 8.28.0 (#38) 0ca9297
- npm(deps-dev): bump @builder.io/qwik-city from 0.0.122 to 0.0.123 (#37) 1a187fe
- Update dependencies and fix workflow build 478dc31
- Use yarn in test workflow 89e6784
- Create test.yml dc5d832
- Add initial unit tests 1e6c4e6
- npm(deps-dev): bump @builder.io/qwik from 0.13.1 to 0.13.3 (#34) a434ee7
- npm(deps-dev): bump eslint-plugin-qwik from 0.13.1 to 0.13.3 (#33) 70a357f
- npm(deps-dev): bump @builder.io/qwik-city from 0.0.121 to 0.0.122 (#32) eb30c62
v0.3.0
- Use Urql subscriptions rather than multiple queries (#16) 3068e6b
- npm(deps-dev): bump eslint and @types/eslint (#23) 093eaba
- npm(deps-dev): bump @types/node from 18.11.0 to 18.11.4 (#22) 7a4ae35
- npm(deps-dev): bump @typescript-eslint/parser from 5.40.1 to 5.41.0 (#20) 08e9245
- Reuse Urql clients during SSR (#15) cc9f216
- Use Node 16 LTS and add .nvmrc (#14) f694d9a
- Run test API in browser to support codeflow (#13) f38402c
- bump @typescript-eslint/parser from 5.40.0 to 5.40.1 (#12) 2618f59
- npm(deps-dev): bump typescript from 4.8.3 to 4.8.4 (#8) 96d6f2c
- npm(deps-dev): bump @typescript-eslint/eslint-plugin (#11) c297c5d
- npm(deps-dev): bump eslint from 8.23.1 to 8.25.0 (#9) 24b642f
- npm(deps-dev): bump vite from 3.1.1 to 3.1.8 (#7) 7a6182e
- Use watch queries by default e82f54f
- Fix missing mutation error type 40884ed
- Deprecate WatchedOperationResult cd6cde4
- Fix prettier config 7224a60
v0.2.3
- Fix Qwik 0.11.1 & eslint errors + improve exchange a7b68c6
- Update @urql/exchange-graphcache b35146d
- npm(deps-dev): bump np from 7.6.1 to 7.6.2 (#5) 4ff8a33
- npm(deps-dev): bump eslint-plugin-qwik from 0.11.0 to 0.11.1 (#3) 78ce83b
- npm(deps-dev): bump @typescript-eslint/parser from 5.37.0 to 5.40.0 (#2) 0b1084c
- npm(deps-dev): bump @types/node from 18.8.3 to 18.11.0 (#1) 15a3493
- Update dependabot.yml 0e7c454
v0.2.2
V0.2.1
V0.2.0
V0.1.3
- Export types and fix srvice worker 7bf0497
V0.1.1
- Add an example and query/mutation context 9a5b042