Releases: microcmsio/microcms-js-sdk
Releases · microcmsio/microcms-js-sdk
v3.1.2
What's Changed
- exmapleディレクトリを削除 by @himorishige in #80
- docs:README.mdの修正 by @wasabi-tr in #83
- Remove undefined values from query string in parseQuery by @himorishige in #84
- Bump up version to 3.1.2 in package.json by @himorishige in #85
New Contributors
- @wasabi-tr made their first contribution in #83
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- CDN利用に関する注意書きの追記と最新化 by @Sinhalite in #77
- ファイルの利用方法の案内の整備 by @Sinhalite in #78
- Bump version to 3.1.1 in package.json by @himorishige in #79
Full Changelog: v3.1.0...v3.1.1
v3.1.0
v3.0.0
Main Changes
cross-fetch
を取り除きglobal fetch
へ変更- 救済措置として利用していた
customFetch
オプションを削除 qs
パッケージを削除しURLSearchParams()
を利用する形に変更- ランタイムをNode.js v18以上必須に変更
What's Changed
- READMEにgetAllContentsを追加 by @dc7290 in #70
- v3.0.0 by @himorishige in #72
Full Changelog: v2.7.0...v3.0.0
v2.7.0
v2.6.1
What's Changed
- [fix] typed definition file path by @himorishige in #68
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Added description of abort controller by @himorishige in #58
- fix: getList Response type description in README by @uc4w6c in #59
- tsup implementation by @dc7290 in #62
- update devDependency by @dc7290 in #63
- feat: getAllContentIds by @dc7290 in #61
- getAllContentIdsについてフィールド名とdepthの扱いを修正 by @dc7290 in #65
- v2.6.0 by @dc7290 in #66
- GitHubActionsのReleaseワークフローに使用するNode.jsのversionを16系に変更 by @dc7290 in #67
New Contributors
Full Changelog: v2.5.0...v2.6.0
v2.5.0
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
v2.4.0
What's Changed
- Add retry option by @Sinhalite in #54
New Contributors
- @Sinhalite made their first contribution in #54
Full Changelog: v2.3.3...v2.4.0
v2.3.3
What's Changed
- sesparate WRITE API examples on README.md by @4geru in #50
- Add encoding package for some dependencies by @himorishige in #52
New Contributors
Full Changelog: v2.3.2...v2.3.3