Skip to content

Latest commit

 

History

History
308 lines (164 loc) · 9.18 KB

CHANGELOG.md

File metadata and controls

308 lines (164 loc) · 9.18 KB

Changelog

v3.1.3

compare changes

🩹 Fixes

  • Put off useNuxtApp to make composables exportable (1e5d67d)
  • Update tests (aeb1158)

🏡 Chore

❤️ Contributors

v3.1.2

compare changes

🩹 Fixes

  • Put off useNuxtApp to make composables exportable (1e5d67d)
  • Update tests (aeb1158)

❤️ Contributors

v3.1.1

compare changes

🩹 Fixes

  • build: Config type error (4104fa8)

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

  • Make auto-import gql optional (c4f81ba)

🏡 Chore

❤️ Contributors

v3.0.0

compare changes

🚀 Enhancements

🩹 Fixes

🏡 Chore

  • release: V2.0.8 (1528c29)
  • ⚠️ Remove codegen (27ed617)
  • ⚠️ Rename provide name (17a4721)
  • ⚠️ Rename useBuildInFetch to useDollarFetch (1f8952f)
  • ⚠️ Limit header behavior in nitro for safety (fe0fab3)
  • lint: Apply lint (8fc4b0c)
  • Using glob (7f837cc)
  • Avoid to using private name RequestCredentials (053df06)

⚠️ Breaking Changes

  • ⚠️ Remove codegen (27ed617)
  • ⚠️ Rename provide name (17a4721)
  • ⚠️ Rename useBuildInFetch to useDollarFetch (1f8952f)
  • ⚠️ Limit header behavior in nitro for safety (fe0fab3)

❤️ Contributors

v2.0.8

compare changes

🩹 Fixes

🏡 Chore

❤️ Contributors

v2.0.7

compare changes

🩹 Fixes

  • Variables getter not work in useAsyncQuery (0fa8b97)

❤️ Contributors

v2.0.6

compare changes

🩹 Fixes

  • Allow variables to be getter or ref (747d9ed)

❤️ Contributors

v2.0.5

compare changes

🩹 Fixes

  • codegen: Will not try to read removed file (bb2a478)

🏡 Chore

❤️ Contributors

v2.0.4

compare changes

🩹 Fixes

  • codegen: Watch not work (b679212)

🏡 Chore

❤️ Contributors

v2.0.3

compare changes

🩹 Fixes

  • codegen: Remove debug output (59d8452)
  • UseAsyncQuery returns any (5cf7b2b)

❤️ Contributors

v2.0.2

compare changes

🩹 Fixes

  • codegen: Better default documents (d8b2a11)

🏡 Chore

❤️ Contributors

v2.0.1

compare changes

🩹 Fixes

❤️ Contributors

v2.0.0

compare changes

🚀 Enhancements

  • Add multiple clients support (810999b)

🩹 Fixes

  • build: Add inlined implicit external (2b4adec)

🏡 Chore

  • Move test case and clean up (4ace86b)
  • Disable insert_final_newline for package.json (320de2b)
  • Update dependencies (d3c7f8e)
  • Apply lint (5d0aebc)

❤️ Contributors

v1.3.0

compare changes

🚀 Enhancements

  • Allow rewrite context on composable api (f75d21b)
  • Client side endpoint config (fac1a0d)

❤️ Contributors

v1.2.0

compare changes

🚀 Enhancements

🏡 Chore

❤️ Contributors

v1.1.1

compare changes

🩹 Fixes

  • options: Codegen.path should be optional (7250ede)

🏡 Chore

  • git: Add gql to .gitignore (ba5e118)

❤️ Contributors

v1.1.0

compare changes

🚀 Enhancements

  • Save codegen to project (0cfda51)

🏡 Chore

  • eslint: Ignore playground/gql (6d5f8f6)

❤️ Contributors

v1.0.1

🩹 Fixes

  • build: Add missing dependence (b55e0d2)

❤️ Contributors