Main Changes
Next.js App Routerのfetchオプションに対応しました。
customRequestInit
としてオプションを渡すことが可能になりました。
Functions: fetch | Next.js
const response = await client.getList({
customRequestInit: {
next: {
revalidate: 60,
},
},
endpoint: "endpoint",
});
What's Changed
- Version/2.5.0 by @himorishige in #57
New Contributors
Full Changelog: v2.4.0...v2.5.0