• Get up to 21 versions/updates/builds!

    Parameters

    • this: API
    • Optionalstream: string

      Only get builds from a specific stream

    • Optionalrange: {
          from?: string;
          to?: string | number;
      }

      Get builds that were released before/after (and including) those builds

      • Optionalfrom?: string

        The name of the build

      • Optionalto?: string | number

        The name or the id of the build

    • message_formats: ("html" | "markdown")[] = ...

      changelog_entries will have a message property if markdown, message_html property if html (defaults to both)

    Returns Promise<WithUpdatestreamsChangelogentries[]>