You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port the format and CI tooling from SwiftSync:
- .swift-format (120 cols, 4-space) and a one-time pre-commit hook
(.githooks/pre-commit, enabled via scripts/setup.sh) that formats
staged Swift files.
- CI jobs: swift-format check, a warnings gate (fails on any first-party
warning:), and a dead-doc-link check (scripts/check-doc-links.py),
alongside the existing go-httpbin build & test.
- Reformat Sources/ and Tests/ to satisfy the format check.
- Fix README link to the deleted CHANGELOG.md (-> GitHub releases) so the
new doc-link gate is green.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -638,7 +638,7 @@ In your `Package.swift`:
638
638
639
639
…and add `"Networking"` to your target's dependencies. In Xcode, use **File ▸ Add Package Dependencies…** and enter `https://github.com/3lvis/Networking.git`.
640
640
641
-
>**Upgrading from 7.x?**8.0.0is a major, breaking release (async/`await` + `Result`, Swift 6, typed request bodies, a categorized error model, an event stream, and request interceptors). See [`CHANGELOG.md`](CHANGELOG.md) for the full migration.
641
+
>**Upgrading from 7.x?**8.0.0is a major, breaking release (async/`await` + `Result`, Swift 6, typed request bodies, a categorized error model, an event stream, and request interceptors). See the [release notes](https://github.com/3lvis/Networking/releases) for the full migration.
0 commit comments