Releases: HoudiniGraphql/houdini
[email protected]
[email protected]
[email protected]
🐛 Fixes
-
#702
83d9340
Thanks @sjcobb2022! - FIX: type imports not generated correctly for non-fetching endpoints -
#703
cb29530
Thanks @AlecAivazis! - Remove unused functions in runtime
[email protected]
[email protected]
- Updated dependencies [
6e36775
]:
[email protected]
houdini
0.17.6
🐛 Fixes
-
#682
57577ee
Thanks @Joklost! - Fix bug when updating deeply nested lists with @parentID -
#677
927146d
Thanks @jycouet! - fix - env.TEST is not used internally anymore
✨ Features
0.17.5
✨ Features
0.17.4
🐛 Fixes
0.17.1
🐛 Fixes
- #630
02d8fc4
Thanks @AlecAivazis! - Add shebang to executable
0.17.0
⚠️ Breaking Changes
- #593
c1363fe
Thanks @AlecAivazis! - Split houdini into two packages:houdini
andhoudini-svelte
. For more information on migrating your project, please visit the release notes.
🐛 Fixes
- #612
6a0999f
Thanks @AlecAivazis! - Fix windows compatibility
0.16.8
🐛 Fixes
-
#595
3421404
Thanks @AlecAivazis! - Don't consider the schema path as an source for generation -
#594
4ee9db3
Thanks @AlecAivazis! - Fixed bug preventing documents from being discovered on windows
0.16.7
🐛 Fixes
✨ Features
-
#584
2b19fe5
Thanks @sjcobb2022! - Added further config to vite plugin -
#559
fd570de
Thanks @DanielHritcu! - Config.include and exclude can now be arrays
0.16.6
🐛 Fixes
-
#572
7d1f8b0
Thanks @AlecAivazis! - Fix error causing subscriptions to be removed -
#572
7d1f8b0
Thanks @AlecAivazis! - fix bug when importing store classes
✨ Features
-
#563
ad0ed5b
Thanks @DanielHritcu! - Warn user when the config file can't be read -
#569
08f834a
Thanks @AlecAivazis! - Mutation result is never null -
#566
a86ec3b
Thanks @sjcobb2022! - Extra config passed to plugin is used when pulling schema -
#569
08f834a
Thanks @AlecAivazis! - Subscription.listen arguments are optional
0.16.5
🐛 Fixes
-
#557
3690f4f
Thanks @AlecAivazis! - Configured pull headers are included in pull-schema command -
#553
7666734
Thanks @AlecAivazis! - fixed bug when loading offset-based pages driven by query variable
0.16.4
🐛 Fixes
- #548
cd00b5f
Thanks @AlecAivazis! - Fix bug when reading store value between load and render
0.16.3
🐛 Fixes
- #545
6cc6765
Thanks @AlecAivazis! - fix a bug hiding +layout.server data from client
0.16.2
✨ Features
- #534
599fc3c
Thanks @fehnomenal! - Add ability to control masking for a specific fragment
🐛 Fixes
-
#540
8addece
Thanks @jycouet! - Warn users when endpoint is not present in dev instead of crashing -
#542
3697e33
Thanks @AlecAivazis! - Fix bug when loading queries in a layout file -
#537
191c775
Thanks @jycouet! - init cmd, vite.config.ts generated file
0.16.1
🐛 Fixes
- #527
9b87678
Thanks @AlecAivazis! - Update init command to work with latest file template
0.16.0
⚠️ Breaking Changes
-
#449
59257d1
Thanks @AlecAivazis! - remove inline document functions query, paginatedQuery, subscription, and mutation -
#449
59257d1
Thanks @AlecAivazis! - renamedgenerate --pull-header
togenerate --header
andgenerate --persist-output
togenerate --output
-
#449
59257d1
Thanks @AlecAivazis! - added support for page queries -
#449
59257d1
Thanks @AlecAivazis! - inverted argument order for inline fragments -
#449
59257d1
Thanks @AlecAivazis! - Stores are now classes and need to be instantiated withnew MyQueryStore()
[email protected]
[email protected]
🐛 Fixes
-
#691
e707fbe
Thanks @AlecAivazis! - Added artifact import to subscription stores -
Updated dependencies []:
[email protected]
🐛 Fixes
- #689
db67e82
Thanks @AlecAivazis! - Fix duplicate import for generated subscription stores