fixed

new

improved

2.6.3

  • 🔥[New Feature] The preview dialog of
    Import Data
    has added a
    Search Bar
    that allows you to filter endpoints through search.
  • ⚡️[Optimization] When
    Merge
    is selected during
    Import Data
    , if the data type of fields changes, previous values for Mock, description, etc., will be retained instead of being cleared.
  • ⚡️[Optimization] When importing
    Swagger/OpenAPI
    files via
    URL
    , data within HTML pages can now be recognized and parsed.
  • 🐞[Bug Fix] Fixed the issue where the feature
    Import from database
    via
    Generate from JSON etc.
    could not be used properly if only environment configurations were filled out and not the default setting during database connections.
  • 🐞[Bug Fix] Fixed the issue where for fields of integer or number type, if enums were added but the endpoint was not saved, the enum value was not sent correctly when selected during endpoint debugging.
日本語:
  • 🔥【新機能】
    データインポート
    のプレビュー画面で
    検索バー
    が追加され、エンドポイントを検索してフィルタリングできるようになりました。
  • ⚡️【最適化】
    データインポート
    時に
    スマートマージ
    を選択した場合、フィールドのデータ型が変更されても、以前のMock、説明などのフィールド値が保持されます。
  • ⚡️【最適化】
    Swagger/OpenAPI
    ファイルを
    URL
    からインポートする際、HTMLページ内のデータを認識して解析できるようになりました。
  • 🐞 データベース接続で一般設定は入力せずに環境設定のみを入力した場合、
    JSONなどから生成
    データベースインポート
    機能が正常に動作しない問題を解決しました。
  • 🐞 integerまたはnumber型のフィールドに列挙値を追加した後、APIを保存していないと、当該APIをデバッグする際、列挙値を選択しても、正常に送信しない問題を解決しました。