Skip to content

Latest commit

 

History

History
351 lines (182 loc) · 9.58 KB

File metadata and controls

351 lines (182 loc) · 9.58 KB

Changelog

v3.1.0-rc.1

compare changes

🚀 Enhancements

  • Alpha release mcp tool support (f63d02e)

❤️ Contributors

v3.0.5

compare changes

🩹 Fixes

  • "module augmentation" instead of "ambient module declaration" in nitro.d.ts file (4e35051)

❤️ Contributors

v3.0.2

compare changes

🩹 Fixes

  • Possible conflict with import ids of nuxt and nitro clients (6e7643e)

❤️ Contributors

v3.0.1

compare changes

🩹 Fixes

  • Change default type for UseFetch to undefined (cf31ec7)
  • Link in readme.md (55afec8)

💅 Refactors

  • Remove commented-out useFetch function for clarity (ee97b0f)

🏡 Chore

❤️ Contributors

v3.0.0

compare changes

🏡 Chore

❤️ Contributors

v2.0.4

compare changes

🩹 Fixes

  • Allow setting query and header when they are defined as undefined (f0eb55d)

🏡 Chore

❤️ Contributors

v2.0.3

compare changes

🩹 Fixes

  • Mistake in HasRequiredProperties type (1e5be5a)

❤️ Contributors

v2.0.2

compare changes

🩹 Fixes

  • Missing autocomplete for query params when all query params are optional (c12959f)

❤️ Contributors

v2.0.1

compare changes

🩹 Fixes

  • Sometimes not working in docker. chore: removed useless code (37510a9)

❤️ Contributors

v2.0.0

compare changes

Breaking changes

Removed autoImport property from module and api config.

Use clients: { nuxt: { autoImport: false }} to disable auto imports instead.

The openAPITS config of the api config now gets merged with the module config.

Example:

openAPIWrapper: {
    openApiTsConfig: { immutable: true },
    apis: {
      github: {
        openApiTsConfig: { additionalProperties: true }
    },
  },

Before 2.0.0

effective config: { additionalProperties: true }

After 2.0.0

effective config: { immutable: true, additionalProperties: true }

🚀 Enhancements

🩹 Fixes

  • Minor mistake in readme.md (dcaf1d8)

❤️ Contributors

v1.1.1

compare changes

🩹 Fixes

  • Sometimes type error while using refs with queries (de6b7d2)

❤️ Contributors

v1.1.0

compare changes

🚀 Enhancements

  • Add typesafe error response (2114d7b)

❤️ Contributors

v1.0.16

compare changes

🩹 Fixes

  • Uppercase method not working in useFetch functions (c026090)

❤️ Contributors

v1.0.15

compare changes

🩹 Fixes

  • Wrong overload resolution (4a7b6cc)

❤️ Contributors

v1.0.14

compare changes

🩹 Fixes

  • Logic error in ensureArray (8eb553a)
  • Result type sometimes incorrrectly an union of types (fb69d6f)

❤️ Contributors

v1.0.13

compare changes

🩹 Fixes

  • Minor mistake in readme.me (0b22f01)
  • Lazy fetch not being lazy (af4b383)

❤️ Contributors

v1.0.12

compare changes

🩹 Fixes

  • Undo unnecessary change (8c9a2eb)
  • Type error caused by missing nuxt type (03ce764)

❤️ Contributors

v1.0.11

compare changes

🩹 Fixes

  • Return type any sometimes well using 'use...Fetch' functions. feat: expose ensureArray and ensureArrayComputed util functions (cfdd120)

❤️ Contributors

v1.0.10

compare changes

🏡 Chore

❤️ Contributors

v1.0.9

compare changes

v1.0.8

compare changes

🩹 Fixes

  • Return type for non-get api not working (4ae16ee)

🏡 Chore

❤️ Contributors

v1.0.7

compare changes

🩹 Fixes

  • Broken links in readme.md (730eb0a)

❤️ Contributors

v1.0.6

compare changes

v1.0.5

compare changes

v1.0.4

compare changes

v1.0.3

compare changes

🩹 Fixes

  • Type missing in release (f6df35e)

🏡 Chore

❤️ Contributors

v1.0.2

compare changes

🩹 Fixes

  • Update module description and repository information (df4aeb3)

❤️ Contributors

v1.0.1