Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024年7月14日までの購読リポジトリのリリース情報を更新する #32

Merged
merged 1 commit into from
Jul 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions Outputs/APNGKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,5 +382,53 @@
"title" : "2.2.2",
"url" : "https://github.com/onevcat/APNGKit/releases/tag/2.2.2",
"version" : "2.2.2"
},
{
"body" : "### Fix\n\n- A timing issue that on iOS 17 a wrong timestamp might be used when the image starts to play when the app is just going to start up. It caused the image to be played at the wrong speed. [#140](https://github.com/onevcat/APNGKit/pull/140) @alexander-steel @devflow @onevcat",
"createdAt" : "2023-12-09T21:31:17+09:00",
"fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
"id" : "RE_kwDOAn3VYc4H8aYO",
"owner" : "onevcat",
"publishedAt" : "2023-12-09T21:31:24+09:00",
"repository" : "APNGKit",
"title" : "2.2.4",
"url" : "https://github.com/onevcat/APNGKit/releases/tag/2.2.4",
"version" : "2.2.4"
},
{
"body" : "### Fix\n\n- A wrong condition check that caused the fix in 2.2.4 not to work as expected. [#141](https://github.com/onevcat/APNGKit/pull/141)",
"createdAt" : "2023-12-11T11:39:39+09:00",
"fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
"id" : "RE_kwDOAn3VYc4H8qgW",
"owner" : "onevcat",
"publishedAt" : "2023-12-11T11:39:47+09:00",
"repository" : "APNGKit",
"title" : "2.2.5",
"url" : "https://github.com/onevcat/APNGKit/releases/tag/2.2.5",
"version" : "2.2.5"
},
{
"body" : "### Fix\n\n- Use an alpha bitmap context to render images with true color (PNG ColorType 2). This allows the `tRNS` chunk to be handled correctly. [#138](https://github.com/onevcat/APNGKit/pull/138)",
"createdAt" : "2023-10-09T13:46:49+09:00",
"fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
"id" : "RE_kwDOAn3VYc4HZzj5",
"owner" : "onevcat",
"publishedAt" : "2023-10-09T13:46:56+09:00",
"repository" : "APNGKit",
"title" : "2.2.3",
"url" : "https://github.com/onevcat/APNGKit/releases/tag/2.2.3",
"version" : "2.2.3"
},
{
"body" : "### Add\n\n- Support for visionOS. Now APNGKit can be used on visionOS in the native way. [#146](https://github.com/onevcat/APNGKit/pull/146)\n- Privacy Manifest support. Although APNGKit is not tracking any user information nor using any APIs that require declaration, an empty privacy manifest file was added to the project to prevent any potential warning. [#144](https://github.com/onevcat/APNGKit/pull/144)\n\n### Note\n\n- To align with the latest build environment and Xcode, APNGKit now increases the minimum deployment target to iOS 12, macOS 10.14 and tvOS 12. [#145](https://github.com/onevcat/APNGKit/pull/145)",
"createdAt" : "2024-03-19T23:45:19+09:00",
"fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
"id" : "RE_kwDOAn3VYc4IxvHt",
"owner" : "onevcat",
"publishedAt" : "2024-03-19T23:45:27+09:00",
"repository" : "APNGKit",
"title" : "2.3.0",
"url" : "https://github.com/onevcat/APNGKit/releases/tag/2.3.0",
"version" : "2.3.0"
}
]
48 changes: 48 additions & 0 deletions Outputs/Alamofire.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,53 @@
"title" : "5.7.1",
"url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.7.1",
"version" : "5.7.1"
},
{
"body" : "Released on 2023-08-31. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/87?closed=1).\r\n\r\n#### Added\r\n\r\n- visionOS support.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Requests [#3738](https://github.com/Alamofire/Alamofire/pull/3738) and [#3750](https://github.com/Alamofire/Alamofire/pull/3750).\r\n- Hooks for initial `HTTPURLResponse` values.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3762](https://github.com/Alamofire/Alamofire/pull/3738).\r\n- Android build support.\r\n - Added by [Hugo Gonzalez](https://github.com/hggz) in Pull Request [#3744](https://github.com/Alamofire/Alamofire/pull/3744).\r\n\r\n#### Updated\r\n\r\n- Async integration to obey automatic cancellation by default.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3757](https://github.com/Alamofire/Alamofire/pull/3757).\r\n- Platform `#if` checks.\r\n - Updated by [brenno](https://github.com/brennobemoura) in Pull Request [#3756](https://github.com/Alamofire/Alamofire/pull/3756).\r\n- Windows CI.\r\n - Updated by [Saleem Abdulrasool](https://github.com/compnerd) in Pull Request [#3763](https://github.com/Alamofire/Alamofire/pull/3763).\r\n- `URL` conversion tests for 2023 `URL` changes.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3734](https://github.com/Alamofire/Alamofire/pull/3734).\r\n- for-loop to `contains`.\r\n - Updated by [Mayank Kumar Gupta](https://github.com/Mayank-84) in Pull Request [#3726](https://github.com/Alamofire/Alamofire/pull/3726).\r\n\r\n#### Fixed\r\n\r\n- `MultipartFormData` stream to properly obey `bodyContentLength`.\r\n - Fixed by [Henrique Valcanaia](https://github.com/hvsw) in Pull Request [#3730](https://github.com/Alamofire/Alamofire/pull/3730).\r\n- Unnecessary call to empty init.\r\n - Fixed by [Shinolr](https://github.com/Shinolr) in Pull Request [#3742](https://github.com/Alamofire/Alamofire/pull/3742).\r\n- Documentation typos.\r\n - Fixed by [Jenna](https://github.com/ueunli) in Pull Request [#3733](https://github.com/Alamofire/Alamofire/pull/3733).",
"createdAt" : "2023-09-01T07:50:52+09:00",
"fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
"id" : "RE_kwDOAVavk84HH90B",
"owner" : "Alamofire",
"publishedAt" : "2023-09-01T07:52:04+09:00",
"repository" : "Alamofire",
"title" : "5.8.0",
"url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.8.0",
"version" : "5.8.0"
},
{
"body" : "Released on 2023-10-26. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/88?closed=1).\r\n\r\n### Updated\r\n\r\n- Internal: `Protected` to no longer be a `@propertyWrapper`.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3777](https://github.com/Alamofire/Alamofire/pull/3777).\r\n\r\n### Fixed\r\n\r\n- `URLEncodedFormEncoder` encoding of `Encodable` values with optional properties using `encodeIfPresent`.\r\n - Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#3779](https://github.com/Alamofire/Alamofire/pull/3779).\r\n- Missing \"Skip Install\" setting for visionOS target.\r\n - Fixed by [Sai](https://github.com/Sai) in Pull Request [#3788](https://github.com/Alamofire/Alamofire/pull/3788).",
"createdAt" : "2023-10-27T04:47:55+09:00",
"fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
"id" : "RE_kwDOAVavk84Hj3pS",
"owner" : "Alamofire",
"publishedAt" : "2023-10-27T04:49:10+09:00",
"repository" : "Alamofire",
"title" : "5.8.1",
"url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.8.1",
"version" : "5.8.1"
},
{
"body" : "Released on 2024-03-30. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/90?closed=1).\r\n\r\n### Updated\r\n\r\n- `HTTPHeaders` and `HTTPHeader` to be `Sendable`.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3856](https://github.com/Alamofire/Alamofire/pull/3856).\r\n- `HTTPMethod` to be `Sendable`.\r\n - Updated by [Galvin Li](https://github.com/bestwnh) in Pull Request [#3848](https://github.com/Alamofire/Alamofire/pull/3848).\r\n\r\n### Fixed\r\n\r\n- CocoaPods visionOS support by explicitly declaring it in podspec.\r\n - Fixed by [Tamás Jäger](https://github.com/bestwnh) in Pull Request [#3845](https://github.com/Alamofire/Alamofire/pull/3845).",
"createdAt" : "2024-03-31T10:21:38+09:00",
"fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
"id" : "RE_kwDOAVavk84I42d6",
"owner" : "Alamofire",
"publishedAt" : "2024-03-31T10:22:33+09:00",
"repository" : "Alamofire",
"title" : "5.9.1",
"url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.9.1",
"version" : "5.9.1"
},
{
"body" : "Released on 2024-03-03. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/89?closed=1).\r\n\r\n### Added\r\n\r\n- [🔥 Experimental 🔥] `WebSocketRequest`, as a wrapper for `URLSessionWebSocketTask`. This preview release is undocumented behind `@_spi(WebSocket)`. Its API _will_ change in the future, especially to adopt typed throws, but it is largely feature complete, tested, and usable now. API feedback, missing use cases, and bug reports are much appreciated before it goes fully public.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3455](https://github.com/Alamofire/Alamofire/pull/3455).\r\n- `PrivacyInfo.xcprivacy` file and integration with SPM, CocoaPods, and Carthage.\r\n - Added by [Dmitry Kuleshov](https://github.com/kdvmgn) and [Jon Shier](https://github.com/jshier) in Pull Requests [#3792](https://github.com/Alamofire/Alamofire/pull/3792), [#3831](https://github.com/Alamofire/Alamofire/pull/3831), and [#3839](https://github.com/Alamofire/Alamofire/pull/3839).\r\n- `AlamofireDynamic` target, to force dynamic linking in Xcode when using SPM. Only use when you know you need it.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3808](https://github.com/Alamofire/Alamofire/pull/3808).\r\n- `AFInfo` enum and a public `version` value to get Alamofire's current version, `AFInfo.version`.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3819](https://github.com/Alamofire/Alamofire/pull/3819).\r\n\r\n### Updated\r\n\r\n- Alamofire to require Swift 5.7.1.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3798](https://github.com/Alamofire/Alamofire/pull/3798).\r\n- Project structure to break apart large `Request.swift` file and consolidate various `Request` subclasses into their own files.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3798](https://github.com/Alamofire/Alamofire/pull/3798).\r\n- `Empty` type to be `Sendable`.\r\n - Updated by [Antoine van der Lee](https://github.com/AvdLee) in Pull Request [#3816](https://github.com/Alamofire/Alamofire/pull/3816).\r\n- `.swiftformat` to remove duplicate rules.\r\n - Updated by [Fourenn](https://github.com/giftbott) in Pull Request [#3835](https://github.com/Alamofire/Alamofire/pull/3835).\r\n\r\n### Fixed\r\n\r\n- Platform deprecation warnings in `Package.swift` in newer Xcode versions.\r\n - Updated by [fess](https://github.com/apps4everyone) in Pull Request [#3823](https://github.com/Alamofire/Alamofire/pull/3823).\r\n- `Alamofire.podspec` after project restructuring.\r\n - Updated by [mlch](https://github.com/mlch911) in Pull Request [#3825](https://github.com/Alamofire/Alamofire/pull/3825).\r\n- Various documentation typos.\r\n - Fixed by [JaewoongLee-swift](https://github.com/JaewoongLee-swift), [TaeHyun](https://github.com/kth1210), and [hugo-syn](https://github.com/hugo-syn) in various Pull Requests.",
"createdAt" : "2024-03-04T11:17:59+09:00",
"fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
"id" : "RE_kwDOAVavk84InfO1",
"owner" : "Alamofire",
"publishedAt" : "2024-03-04T11:19:13+09:00",
"repository" : "Alamofire",
"title" : "5.9.0",
"url" : "https://github.com/Alamofire/Alamofire/releases/tag/5.9.0",
"version" : "5.9.0"
}
]
12 changes: 12 additions & 0 deletions Outputs/AlamofireImage.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,5 +358,17 @@
"title" : "Swift 3.2 and Xcode 9",
"url" : "https://github.com/Alamofire/AlamofireImage/releases/tag/3.3.0",
"version" : "3.3.0"
},
{
"body" : "Released on 2023-09-13. All issues associated with this milestone can be found using this\r\n[filter](https://github.com/Alamofire/AlamofireImage/milestone/42?closed=1).\r\n\r\n#### Added\r\n\r\n- visionOS support.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#469](https://github.com/Alamofire/AlamofireImage/pull/469).\r\n- Swift concurrency support.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464).\r\n- Combine support.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464).\r\n- AVIF and JPEG XL image support.\r\n - Added by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464).\r\n\r\n#### Updated\r\n\r\n- Project to require Swift 5.5.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464).\r\n- Testing infrastructure and CI integration.\r\n - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#464](https://github.com/Alamofire/AlamofireImage/pull/464).\r\n- `ImageResponseSerializer` to be `open`.\r\n - Updated by [Aleksey Ostapenko](https://github.com/Banannzza) in Pull Request [#452](https://github.com/Alamofire/AlamofireImage/pull/452).\r\n- `acceptableImageContentTypes` to be publicly visible.\r\n - Updated by [Adam Lickel](https://github.com/lickel) in Pull Request [#453](https://github.com/Alamofire/AlamofireImage/pull/453).\r\n\r\n#### Fixed\r\n\r\n- Documentation example.\r\n - Fixed by [Norton](https://github.com/jiangdi0924) in Pull Request [#444](https://github.com/Alamofire/AlamofireImage/pull/444).",
"createdAt" : "2023-09-14T00:30:53+09:00",
"fetchedFromAPIAt" : "2024-07-14T22:49:45+09:00",
"id" : "RE_kwDOAn2D584HNiet",
"owner" : "Alamofire",
"publishedAt" : "2023-09-14T00:31:52+09:00",
"repository" : "AlamofireImage",
"title" : "4.3.0: Welcome Back",
"url" : "https://github.com/Alamofire/AlamofireImage/releases/tag/4.3.0",
"version" : "4.3.0"
}
]
Loading
Loading