new

improved

fixed

2.5.18

  • 🔥 Sprint Branch supports Mock
  • 🔥 When exporting the API to Swagger/OpenAPI data format, you can choose to use the JSON file format or the YAML file format
  • 🔥 Improved speed when opening a project
  • ⚡️ When adding steps for automated testing, support importing from cURL
  • ⚡️ Visualized response supports using pm.getData and pm.getResponse methods, compatible with Postman
  • ⚡️ When using the web version, you can configure whether to prioritize Apidog shortcuts or browser shortcuts when there is a shortcut conflict. If the browser takes priority, you can use ⌘+F or Ctrl+F to perform an in-page search
  • ⚡️ In the online documentation, you can configure the text color on the theme background color
  • 🐞 Fixed an issue where API with cyclic references in the body data structure could not be imported as test steps
  • 🐞 Fixed an issue where the exported Markdown format documentation did not display the response definition when the API response referenced a data model
Japanese:
  • 🔥【新機能】
    スプリントブランチ
    Mock
    をサポート可能に
  • 🔥【新機能】APIを
    Swagger/OpenAPI
    形式にエクスポートする際、
    JSON
    または
    YAML
    ファイル形式を選択可能に
  • 🔥【パフォーマンス最適化】プロジェクトを開く際の速度が向上
  • ⚡️【改善】自動テストのテストステップを追加する際に、
    cURLをインポート
    に対応可能に
  • ⚡️【改善】Response可視化で
    pm.getData
    および
    pm.getResponse
    メソッドを使用可能に。
    Postman
    と互換性あり
  • ⚡️【改善】ウェブ版を使用する際、
    ショートカット
    キーが競合したときに、
    Apidog
    のショートカットキーを優先するか、
    ブラウザー
    のショートカットキーを優先するかを設定できます。ブラウザが優先される場合は、
    ⌘+F
    または
    Ctrl+F
    でウェブページ内の検索を実行可能に
  • ⚡️【改善】オンラインドキュメントで、背景色のテーマに合わせてテキストの色を設定可能に
  • 🐞 Bodyのデータ構造にAPIをループ参照する場合、それをテストステップとしてインポートできない問題を解決
  • 🐞 APIのレスポンス定義がSchemaを参照している場合、エクスポートされたMarkdownドキュメントではレスポンス定義が表示されない問題を解決