-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.0.1 #7
Merged
Merged
0.0.1 #7
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered
nmathew98
added a commit
that referenced
this pull request
Mar 3, 2024
* 0.0.1 (#7) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * 0.0.2 (#13) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * 0.0.3 (#20) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * 1.0.0 (#23) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * 1.0.1 (#25) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * 1.0.2 (#27) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * 1.0.3 (#30) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * 1.0.4 (#33) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * 1.0.5 (#35) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * 1.0.6 (#37) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * 1.1.0 (#39) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * 1.2.0 (#44) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * feat: cancellable queries (#40) * chore: update readme (#42) * 1.2.0 * 1.3.0 (#50) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * feat: cancellable queries (#40) * chore: update readme (#42) * 1.2.0 * feat: suspense (#45) * feat: suspense * fix: suspense fetch before rendering * 1.3.0 * 1.3.1 (#54) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * feat: cancellable queries (#40) * chore: update readme (#42) * 1.2.0 * feat: suspense (#45) * feat: suspense * fix: suspense fetch before rendering * 1.3.0 * fix: suspense throw errors (#53) * 1.3.1 * 1.3.2 (#59) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * feat: cancellable queries (#40) * chore: update readme (#42) * 1.2.0 * feat: suspense (#45) * feat: suspense * fix: suspense fetch before rendering * 1.3.0 * fix: suspense throw errors (#53) * 1.3.1 * fix: suspense onChange, throw errors after invoking onError (#55) * chore: monorepo (#56) * chore: monorepo * chore: update github actions * chore: lint in ci/cd * Revert "chore: lint in ci/cd" This reverts commit 567b07e5cb6d29fefc5926e311923b7f8d63080c. * chore: lint in ci/cd * chore: run lint, test and build concurrently (#57) * feat: remove ability to manually handle broadcasts (#58) * v1.3.2 * 1.3.3 (#64) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * feat: cancellable queries (#40) * chore: update readme (#42) * 1.2.0 * feat: suspense (#45) * feat: suspense * fix: suspense fetch before rendering * 1.3.0 * fix: suspense throw errors (#53) * 1.3.1 * fix: suspense onChange, throw errors after invoking onError (#55) * chore: monorepo (#56) * chore: monorepo * chore: update github actions * chore: lint in ci/cd * Revert "chore: lint in ci/cd" This reverts commit 567b07e5cb6d29fefc5926e311923b7f8d63080c. * chore: lint in ci/cd * chore: run lint, test and build concurrently (#57) * feat: remove ability to manually handle broadcasts (#58) * v1.3.2 * fix: trigger rerender after dispatching a broadcasted update (#60) * fix: close broadcast channel (#61) * fix: early return if broadcast next is same as current (#62) * fix: early return if broadcast next is same as current. all listening channels receive a message even if on the same tab, and just reset to the next broadcasted state because otherwise we gotta determine if its an array and all * style: remove unused import * fix: only post next as a message * docs: add comment * fix: stablize id for each broadcaster, update some types, add pack script, fix issues with generated types (#63) * v1.3.3 * 1.4.0 (#69) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * feat: cancellable queries (#40) * chore: update readme (#42) * 1.2.0 * feat: suspense (#45) * feat: suspense * fix: suspense fetch before rendering * 1.3.0 * fix: suspense throw errors (#53) * 1.3.1 * fix: suspense onChange, throw errors after invoking onError (#55) * chore: monorepo (#56) * chore: monorepo * chore: update github actions * chore: lint in ci/cd * Revert "chore: lint in ci/cd" This reverts commit 567b07e5cb6d29fefc5926e311923b7f8d63080c. * chore: lint in ci/cd * chore: run lint, test and build concurrently (#57) * feat: remove ability to manually handle broadcasts (#58) * v1.3.2 * fix: trigger rerender after dispatching a broadcasted update (#60) * fix: close broadcast channel (#61) * fix: early return if broadcast next is same as current (#62) * fix: early return if broadcast next is same as current. all listening channels receive a message even if on the same tab, and just reset to the next broadcasted state because otherwise we gotta determine if its an array and all * style: remove unused import * fix: only post next as a message * docs: add comment * fix: stablize id for each broadcaster, update some types, add pack script, fix issues with generated types (#63) * v1.3.3 * refactor: rework types (#65) * refactor: rework types * refactor: splitting up types, accepting a refetch prop if refetchOnWindowFocus is true * chore: update lint rules * refactor: rearrange keys in base definitions to be in the same order * refactor: reducing use of any (#66) * refactor: reducing use of any * refactor: alias InitialValue and Data * chore: update package.json (#67) * refactor: label next as Data * chore: update package.json * chore: point main to umd version * refactor: update broadcast types * refactor: fixing up untagged refetch base options * refactor: any -> unknown for base options * refactor: using any instead of unknown, less errors for no reason (#68) * v1.4.0 * chore: merge master * 1.4.1 (#92) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * feat: cancellable queries (#40) * chore: update readme (#42) * 1.2.0 * feat: suspense (#45) * feat: suspense * fix: suspense fetch before rendering * 1.3.0 * fix: suspense throw errors (#53) * 1.3.1 * fix: suspense onChange, throw errors after invoking onError (#55) * chore: monorepo (#56) * chore: monorepo * chore: update github actions * chore: lint in ci/cd * Revert "chore: lint in ci/cd" This reverts commit 567b07e5cb6d29fefc5926e311923b7f8d63080c. * chore: lint in ci/cd * chore: run lint, test and build concurrently (#57) * feat: remove ability to manually handle broadcasts (#58) * v1.3.2 * fix: trigger rerender after dispatching a broadcasted update (#60) * fix: close broadcast channel (#61) * fix: early return if broadcast next is same as current (#62) * fix: early return if broadcast next is same as current. all listening channels receive a message even if on the same tab, and just reset to the next broadcasted state because otherwise we gotta determine if its an array and all * style: remove unused import * fix: only post next as a message * docs: add comment * fix: stablize id for each broadcaster, update some types, add pack script, fix issues with generated types (#63) * v1.3.3 * refactor: rework types (#65) * refactor: rework types * refactor: splitting up types, accepting a refetch prop if refetchOnWindowFocus is true * chore: update lint rules * refactor: rearrange keys in base definitions to be in the same order * refactor: reducing use of any (#66) * refactor: reducing use of any * refactor: alias InitialValue and Data * chore: update package.json (#67) * refactor: label next as Data * chore: update package.json * chore: point main to umd version * refactor: update broadcast types * refactor: fixing up untagged refetch base options * refactor: any -> unknown for base options * refactor: using any instead of unknown, less errors for no reason (#68) * v1.4.0 * chore(vue): vue init (#70) * feat(vue): useExecutionEnvironment (#71) * feat: useExecutionEnvironment * chore: update lockfile * chore: update tsconfig * feat(vue): use network mode (#72) * chore(vue): use network mode * fix: connectionStatus is computed * fix(vue): run a fetch on mounted also when determining network status (#73) * feat(vue): use remember scroll (#74) * feat(vue): qwery context (#75) * feat(vue): use qwery (#76) * feat(vue): use qwery roughly * refactor: tidy things up, use shallowReactive instead of ref * refactor: remove todos and if suspense then first check the crdt state and if not check the result (initial render) * chore(vue): update exports (#77) * fix(vue): health check initially even for ssr (#78) * fix(vue): check hasInjectionContext (#79) * refactor(vue): add use id composable (#80) * Revert "refactor(vue): add use id composable (#80)" (#82) This reverts commit 4af9f64acdb9f9e46c20bb9d3ab5aab522084c6b. * chore(vue): add api and redis from react, add example test (#83) * chore(vue): add api and redis from react, add example test * chore(vue): update pnpm-lock * chore(vue): revert change to tsconfig * test(vue): csr (#84) * test(vue): caches queries csr * chore(vue): revert change to tsconfig * test(vue): subscriptions, conditional queries, window focus * test(vue): onChange * test(vue): ssr (#85) * refactor(vue): normal args instead of object (#86) * test(vue): refactor, going with defineComponent (#87) * refactor(react): initializeCrdt -> initializeCRDT, remove refetch (#88) * refactor(vue): remove refetch (#89) * chore(react,vue): update clean script (#90) * chore: update readme (#91) * v1.4.1 * 1.4.2 (#96) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * feat: cancellable queries (#40) * chore: update readme (#42) * 1.2.0 * feat: suspense (#45) * feat: suspense * fix: suspense fetch before rendering * 1.3.0 * fix: suspense throw errors (#53) * 1.3.1 * fix: suspense onChange, throw errors after invoking onError (#55) * chore: monorepo (#56) * chore: monorepo * chore: update github actions * chore: lint in ci/cd * Revert "chore: lint in ci/cd" This reverts commit 567b07e5cb6d29fefc5926e311923b7f8d63080c. * chore: lint in ci/cd * chore: run lint, test and build concurrently (#57) * feat: remove ability to manually handle broadcasts (#58) * v1.3.2 * fix: trigger rerender after dispatching a broadcasted update (#60) * fix: close broadcast channel (#61) * fix: early return if broadcast next is same as current (#62) * fix: early return if broadcast next is same as current. all listening channels receive a message even if on the same tab, and just reset to the next broadcasted state because otherwise we gotta determine if its an array and all * style: remove unused import * fix: only post next as a message * docs: add comment * fix: stablize id for each broadcaster, update some types, add pack script, fix issues with generated types (#63) * v1.3.3 * refactor: rework types (#65) * refactor: rework types * refactor: splitting up types, accepting a refetch prop if refetchOnWindowFocus is true * chore: update lint rules * refactor: rearrange keys in base definitions to be in the same order * refactor: reducing use of any (#66) * refactor: reducing use of any * refactor: alias InitialValue and Data * chore: update package.json (#67) * refactor: label next as Data * chore: update package.json * chore: point main to umd version * refactor: update broadcast types * refactor: fixing up untagged refetch base options * refactor: any -> unknown for base options * refactor: using any instead of unknown, less errors for no reason (#68) * v1.4.0 * chore(vue): vue init (#70) * feat(vue): useExecutionEnvironment (#71) * feat: useExecutionEnvironment * chore: update lockfile * chore: update tsconfig * feat(vue): use network mode (#72) * chore(vue): use network mode * fix: connectionStatus is computed * fix(vue): run a fetch on mounted also when determining network status (#73) * feat(vue): use remember scroll (#74) * feat(vue): qwery context (#75) * feat(vue): use qwery (#76) * feat(vue): use qwery roughly * refactor: tidy things up, use shallowReactive instead of ref * refactor: remove todos and if suspense then first check the crdt state and if not check the result (initial render) * chore(vue): update exports (#77) * fix(vue): health check initially even for ssr (#78) * fix(vue): check hasInjectionContext (#79) * refactor(vue): add use id composable (#80) * Revert "refactor(vue): add use id composable (#80)" (#82) This reverts commit 4af9f64acdb9f9e46c20bb9d3ab5aab522084c6b. * chore(vue): add api and redis from react, add example test (#83) * chore(vue): add api and redis from react, add example test * chore(vue): update pnpm-lock * chore(vue): revert change to tsconfig * test(vue): csr (#84) * test(vue): caches queries csr * chore(vue): revert change to tsconfig * test(vue): subscriptions, conditional queries, window focus * test(vue): onChange * test(vue): ssr (#85) * refactor(vue): normal args instead of object (#86) * test(vue): refactor, going with defineComponent (#87) * refactor(react): initializeCrdt -> initializeCRDT, remove refetch (#88) * refactor(vue): remove refetch (#89) * chore(react,vue): update clean script (#90) * chore: update readme (#91) * v1.4.1 * types(react,vue): improve BaseQueryOptions (#94) * fix(vue): make dispatch a getter instead of a computed ref, cleaner usage (#93) * chore(react,vue): update readme (#95) * v1.4.2 * 1.4.3 (#102) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * feat: cancellable queries (#40) * chore: update readme (#42) * 1.2.0 * feat: suspense (#45) * feat: suspense * fix: suspense fetch before rendering * 1.3.0 * fix: suspense throw errors (#53) * 1.3.1 * fix: suspense onChange, throw errors after invoking onError (#55) * chore: monorepo (#56) * chore: monorepo * chore: update github actions * chore: lint in ci/cd * Revert "chore: lint in ci/cd" This reverts commit 567b07e5cb6d29fefc5926e311923b7f8d63080c. * chore: lint in ci/cd * chore: run lint, test and build concurrently (#57) * feat: remove ability to manually handle broadcasts (#58) * v1.3.2 * fix: trigger rerender after dispatching a broadcasted update (#60) * fix: close broadcast channel (#61) * fix: early return if broadcast next is same as current (#62) * fix: early return if broadcast next is same as current. all listening channels receive a message even if on the same tab, and just reset to the next broadcasted state because otherwise we gotta determine if its an array and all * style: remove unused import * fix: only post next as a message * docs: add comment * fix: stablize id for each broadcaster, update some types, add pack script, fix issues with generated types (#63) * v1.3.3 * refactor: rework types (#65) * refactor: rework types * refactor: splitting up types, accepting a refetch prop if refetchOnWindowFocus is true * chore: update lint rules * refactor: rearrange keys in base definitions to be in the same order * refactor: reducing use of any (#66) * refactor: reducing use of any * refactor: alias InitialValue and Data * chore: update package.json (#67) * refactor: label next as Data * chore: update package.json * chore: point main to umd version * refactor: update broadcast types * refactor: fixing up untagged refetch base options * refactor: any -> unknown for base options * refactor: using any instead of unknown, less errors for no reason (#68) * v1.4.0 * chore(vue): vue init (#70) * feat(vue): useExecutionEnvironment (#71) * feat: useExecutionEnvironment * chore: update lockfile * chore: update tsconfig * feat(vue): use network mode (#72) * chore(vue): use network mode * fix: connectionStatus is computed * fix(vue): run a fetch on mounted also when determining network status (#73) * feat(vue): use remember scroll (#74) * feat(vue): qwery context (#75) * feat(vue): use qwery (#76) * feat(vue): use qwery roughly * refactor: tidy things up, use shallowReactive instead of ref * refactor: remove todos and if suspense then first check the crdt state and if not check the result (initial render) * chore(vue): update exports (#77) * fix(vue): health check initially even for ssr (#78) * fix(vue): check hasInjectionContext (#79) * refactor(vue): add use id composable (#80) * Revert "refactor(vue): add use id composable (#80)" (#82) This reverts commit 4af9f64acdb9f9e46c20bb9d3ab5aab522084c6b. * chore(vue): add api and redis from react, add example test (#83) * chore(vue): add api and redis from react, add example test * chore(vue): update pnpm-lock * chore(vue): revert change to tsconfig * test(vue): csr (#84) * test(vue): caches queries csr * chore(vue): revert change to tsconfig * test(vue): subscriptions, conditional queries, window focus * test(vue): onChange * test(vue): ssr (#85) * refactor(vue): normal args instead of object (#86) * test(vue): refactor, going with defineComponent (#87) * refactor(react): initializeCrdt -> initializeCRDT, remove refetch (#88) * refactor(vue): remove refetch (#89) * chore(react,vue): update clean script (#90) * chore: update readme (#91) * v1.4.1 * types(react,vue): improve BaseQueryOptions (#94) * fix(vue): make dispatch a getter instead of a computed ref, cleaner usage (#93) * chore(react,vue): update readme (#95) * v1.4.2 * chore(react,vue): use shared types (#97) * chore(react,vue): bit of housekeeping, extracting out common types * chore(react): using common types in react package * fix(vue): void result of renderSsr * chore(react): cleaning up imports * chore(vue): migrate to shared types * chore(vue,react): update vite config * fix(vue,react): cache fetched initial value (#98) * chore: update readme (#99) * fix(vue,react): update cache on refetch (#100) * chore: update deps (#101) * v1.4.3 * 1.4.4 (#110) * feat: QweryProvider (#1) * feat: useQwery hook (#2) * feat: useQwery hook * fix: proxy onChange for when a Promise is not returned, so onSuccess is not triggered * chore: update readme (#3) * feat: subscriptions and polling (#4) * feat: useRememberScroll (#5) * feat: refetchOnWindowFocus (#6) * 0.0.1 * fix: awaiting initial value, either or can resolve to nullish (#8) * types: useQweryOptions (#9) * types: rough types for useQweryOptions * fix: with makeMonitoredFetch, if a fetch is not enabled then it returns void so don't initialize the crdt in this case. update useRememberScroll to not execute server side * chore: add vitest, react testing library, jsdom (#10) * test: adding test api and redis (#11) * test: add tests for useQwery, csr and ssr (#12) * test: add tests for useQwery, csr and ssr * chore: add gh actions * 0.0.2 * chore: cleanup and update vite to build as lib (#14) * chore: remove api.put (#15) * chore: update deps, update exports, update types (#16) * fix: effects don't run in ssr (#17) * fix: effects don't run in ssr so return initialValue if it is an object, up to client to await and use suspense or what not. also update renderSsr to remove window while calling ReactDOMServer * test: adding tests for async caches * style: remove unused import * types: update types * refactor: update QweryProvider * style: double quotes * fix: silence act errors (#18) * style: remove unused imports (#19) * 0.0.3 * chore: update readme (#21) * chore: update readme (#22) * 1.0.0 * chore: update export locations (#24) * 1.0.1 * chore: update README (#26) * 1.0.2 * chore: update readme (#28) * chore: update exports (#29) * 1.0.3 * fix: unsubscribe (#31) * fix: subscription return (#32) * 1.0.4 * fix: fix build output issues making react and other deps external, update subscribe and onWindowFocus (#34) * 1.0.5 * feat: to disable queries if offline (#36) * 1.0.6 * feat: add broadcast channel support (#38) * feat: add broadcast channel support * fix: broadcast the diff * 1.1.0 * feat: cancellable queries (#40) * chore: update readme (#42) * 1.2.0 * feat: suspense (#45) * feat: suspense * fix: suspense fetch before rendering * 1.3.0 * fix: suspense throw errors (#53) * 1.3.1 * fix: suspense onChange, throw errors after invoking onError (#55) * chore: monorepo (#56) * chore: monorepo * chore: update github actions * chore: lint in ci/cd * Revert "chore: lint in ci/cd" This reverts commit 567b07e5cb6d29fefc5926e311923b7f8d63080c. * chore: lint in ci/cd * chore: run lint, test and build concurrently (#57) * feat: remove ability to manually handle broadcasts (#58) * v1.3.2 * fix: trigger rerender after dispatching a broadcasted update (#60) * fix: close broadcast channel (#61) * fix: early return if broadcast next is same as current (#62) * fix: early return if broadcast next is same as current. all listening channels receive a message even if on the same tab, and just reset to the next broadcasted state because otherwise we gotta determine if its an array and all * style: remove unused import * fix: only post next as a message * docs: add comment * fix: stablize id for each broadcaster, update some types, add pack script, fix issues with generated types (#63) * v1.3.3 * refactor: rework types (#65) * refactor: rework types * refactor: splitting up types, accepting a refetch prop if refetchOnWindowFocus is true * chore: update lint rules * refactor: rearrange keys in base definitions to be in the same order * refactor: reducing use of any (#66) * refactor: reducing use of any * refactor: alias InitialValue and Data * chore: update package.json (#67) * refactor: label next as Data * chore: update package.json * chore: point main to umd version * refactor: update broadcast types * refactor: fixing up untagged refetch base options * refactor: any -> unknown for base options * refactor: using any instead of unknown, less errors for no reason (#68) * v1.4.0 * chore(vue): vue init (#70) * feat(vue): useExecutionEnvironment (#71) * feat: useExecutionEnvironment * chore: update lockfile * chore: update tsconfig * feat(vue): use network mode (#72) * chore(vue): use network mode * fix: connectionStatus is computed * fix(vue): run a fetch on mounted also when determining network status (#73) * feat(vue): use remember scroll (#74) * feat(vue): qwery context (#75) * feat(vue): use qwery (#76) * feat(vue): use qwery roughly * refactor: tidy things up, use shallowReactive instead of ref * refactor: remove todos and if suspense then first check the crdt state and if not check the result (initial render) * chore(vue): update exports (#77) * fix(vue): health check initially even for ssr (#78) * fix(vue): check hasInjectionContext (#79) * refactor(vue): add use id composable (#80) * Revert "refactor(vue): add use id composable (#80)" (#82) This reverts commit 4af9f64acdb9f9e46c20bb9d3ab5aab522084c6b. * chore(vue): add api and redis from react, add example test (#83) * chore(vue): add api and redis from react, add example test * chore(vue): update pnpm-lock * chore(vue): revert change to tsconfig * test(vue): csr (#84) * test(vue): caches queries csr * chore(vue): revert change to tsconfig * test(vue): subscriptions, conditional queries, window focus * test(vue): onChange * test(vue): ssr (#85) * refactor(vue): normal args instead of object (#86) * test(vue): refactor, going with defineComponent (#87) * refactor(react): initializeCrdt -> initializeCRDT, remove refetch (#88) * refactor(vue): remove refetch (#89) * chore(react,vue): update clean script (#90) * chore: update readme (#91) * v1.4.1 * types(react,vue): improve BaseQueryOptions (#94) * fix(vue): make dispatch a getter instead of a computed ref, cleaner usage (#93) * chore(react,vue): update readme (#95) * v1.4.2 * chore(react,vue): use shared types (#97) * chore(react,vue): bit of housekeeping, extracting out common types * chore(react): using common types in react package * fix(vue): void result of renderSsr * chore(react): cleaning up imports * chore(vue): migrate to shared types * chore(vue,react): update vite config * fix(vue,react): cache fetched initial value (#98) * chore: update readme (#99) * fix(vue,react): update cache on refetch (#100) * chore: update deps (#101) * v1.4.3 * chore(react,vue): update main entry point (#104) * chore(svelte): svelte init (#103) * chore: update gh actions (#105) * chore: pnpm lerna run instead of pnpx (#106) * types(vue,react): improve typing for UseQweryReturn (#107) * types(vue): improve typing for UseQweryReturn * types(react,vue): UseQueryReturnWithSuspense -> MaybePromise * chore(vue): tsx -> ts (#108) * chore(react,vue,svelte): make qwery-shared a dev dep (#109) * chore(react,vue,svelte): make qwery-shared a dev dep, getting install not found errors * chore(react,vue,svelte): relative link path * v1.4.4 * chore: remove extra files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.