Releases: wei18/github-rest-api-swift-openapi
Releases · wei18/github-rest-api-swift-openapi
1.1.1
What's Changed
- Bump Submodule/github/rest-api-description from 
0a02946to7ab8592by @dependabot in #14 - Sorted sources. by @wei18 in #15
 - Bump Submodule/github/rest-api-description from 
7ab8592toe44bcaaby @dependabot in #16 
Full Changelog: 1.1.0...1.1.1
1.1.0 Docc
What's Changed
- Docc
 - Bump github.com/apple/swift-openapi-runtime from 1.1.0 to 1.2.0 by @dependabot in #12
 - Bump Submodule/github/rest-api-description from 
6d0981cto0a02946by @dependabot in #13 
Full Changelog: 1.0.7...1.1.0
1.0.7: Remove intermediate files
1.0.6
1.0.5
What's Changed
- Bump Submodule/github/rest-api-description from 
e72f353to6d0981cby @dependabot in #8 
New Contributors
- @dependabot made their first contribution in #8
 
Full Changelog: 1.0.4...1.0.5
1.0.4
1.0.3: Add Sources/actions and excluded yml in package.swift
Merge pull request #3 from Wei18/feat/gen-code-from-yml Feature: generating *yml and *.swift from openapi.yml
1.0.2: Improve build performance by up to 80%
Use swift-openapi-generator CLI instead of its plugin!
Operating System: Ubuntu 22.04.3 LTS
- 31m 45s
+ 6m 24s1.0.1: Capitalized Frameworks
- import users
+ import GitHubRestAPIUsers1.0.0: Support github/rest-api-description
At this stage, full support is available for github/rest-api-description.
I find the Package plugins to be too slow, and compiling .swift files takes too much time as well. In the future, I plan to:
- Generate 
Client.swiftandTypes.swiftusing the command-line interface (CLI). - Adopt the XCFramework approach.