- #315
4cf4b7fThanks @AlecAivazis! - parentID directive and arguments are now relative to object containing the decorated field
- #310
5cba9e2Thanks @alexlafroscia! - scrub variables only used by internal directives from query
- #306
fe79ff3Thanks @AlecAivazis! - Fixed bug when loading data inserted with mutation
- #299
83032d8Thanks @rmarscher! - add support for typescript 4.5
- #295
2c75823Thanks @fehnomenal! - Pass contents of page and session store to variable functions for component queries
- #296
1cce6a6Thanks @fehnomenal! - Load data for component query when nothing was cached
- #292
c6f5d60Thanks @fehnomenal! - Only generate after load types for queries
- #288
4c09abaThanks @fehnomenal! - Update dependencysvelte
- #292
c6f5d60Thanks @fehnomenal! - Pass variables toafterLoadhook
- #283
dd20142Thanks @AlecAivazis! - Fixed bug in component queries associated with the unloaded response fromload.
- #277
d010c3fThanks @AlecAivazis! - List operations no longer throw an exception if the list isn't found as well as a few improvements to the list caching strategy
- #275
baf233bThanks @AlecAivazis! - Fixed edge cases involving adding, removing, and deleting records back to back from in-memory cache"
- #273
2adabd7Thanks @AlecAivazis! - Consolidated all houdini packages under a single import. The preprocessor should now be imported fromhoudini/preprocess.
- #263
c5cce52Thanks @AlecAivazis! - Added support for non-standard IDs and paginated fragment queries
- #269
bfcd003Thanks @fehnomenal! - Execute multiple queries in parallel
- #266
b26cb5eThanks @fehnomenal! - FixafterLoaddata
- #259
d49c30aThanks @AlecAivazis! - fixes an issue when resolving the first layer in the cache