Skip to content

Releases: Wei18/github-rest-api-swift-openapi

1.1.0 Docc

10 Jan 15:40
948b9eb
Compare
Choose a tag to compare

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 6d0981c to 0a02946 by @dependabot in #13

Full Changelog: 1.0.7...1.1.0

1.0.7: Remove intermediate files

06 Jan 18:02
4834a61
Compare
Choose a tag to compare

1.0.6

06 Jan 05:49
f395fe5
Compare
Choose a tag to compare

What's Changed

  • Feat: support platforms and fix git submodules via ssh or https by @Wei18 in #9

Full Changelog: 1.0.5...1.0.6

1.0.5

05 Jan 10:02
21058b1
Compare
Choose a tag to compare

What's Changed

  • Bump Submodule/github/rest-api-description from e72f353 to 6d0981c by @dependabot in #8

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

02 Jan 16:00
a2423a6
Compare
Choose a tag to compare

What's Changed

  • Feat: dependabot update code gen commit by @Wei18 in #5
  • Feat dependabot-auto-merge by @Wei18 in #6
  • Feat: Use scipio for generating static frameworks to optimize compilation time. by @Wei18 in #7

Full Changelog: 1.0.3...1.0.4

1.0.3: Add Sources/actions and excluded yml in package.swift

01 Jan 17:24
57b0a29
Compare
Choose a tag to compare
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%

01 Jan 14:44
1f69984
Compare
Choose a tag to compare

Use swift-openapi-generator CLI instead of its plugin!

Operating System: Ubuntu 22.04.3 LTS

- 31m 45s
+ 6m 24s

1.0.1: Capitalized Frameworks

01 Jan 06:23
dc1f12f
Compare
Choose a tag to compare
- import users
+ import GitHubRestAPIUsers

1.0.0: Support github/rest-api-description

31 Dec 14:29
56b73b8
Compare
Choose a tag to compare

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: