Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

62 lines (37 loc) · 3.74 KB

1.1.1 (2023-05-31)

🐛Bug Fixes

  • fetch: 修复 headers 类型错误的缺陷 (e603f52)
  • route: 显式导出 nuxt 方法 (9cb5bf5)

🛠️Chore

1.1.0 (2023-04-25)

✨Features

  • fetch: support retrieving API host from environment variables (67c3a93)

1.0.3 (2023-04-25)

🐛Bug Fixes

  • fetch: resolve Internal Server Error (#3) (a601d82)

1.0.2 (2023-04-24)

🐛Bug Fixes

  • fetch: use proxyRequest instead of $fetch to resolve Internal Server Error (#3) (eedb83a)

1.0.1 (2023-04-20)

🐛Bug Fixes

  • authorization didn't read cookies while been set (568c59d)
  • route: 不需要主动扩展 @nuxt/schema 模块 (be4177e)
  • fetch: 不需要主动扩展 @nuxt/schema 模块 (cca86b9)

🛠️Chore

1.0.0 (2023-03-28)

✨Features

🐛Bug Fixes

  • fetch: param is optional (2fd4835)
  • route: param is optional (64e590c)
  • route: add type annotation (826bb55)

🛠️Chore