目录
brenno

Increase platforms compatibility (#6)

Description

Improve platform compatibility by updating the OpenAPIRuntime version to 0.1.3, which adds support for macOS 10.15, iOS 13, tvOS 13, and watchOS 6.

Fixes None

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • All new and existing tests passed.
1年前7次提交
目录README.md

Swift Compatibility Platform Compatibility codecov

OpenAPIRequestDL

The RequestDLClientTransport enables the use of the OpenAPI format along with all the available configuration properties provided by RequestDL.

To generate code for the objects, you should use the Swift OpenAPI Generator.

Additionally, Apple has provided all the details in the WWDC23 session Meet Swift OpenAPI Generator.

Installation

OpenAPIRequestDL can be installed using Swift Package Manager. To include it in your project, add the following dependency to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/request-dl/swift-openapi-request-dl.git", from: "0.1.1")
]

Versioning

We follow semantic versioning for this project. The version number is composed of three parts: MAJOR.MINOR.PATCH.

  • MAJOR version: Increments when there are incompatible changes and breaking changes. These changes may require updates to existing code and could potentially break backward compatibility.

  • MINOR version: Increments when new features or enhancements are added in a backward-compatible manner. It may include improvements, additions, or modifications to existing functionality.

  • The PATCH version includes bug fixes, patches, and safe modifications that address issues, bugs, or vulnerabilities without disrupting existing functionality. It may also include new features, but they must be implemented carefully to avoid breaking changes or compatibility issues.

It is recommended to review the release notes for each version to understand the specific changes and updates made in that particular release.

Contributing

If you find a bug or have an idea for a new feature, please open an issue or submit a pull request. We welcome contributions from the community!

关于
55.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号