Swiftpack.co - Swift Packages by Building42

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by Building42

Building42/Telegraph swift-4.2
Secure Web Server for iOS, tvOS and macOS
⭐️ 771
🕓 3 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
0.40.0
4 weeks ago
- **Breaking:** New HTTP Parser based on [llhttp](https://github.com/nodejs/llhttp) (fixes the HEAD request issues) - **Breaking:** Deployment targets have been updated (iOS 12, tvOS 12, macOS 10.13) - Fix for HTTP enum errors encountered by CocoaPods users - Server connection sets are now easier to access - Drop support for Carthage package manager - Update HTTPParserC to 9.2.0 - Support Xcode 15.3 **NOTE:** This version won't be available to CocoaPods users yet. The CocoaPods spec linter is throwing an error because the deployment targets of the CocoaAsyncSocket are too far behind. Not sure how long this will take to fix. Eventually we need to get rid of CocoaAsyncSocket and replace it with Apple's Network framework.
1 year ago
- Use semantic versioning for Telegraph (versions will follow the major.minor.patch format) - Use semantic versioning for SPM dependencies (thanks [kaden-weber](https://github.com/kaden-weber)) - Add simple caching support to file handler (thanks [JoebayId](https://github.com/Joebayld)) - Provide more control on when the content length is calculated (thanks [opera-ddrechny](https://github.com/opera-ddrechny)) - Reissue demo certificates, some expired in June 2022 - Support Xcode 13.4.1
3 years ago
- **Breaking:** The `master` branch has been renamed to `main` (see [GitHub's new naming scheme](https://github.com/github/renaming)) - **Breaking:** Refactor URI, improve handling of query parameters (thanks [dabuddha](https://github.com/dabuddha)) - **Breaking:** Update iOS deployment target to 9.0 (thanks [GeroHerkenrath](https://github.com/GeroHerkenrath)) - Improve mime-type handling in the file handler (thanks [dabuddha](https://github.com/dabuddha)) - Add support for symbolic links to the file handler (thanks [Joebayld](https://github.com/Joebayld)) - Add more Access Control headers (thanks [Joebayld](https://github.com/Joebayld)) - Update CocoaAsyncSocket to 7.6.5 - Update HTTPParserC to 2.9.4
4 years ago
- Add Swift Package Manager support - Update CocoaAsyncSocket to 7.6.4 - Update demos for iOS 13 and macOS 10.15 support - Fix `TCPListener` interface binding (thanks [Pikuseru](https://github.com/Pikuseru))
4 years ago
- Add CORS header - Add function to write raw Data to HTTPConnection - Make it easier to override Server implementation - Simplify HTTPRoute, allow special characters - Simplify project structure
4 years ago
- Convert to Swift 5 - Add PATCH to HTTPMethod - Update HTTPParserC to 2.9.2 - Fix Xcode 11 beta warnings
5 years ago
- HTTPStatus built-in codes are compared by status code, ignoring the phrase - WebSocketMessage is easier to initialize - Fix SwiftLint warnings and code cleanup This version can be compiled with Swift 5.
5 years ago
- Add endpoint information to connections and WebSocket - Make Endpoint hashable - Update HTTPParserC to 2.9.0
5 years ago
- Fix hashValue warning in HTTPHeaderName - Make Server's concurrency property public - Make WebSocket header names public
5 years ago
- Add more commonly used headers - Add redirect example
iOS macOS tvOS linux macOS iOS
Building42/HTTPParserC 9.2.0
HTTP message parser written in C
⭐️ 27
🕓 4 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
9.2.0
4 weeks ago
**Breaking:** moved from [http_parser](https://github.com/nodejs/http-parser) to [llhttp](https://github.com/nodejs/llhttp) - Added support for WatchOS and VisionOS - Version number matches latest version of llhttp
3 years ago
- Updated http-parser source to 2.9.4 - Updated iOS deployment target to 9.0 for Xcode 12
iOS macOS watchOS tvOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics