Skip to content

Releases: microcmsio/microcms-js-sdk

v3.1.2

24 Jun 06:20
3b7c0fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

24 Apr 08:52
5645f59
Compare
Choose a tag to compare

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

28 Mar 01:26
f101c9a
Compare
Choose a tag to compare

What's Changed

  • 開発用の依存関係について更新 by @dc7290 in #75
  • feat: マネジメントAPIクライアント(画像アップロードについてのメソッドを追加) by @dc7290 in #76

Full Changelog: v3.0.0...v3.1.0

v3.0.0

13 Mar 00:28
5857222
Compare
Choose a tag to compare

Main Changes

  • cross-fetchを取り除きglobal fetchへ変更
  • 救済措置として利用していたcustomFetchオプションを削除
  • qsパッケージを削除しURLSearchParams()を利用する形に変更
  • ランタイムをNode.js v18以上必須に変更

What's Changed

Full Changelog: v2.7.0...v3.0.0

v2.7.0

19 Oct 02:55
5612ec3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.7.0

v2.6.1

11 Sep 14:38
d2873f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

11 Sep 14:38
b93cef6
Compare
Choose a tag to compare

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

31 May 08:11
5fcc751
Compare
Choose a tag to compare

Main Changes

Next.js App Routerのfetchオプションに対応しました。

customRequestInitとしてオプションを渡すことが可能になりました。
Functions: fetch | Next.js

const response = await client.getList({
  customRequestInit: {
    next: {
      revalidate: 60,
    },
  },
  endpoint: "endpoint",
});
  • 各リクエストで fetch の requestInit をカスタマイズできるようにする by @amotarao in #55

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

08 May 02:54
7077435
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.3...v2.4.0

v2.3.3

06 Apr 13:50
c4772f8
Compare
Choose a tag to compare

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

  • @4geru made their first contribution in #50

Full Changelog: v2.3.2...v2.3.3