UI5 Version Check - v0.2.0
    Preparing search index...

    Function validateVersion

    • Verifies if the passed version is still a valid UI5 version

      Parameters

      • version: string

        version string (e.g. 1.71.1, 1.120.*)

      • Optionalopts: Partial<VersionValidationOptions>

        validation options

        • allowedDaysBeforeEocp

          number of days that are allowed before the actual eocp date

        • eomAllowed

          indicates whether out of maintenance versions are allowed or not

      Returns Promise<ValidationResult>

      Promise with check result

    • Verifies if the passed versions are still valid UI5 versions

      Parameters

      • version: string[]

        array of version strings (e.g. 1.71.1, 1.120.*)

      • Optionalopts: Partial<VersionValidationOptions>

        validation options

        • allowedDaysBeforeEocp

          number of days that are allowed before the actual eocp date

        • eomAllowed

          indicates whether out of maintenance versions are allowed or not

      Returns Promise<ValidationResult[]>

      Promise with check results

    • Verifies if the passed version is still a valid UI5 version

      Parameters

      • version: string

        version string (e.g. 1.71.1, 1.120.*)

      • ui5Versions: UI5Versions

        list of valid UI5 versions and patches

      • Optionalopts: Partial<VersionValidationOptions>

        validation options

        • allowedDaysBeforeEocp

          number of days that are allowed before the actual eocp date

        • eomAllowed

          indicates whether out of maintenance versions are allowed or not

      Returns ValidationResult

      check result

    • Verifies if the passed versions are still valid UI5 versions

      Parameters

      • version: string[]

        array of version strings (e.g. 1.71.1, 1.120.*)

      • ui5Versions: UI5Versions

        list of valid UI5 versions and patches

      • Optionalopts: Partial<VersionValidationOptions>

        validation options

        • allowedDaysBeforeEocp

          number of days that are allowed before the actual eocp date

        • eomAllowed

          indicates whether out of maintenance versions are allowed or not

      Returns ValidationResult[]

      check results