Skip to content
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

Query outside routes #95

Merged
merged 31 commits into from
Jun 16, 2021
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9618c75
split up module from framework config
AlecAivazis May 22, 2021
da6030f
move test config defn to bottom of file
AlecAivazis May 22, 2021
65f8171
tests pass
AlecAivazis May 23, 2021
9e79836
internal api change
AlecAivazis May 23, 2021
6040129
fixed build errors for init command
AlecAivazis May 24, 2021
6a29572
dry up config file generator
AlecAivazis May 24, 2021
2a42598
merge
AlecAivazis May 24, 2021
9bca5f5
incorporate recent init changes
AlecAivazis May 24, 2021
288c405
dry preprocessor tests
AlecAivazis May 25, 2021
d396694
cleanup
AlecAivazis May 25, 2021
bb1d0a4
Merge branch 'main' into query-outside-routes
AlecAivazis May 25, 2021
b0830c7
rename cache internals
AlecAivazis May 28, 2021
6bbcdd0
distinguish routes from components
AlecAivazis May 30, 2021
14bbe44
wrap non-route queries in a component-only wrapper
AlecAivazis Jun 12, 2021
db59acd
merge
AlecAivazis Jun 12, 2021
79fd1c8
first pass at firing a query on mount
AlecAivazis Jun 12, 2021
35d99e6
added comment
AlecAivazis Jun 12, 2021
dbf83ac
better handling of null variable function
AlecAivazis Jun 12, 2021
3b8955c
add tests for component queries inside routes in a bare svelte app
AlecAivazis Jun 12, 2021
0a51f44
cleanup typedefs
AlecAivazis Jun 13, 2021
5257e8d
remove lastKnownVariables and fix lasting issue
AlecAivazis Jun 13, 2021
30d8ac3
deep-equal is not esm compatible
AlecAivazis Jun 13, 2021
c023cd3
fix bug causing stale variables to be used when updating a store's data
AlecAivazis Jun 13, 2021
5e34fba
merge
AlecAivazis Jun 13, 2021
97ef9ad
remove unused config
AlecAivazis Jun 13, 2021
656223e
tests pass
AlecAivazis Jun 13, 2021
cc931cf
remove unused import in example
AlecAivazis Jun 13, 2021
60c25c1
move variable computation into a separate reactive statement
AlecAivazis Jun 15, 2021
0ef64ab
document loading state
AlecAivazis Jun 15, 2021
2340069
update example config file
AlecAivazis Jun 15, 2021
7a026fb
add section for bare svelte apps and spa mode
AlecAivazis Jun 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused import in example
AlecAivazis committed Jun 13, 2021
commit cc931cf3d819886532eba39aeb736acab9d9d425
1 change: 0 additions & 1 deletion example/src/lib/ItemEntry.svelte
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@
import {
fragment,
mutation,
query,
graphql,
subscription,
ItemEntry_item,