Skip to content

Commit 7d5a865

Browse files
committed
update json content
1 parent 733a074 commit 7d5a865

32 files changed

+1036
-231
lines changed

Outputs/APNGKit.json

+12
Original file line numberDiff line numberDiff line change
@@ -382,5 +382,17 @@
382382
"title" : "2.2.2",
383383
"url" : "https://github.com/onevcat/APNGKit/releases/tag/2.2.2",
384384
"version" : "2.2.2"
385+
},
386+
{
387+
"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)",
388+
"createdAt" : "2023-10-09T13:46:49+09:00",
389+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
390+
"id" : "RE_kwDOAn3VYc4HZzj5",
391+
"owner" : "onevcat",
392+
"publishedAt" : "2023-10-09T13:46:56+09:00",
393+
"repository" : "APNGKit",
394+
"title" : "2.2.3",
395+
"url" : "https://github.com/onevcat/APNGKit/releases/tag/2.2.3",
396+
"version" : "2.2.3"
385397
}
386398
]

Outputs/AlamofireImage.json

+12
Original file line numberDiff line numberDiff line change
@@ -358,5 +358,17 @@
358358
"title" : "Swift 3.2 and Xcode 9",
359359
"url" : "https://github.com/Alamofire/AlamofireImage/releases/tag/3.3.0",
360360
"version" : "3.3.0"
361+
},
362+
{
363+
"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).",
364+
"createdAt" : "2023-09-14T00:30:53+09:00",
365+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
366+
"id" : "RE_kwDOAn2D584HNiet",
367+
"owner" : "Alamofire",
368+
"publishedAt" : "2023-09-14T00:31:52+09:00",
369+
"repository" : "AlamofireImage",
370+
"title" : "4.3.0: Welcome Back",
371+
"url" : "https://github.com/Alamofire/AlamofireImage/releases/tag/4.3.0",
372+
"version" : "4.3.0"
361373
}
362374
]

Outputs/Apollo iOS.json

+60
Original file line numberDiff line numberDiff line change
@@ -742,5 +742,65 @@
742742
"title" : "1.3.2",
743743
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.3.2",
744744
"version" : "1.3.2"
745+
},
746+
{
747+
"body" : "### New\r\n\r\n- **Added the ability pass a custom `RequestContext` to networking APIs ([#3198](https://github.com/apollographql/apollo-ios/pull/3198)):** _Thank you to [@danieltiger](https://github.com/danieltiger) for the contribution._\r\n - **Minor Breaking Change:** The `requestContext` parameter is optional with a default value of `nil`. This means there are no breaking changes to the APIs for making networking calls. However, the `requestContext` parameter was also added to the `ApolloClientProtocol`. For custom implementations of this protocol (usually used for unit testing), you will need to add the `requestContext` parameter to your function signatures.\r\n \r\n### Fixed\r\n\r\n- **Null values are no longer stripped from the underlying data used by generated `SelectionSet` models ([apollo-ios-dev/#25](https://github.com/apollographql/apollo-ios-dev/pull/25)):**\r\n - When these models were manually inserted into the cache, the null fields, which were stripped, were not written to the cache. This caused unintended cache misses when fetching those values back out of the cache.\r\n - This fixes [#3092](https://github.com/apollographql/apollo-ios/issues/3092). _Thank you to [@aleksanderlorenc-lw](https://github.com/aleksanderlorenc-lw) for raising this issue._ ",
748+
"createdAt" : "2023-09-06T05:51:53+09:00",
749+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
750+
"id" : "RE_kwDOA9NCTc4HJ1aR",
751+
"owner" : "apollographql",
752+
"publishedAt" : "2023-09-06T06:07:16+09:00",
753+
"repository" : "apollo-ios",
754+
"title" : "1.5.0",
755+
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.5.0",
756+
"version" : "1.5.0"
757+
},
758+
{
759+
"body" : "### Improvement\r\n\r\n- **Added `OutputOptions` property to codegen for marking generated classes as `final` ([#3189](https://github.com/apollographql/apollo-ios/pull/3189)):** _Thank you to [@Mordil](https://github.com/Mordil) for the contribution._\r\n\r\n### Fixed\r\n\r\n- **Codegen `itemsToGenerate` option for `.all` not generating an operation manifest ([#3215](https://github.com/apollographql/apollo-ios/pull/3215)):** _Thank you to [@TizianoCoroneo](https://github.com/TizianoCoroneo) for finding and fixing the issue._\r\n- **Codegen operation manifest inadvertantly being generated twice ([#3225](https://github.com/apollographql/apollo-ios/pull/3225)):** _Thank you to [@jimisaacs](https://github.com/jimisaacs) for finding and fixing the issue._",
760+
"createdAt" : "2023-09-30T04:44:50+09:00",
761+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
762+
"id" : "RE_kwDOA9NCTc4HV3KZ",
763+
"owner" : "apollographql",
764+
"publishedAt" : "2023-09-30T04:47:42+09:00",
765+
"repository" : "apollo-ios",
766+
"title" : "1.5.1",
767+
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.5.1",
768+
"version" : "1.5.1"
769+
},
770+
{
771+
"body" : "The purpose of this release is to provide a deprecation message to users of `ApolloCodegenLib` who are scripting their code generation in advance of an upcoming change to our libraries and repo structure. Beginning with the upcoming 1.6.0 release the code generation libraries will be their own SPM package in their own repo which will require you to add a new dependency to you project in order for your code generation scripting to compile. More information can be found in our [announcement](https://github.com/apollographql/apollo-ios/issues/3240) of this change.\r\n\r\n**If you would like to avoid this deprecation warning in your builds feel free to stay on 1.5.1 or earlier, this warning will be gone in the 1.6.0 release**\r\n\r\nPR containing deprecation warning for reference: [#3243](https://github.com/apollographql/apollo-ios/pull/3243).",
772+
"createdAt" : "2023-09-30T05:08:52+09:00",
773+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
774+
"id" : "RE_kwDOA9NCTc4HV3u7",
775+
"owner" : "apollographql",
776+
"publishedAt" : "2023-09-30T05:10:39+09:00",
777+
"repository" : "apollo-ios",
778+
"title" : "1.5.2",
779+
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.5.2",
780+
"version" : "1.5.2"
781+
},
782+
{
783+
"body" : "The Apollo iOS ecosystem is changing in the 1.6.0 release in order to provide a better development experience for users. For most users nothing will change, while some users will see a minor difference. The biggest change is that the `ApolloCodegenLib` is now in a separate repo/package that will need to be included as its own dependency from [apollo-ios-codegen](https://github.com/apollographql/apollo-ios-codegen) if you are doing your code generation through Swift. If you are using the codegen CLI then no changes are necessary.\r\n\r\nFor a detailed breakdown of the changes please see this [GitHub Issue](https://github.com/apollographql/apollo-ios/issues/3240).\r\n\r\n### Fixed\r\n\r\n- **Fixed crashes in iOS 14.4 and below ([#61](https://github.com/apollographql/apollo-ios-dev/pull/61)):** _Thank you to [matijakregarGH](https://github.com/matijakregarGH) for reporting the issue._",
784+
"createdAt" : "2023-10-07T03:59:21+09:00",
785+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
786+
"id" : "RE_kwDOA9NCTc4HZZc2",
787+
"owner" : "apollographql",
788+
"publishedAt" : "2023-10-07T04:06:14+09:00",
789+
"repository" : "apollo-ios",
790+
"title" : "1.6.0",
791+
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.6.0",
792+
"version" : "1.6.0"
793+
},
794+
{
795+
"body" : "### Fixed\r\n\r\n- **Fix bug with `AnyHashable` coercion ([#68](https://github.com/apollographql/apollo-ios-dev/pull/68)):** This is an additional fix for the crashes on iOS `14.4.1`.",
796+
"createdAt" : "2023-10-13T07:55:54+09:00",
797+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
798+
"id" : "RE_kwDOA9NCTc4Hcepo",
799+
"owner" : "apollographql",
800+
"publishedAt" : "2023-10-13T08:03:23+09:00",
801+
"repository" : "apollo-ios",
802+
"title" : "1.6.1",
803+
"url" : "https://github.com/apollographql/apollo-ios/releases/tag/1.6.1",
804+
"version" : "1.6.1"
745805
}
746806
]

Outputs/Carthage.json

+12
Original file line numberDiff line numberDiff line change
@@ -382,5 +382,17 @@
382382
"title" : "0.39.0",
383383
"url" : "https://github.com/Carthage/Carthage/releases/tag/0.39.0",
384384
"version" : "0.39.0"
385+
},
386+
{
387+
"body" : "**Fixed**\r\n\r\n* Support visionOS by using -destination `xros`/`xrsimulator`. Make additive changes to `XCDBLD`’s `SDK`. (#3345).\r\n* Fix Makefile to only pass `-static-stdlib` when Xcodes are accommodated. (#3350).\r\n\r\n**Acknowledgments**\r\n\r\nThanks to all contributors.",
388+
"createdAt" : "2023-09-19T01:44:17+09:00",
389+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
390+
"id" : "RE_kwDOAX4-3M4HPvoz",
391+
"owner" : "Carthage",
392+
"publishedAt" : "2023-09-19T01:45:54+09:00",
393+
"repository" : "Carthage",
394+
"title" : "0.39.1",
395+
"url" : "https://github.com/Carthage/Carthage/releases/tag/0.39.1",
396+
"version" : "0.39.1"
385397
}
386398
]

Outputs/CocoaPods.json

+12
Original file line numberDiff line numberDiff line change
@@ -382,5 +382,17 @@
382382
"title" : "",
383383
"url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.12.0",
384384
"version" : "1.12.0"
385+
},
386+
{
387+
"body" : "##### Enhancements\r\n\r\n* Add `visionOS` as a new platform. \r\n [Gabriel Donadel](https://github.com/gabrieldonadel)\r\n [#11965](https://github.com/CocoaPods/CocoaPods/pull/11965)\r\n\r\n* Extend `script_phase` DSL to support `always_out_of_date` attribute. \r\n [Alvar Hansen](https://github.com/alvarhansen)\r\n [#12055](https://github.com/CocoaPods/CocoaPods/pull/12055)\r\n\r\n##### Bug Fixes\r\n\r\n* Use `safe_load` during custom YAML config loading. \r\n [Dimitris Koutsogiorgas](https://github.com/dnkoutso)\r\n [#11974](https://github.com/CocoaPods/CocoaPods/pull/11974)\r\n\r\n* Xcode 15 fix: Replace `DT_TOOLCHAIN_DIR` with `TOOLCHAIN_DIR` when generating script. \r\n [Marcus Wu](https://github.com/marcuswu0814)\r\n [#12009](https://github.com/CocoaPods/CocoaPods/pull/12009)",
388+
"createdAt" : "2023-09-23T06:47:37+09:00",
389+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
390+
"id" : "RE_kwDOACGf_c4HSeii",
391+
"owner" : "CocoaPods",
392+
"publishedAt" : "2023-09-23T06:48:49+09:00",
393+
"repository" : "CocoaPods",
394+
"title" : "1.13.0",
395+
"url" : "https://github.com/CocoaPods/CocoaPods/releases/tag/1.13.0",
396+
"version" : "1.13.0"
385397
}
386398
]

Outputs/Core ML Stable Diffusion.json

+12
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,17 @@
5858
"title" : "1.0.0",
5959
"url" : "https://github.com/apple/ml-stable-diffusion/releases/tag/1.0.0",
6060
"version" : "1.0.0"
61+
},
62+
{
63+
"body" : "- SDXL iOS and iPadOS Benchmarks\r\n- SDXL refiner Swift inference by @zachnagengast\r\n- SDXL base Python inference by @lopez-hector \r\n- CUDA RNG in Swift by @liuliu \r\n- Karras schedule for DPMSolver by @pcuenq \r\n- Other improvements",
64+
"createdAt" : "2023-09-28T23:26:41+09:00",
65+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
66+
"id" : "RE_kwDOIcVD8s4HVHvO",
67+
"owner" : "apple",
68+
"publishedAt" : "2023-09-28T23:28:21+09:00",
69+
"repository" : "ml-stable-diffusion",
70+
"title" : "1.1.0",
71+
"url" : "https://github.com/apple/ml-stable-diffusion/releases/tag/1.1.0",
72+
"version" : "1.1.0"
6173
}
6274
]

Outputs/Firebase Apple SDK.json

+24
Original file line numberDiff line numberDiff line change
@@ -634,5 +634,29 @@
634634
"title" : "Firebase Apple 10.14.0",
635635
"url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.14.0",
636636
"version" : "10.14.0"
637+
},
638+
{
639+
"body" : "The Firebase Apple SDK (10.15.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#10.15.0)\r\n\r\nTo install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup)",
640+
"createdAt" : "2023-09-06T23:50:28+09:00",
641+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
642+
"id" : "RE_kwDOBU6LVM4HM_rl",
643+
"owner" : "firebase",
644+
"publishedAt" : "2023-09-13T03:41:37+09:00",
645+
"repository" : "firebase-ios-sdk",
646+
"title" : "Firebase Apple 10.15.0",
647+
"url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.15.0",
648+
"version" : "10.15.0"
649+
},
650+
{
651+
"body" : "The Firebase Apple SDK (10.16.0) is now available. For more details, see\r\nthe [Firebase Apple SDK release notes](https://firebase.google.com/support/release-notes/ios#10.16.0).\r\n\r\nTo install this SDK, see [Add Firebase to your project](https://firebase.google.com/docs/ios/setup).",
652+
"createdAt" : "2023-10-03T00:09:10+09:00",
653+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
654+
"id" : "RE_kwDOBU6LVM4HXVFY",
655+
"owner" : "firebase",
656+
"publishedAt" : "2023-10-04T04:20:40+09:00",
657+
"repository" : "firebase-ios-sdk",
658+
"title" : "Firebase Apple 10.16.0",
659+
"url" : "https://github.com/firebase/firebase-ios-sdk/releases/tag/10.16.0",
660+
"version" : "10.16.0"
637661
}
638662
]

Outputs/LicensePlist.json

+12
Original file line numberDiff line numberDiff line change
@@ -526,5 +526,17 @@
526526
"title" : "3.24.10",
527527
"url" : "https://github.com/mono0926/LicensePlist/releases/tag/3.24.10",
528528
"version" : "3.24.10"
529+
},
530+
{
531+
"body" : "## What's Changed\r\n* Add `Source` key to the generated *.plist files by @nandodelauni in https://github.com/mono0926/LicensePlist/pull/219\r\n\r\n## New Contributors\r\n* @nandodelauni made their first contribution in https://github.com/mono0926/LicensePlist/pull/219\r\n\r\n**Full Changelog**: https://github.com/mono0926/LicensePlist/compare/3.24.10...3.24.11",
532+
"createdAt" : "2023-09-06T16:41:34+09:00",
533+
"fetchedFromAPIAt" : "2023-10-18T13:22:51+09:00",
534+
"id" : "RE_kwDOBVhcvM4HKBcU",
535+
"owner" : "mono0926",
536+
"publishedAt" : "2023-09-06T16:41:42+09:00",
537+
"repository" : "LicensePlist",
538+
"title" : "3.24.11: Add `Source` key to the generated *.plist files",
539+
"url" : "https://github.com/mono0926/LicensePlist/releases/tag/3.24.11",
540+
"version" : "3.24.11"
529541
}
530542
]

0 commit comments

Comments
 (0)