Swiftpack.co - Swift Packages by 417-72KI

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

Packages published by 417-72KI

417-72KI/MultipartFormDataParser 2.2.1
Testing tool for `multipart/form-data`
⭐️ 14
🕓 3 days 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.
2.2.1
3 days ago
## What's Changed * Convert optional UTF8 String <-> Data conversion to non-optional ones by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/84 * Add failure tests by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/85 * Remove unused codes which depends on `OHHttpStubs` by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/86 **Full Changelog**: https://github.com/417-72KI/MultipartFormDataParser/compare/2.2.0...2.2.1
2.2.0
5 days ago
> [!IMPORTANT] > **Now requires Swift 5.8+** ## What's Changed * Refactor `createBody` in test by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/76 * Extract test destinations to `matrix.json` by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/77 * Update actions/download-artifact action to v4 by @renovate in https://github.com/417-72KI/MultipartFormDataParser/pull/78 * Update actions/upload-artifact action to v4 by @renovate in https://github.com/417-72KI/MultipartFormDataParser/pull/79 * Swift 5.9 support by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/81 * Update actions/cache action to v4 by @renovate in https://github.com/417-72KI/MultipartFormDataParser/pull/80 * Bump required version to 5.8 by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/83 **Full Changelog**: https://github.com/417-72KI/MultipartFormDataParser/compare/2.1.2...2.2.0
2.1.2
28 weeks ago
## What's Changed * Iterate `MultipartFormData` itself by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/75 **Full Changelog**: https://github.com/417-72KI/MultipartFormDataParser/compare/2.1.1...2.1.2
2.1.1
29 weeks ago
## What's Changed * Update actions/checkout action to v4 by @renovate in https://github.com/417-72KI/MultipartFormDataParser/pull/73 * Make `elements` public by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/74 **Full Changelog**: https://github.com/417-72KI/MultipartFormDataParser/compare/2.1.0...2.1.1
2.1.0
36 weeks ago
> [!IMPORTANT] > **Now requires Swift 5.7+** ## What's Changed * macOS Ventura support by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/68 * Update Swift to 5.7 by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/71 * Test with Concurrency by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/70 * Testable in Linux by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/72 **Full Changelog**: https://github.com/417-72KI/MultipartFormDataParser/compare/2.0.2...2.1.0
2.0.2
38 weeks ago
## What's Changed * Replace deprecated `set-output` by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/69 * Xcode 14.x support by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/67 **Full Changelog**: https://github.com/417-72KI/MultipartFormDataParser/compare/2.0.1...2.0.2
2.0.1
38 weeks ago
## What's Changed * Replace `Error` with `LocalizedError` by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/65 * macOS monterey support by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/66 **Full Changelog**: https://github.com/417-72KI/MultipartFormDataParser/compare/2.0.0...2.0.1
2.0.0
2 years ago
## What's Changed * Drop Carthage support by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/14 * Unify test cases by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/62 * Support Cocoapods by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/64 * Prepare for v2.0.0 by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/63 **Full Changelog**: https://github.com/417-72KI/MultipartFormDataParser/compare/1.4.3...2.0.0
1.4.3
2 years ago
## What's Changed * Bump Alamofire to 5.6.0 by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/57 * Fix test case with `Alamofire` by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/58 * Upload `xcresult` and dump to GitHub Checks by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/59 * Enable test without `OHHTTPStubs` by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/60 **Full Changelog**: https://github.com/417-72KI/MultipartFormDataParser/compare/1.4.2...1.4.3
1.4.2
2 years ago
## What's Changed * Update 417-72KI/danger-swiftlint action to v5 by @renovate in https://github.com/417-72KI/MultipartFormDataParser/pull/45 * Update actions/checkout action to v3 by @renovate in https://github.com/417-72KI/MultipartFormDataParser/pull/50 * Xcode 13.2 support by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/52 * Update actions/cache action to v3 by @renovate in https://github.com/417-72KI/MultipartFormDataParser/pull/51 * Bump swift-tools-version to 5.5 by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/53 * Add test pattern using Swift Concurrency by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/55 * Release v1.4.2 by @417-72KI in https://github.com/417-72KI/MultipartFormDataParser/pull/56 **Full Changelog**: https://github.com/417-72KI/MultipartFormDataParser/compare/1.4.1...1.4.2
iOS macOS tvOS macCatalyst
417-72KI/MockUserDefaults 2.4.0
Mocking UserDefaults for tests
⭐️ 6
🕓 1 week 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.
2.4.0
1 week ago
> [!IMPORTANT] > 1. Now requires Swift 5.7 or above > 1. `UserDefaults.mocked` in Swift has been deprecated and will be renamed to `UserDefults.mock`. ## What's Changed * Use my own preset for Renovate by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/57 * Update actions/github-script action to v7 by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/58 * Update actions/download-artifact action to v4 by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/59 * Update actions/upload-artifact action to v4 by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/60 * Replace badge of test status by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/61 * Xcode 15 support by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/63 * Rename `.mocked` to `.mock` in Swift by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/62 **Full Changelog**: https://github.com/417-72KI/MockUserDefaults/compare/2.3.0...2.4.0
2.3.0
31 weeks ago
> [!IMPORTANT] > Now requires Swift 5.6 or above ## What's Changed * Update runner to `macOS-13` by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/55 * Drop Swift 5.5 by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/56 **Full Changelog**: https://github.com/417-72KI/MockUserDefaults/compare/2.2.0...2.3.0
2.2.0
31 weeks ago
> [!IMPORTANT] > Now requires Swift 5.5 or above ## What's Changed * Use official Docker image instead of setting up in workflow to run `renovate-config-validator` by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/53 * Update actions/checkout action to v4 by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/48 * Drop Swift 5.3 and 5.4 support by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/52 * Fix test workflow by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/54 **Full Changelog**: https://github.com/417-72KI/MockUserDefaults/compare/2.1.1...2.2.0
2.1.1
31 weeks ago
## What's Changed * fix watchOS deployment target to `4.0` by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/51 **Full Changelog**: https://github.com/417-72KI/MockUserDefaults/compare/2.1.0...2.1.1
2.1.0
31 weeks ago
> [!IMPORTANT] > Now requires Swift 5.3 or above ## What's Changed * Require Swift 5.3 by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/45 * Fix Makefiles by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/46 * Merge xcresults to single xcresult for test result by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/47 * Update version matrix for macOS 12 runner by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/49 **Full Changelog**: https://github.com/417-72KI/MockUserDefaults/compare/2.0.0...2.1.0
2.0.0
2 years ago
## What's Changed * Update actions/cache action to v3 by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/37 * Drop Xcode 11.x by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/39 * Convert demo app not to use CocoaPods nor Carthage by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/40 * Drop Carthage support by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/38 * Dump test result by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/42 * Convert DemoApp from XcodeGen-based to Package-based project by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/41 * Remove fastlane by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/44 * Auto-deploy podspec by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/43 **Full Changelog**: https://github.com/417-72KI/MockUserDefaults/compare/1.3.1...2.0.0
1.3.1
2 years ago
## What's Changed * Reconfigure Renovate by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/28 * Update actions/checkout action to v3 by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/27 * Update actions/github-script action to v6 by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/30 * Update actions/setup-node action to v3 by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/31 * Run `Renovate` workflow also when yml is updated by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/33 * Update .gitignore by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/34 * Matrix from json by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/36 * Prepare for v1.3.1 by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/35 **Full Changelog**: https://github.com/417-72KI/MockUserDefaults/compare/1.3.0...1.3.1
Xcode 12.5 support
2 years ago
## What's Changed * Bump addressable from 2.7.0 to 2.8.0 by @dependabot in https://github.com/417-72KI/MockUserDefaults/pull/16 * Configure Renovate by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/15 * Update actions/cache action to v2 by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/17 * Update actions/checkout action to v2 by @renovate in https://github.com/417-72KI/MockUserDefaults/pull/18 * Xcode 12.5 support by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/21 * Xcode 12 support by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/20 * Fix support version by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/22 * Update ruby by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/24 * Update demo app by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/25 * Prepare for v1.3.0 by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/23 **Full Changelog**: https://github.com/417-72KI/MockUserDefaults/compare/1.2.0...1.3.0
Support Swift Package Manager
4 years ago
## What's Changed * Refactor by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/9 * Demo App by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/8 * Bump excon from 0.66.0 to 0.71.0 by @dependabot in https://github.com/417-72KI/MockUserDefaults/pull/10 * Bump rubyzip from 1.2.4 to 1.3.0 by @dependabot in https://github.com/417-72KI/MockUserDefaults/pull/11 * Fix return value type of `synchronize` by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/13 * Migrate to GitHub Actions by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/14 * SwiftPM support by @417-72KI in https://github.com/417-72KI/MockUserDefaults/pull/12 **Full Changelog**: https://github.com/417-72KI/MockUserDefaults/compare/1.1.0...1.2.0
Support `dictionaryRepresentation`
4 years ago
iOS macOS watchOS tvOS
417-72KI/ConfigurationPlist 1.2.0
Auto-generate configuration files for macOS/iOS
⭐️ 2
🕓 5 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.
Xcode10 New Build System Support
5 years ago
- Run script in new build system (#12) - Fix console output (#13)
Small fix
5 years ago
- Do not print coding keys when empty (#11)
Bug fix
5 years ago
- Empty case in resource directory (#8) - Add error descriptions (#9)
Fix bug with parsing bool value and double value (#5)
5 years ago
5 years ago
- Global variable to static default property (#4)
5 years ago
5 years ago
Swift Generator Available
5 years ago
Setup for Cocoapods
5 years ago
TODO: write README.md
417-72KI/StubNetworkKit 0.4.0
Stub your network requests in Swift
⭐️ 1
🕓 Yesterday
🔖 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.4.0
2 days ago
## Breaking - Now requires Swift 5.8 ## What's Changed * Update actions/download-artifact action to v4 by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/34 * Update actions/upload-artifact action to v4 by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/35 * Update actions/cache action to v4 by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/36 * Update 417-72KI/danger-swiftlint action to v5.10 by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/37 * Update dependency 417-72KI/MultipartFormDataParser to from: "2.2.0" by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/38 * Update dependency 417-72KI/MultipartFormDataParser to from: "2.2.1" by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/40 * Drop Swift 5.7 by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/39 **Full Changelog**: https://github.com/417-72KI/StubNetworkKit/compare/0.3.1...0.4.0
0.3.1
28 weeks ago
## Breaking `watchOS` is no longer supported in CocoaPods. Consider using Swift Package Manager to use in `watchOS` ## What's Changed * Fix podspec by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/33 **Full Changelog**: https://github.com/417-72KI/StubNetworkKit/compare/0.3.0...0.3.1
0.3.0
28 weeks ago
## Breaking - Now requires Swift 5.7 - **POST** request in watchOS has been unavailable because intercepting request is not working. ## What's Changed * Drop Swift 5.6 by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/25 * Swift 5.9 support by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/26 * `multipart/form-data` support by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/24 * Update dependency 417-72KI/MultipartFormDataParser to from: "2.1.2" by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/27 * Fix `Body.is~` failure by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/28 * Update watchOS supporting by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/29 * Update unexpected unhandled dependencies by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/30 * Refactor calling `StubNetworking.option` by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/31 * Divide files with no test cases to exclusive folders by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/13 * Danger by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/32 **Full Changelog**: https://github.com/417-72KI/StubNetworkKit/compare/0.2.1...0.3.0
0.2.1
29 weeks ago
## What's Changed * Replace whole tests with using Swift Concurrency by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/18 * Divide test with `Alamofire` and `APIKit` to each files by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/19 * Replace `::set-output` with using `GITHUB_OUTPUT` by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/20 * Update actions/checkout action to v4 by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/21 * Update actions/checkout digest to 8ade135 by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/22 **Full Changelog**: https://github.com/417-72KI/StubNetworkKit/compare/0.2.0...0.2.1
0.2.0
50 weeks ago
## What's Changed * Configure Renovate by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/14 * Update dependency YusukeHosonuma/SwiftParamTest to from: "2.2.1" by @renovate in https://github.com/417-72KI/StubNetworkKit/pull/15 * Drop Swift <= 5.5 by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/17 ## New Contributors * @renovate made their first contribution in https://github.com/417-72KI/StubNetworkKit/pull/14 **Full Changelog**: https://github.com/417-72KI/StubNetworkKit/compare/0.1.1...0.2.0
0.1.1
1 year ago
## What's Changed * Fix watchOS support version to 6.0 by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/11 * Set `spec.swift_versions` from matrix by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/12 **Full Changelog**: https://github.com/417-72KI/StubNetworkKit/compare/0.1.0...0.1.1
0.1.0
1 year ago
## What's Changed * Refactor `StubError` with LocalizedError by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/5 * Replace `switch` with `Result` style `get() throws` by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/6 * Do not cancel previous CI on `main` by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/8 * Add test pattern with function-chaining by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/7 * Protocol-based conditioning by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/9 * Rename package `StubNetworkingSwift` -> `StubNetworkKit` by @417-72KI in https://github.com/417-72KI/StubNetworkKit/pull/10 **Full Changelog**: https://github.com/417-72KI/StubNetworkKit/compare/0.0.2...0.1.0
0.0.2
1 year ago
## What's Changed * CocoaPods support by @417-72KI in https://github.com/417-72KI/StubNetworkingSwift/pull/4 **Full Changelog**: https://github.com/417-72KI/StubNetworkingSwift/compare/0.0.1...0.0.2
0.0.1
1 year ago
Initial release
iOS macOS watchOS tvOS
417-72KI/DangerSwiftPlugin 0.3.0
Plugin for Danger-Swift
⭐️ 0
🕓 1 year ago
417-72KI/ParameterizedTestUtil v1.0.0
Helps parameterized test in Swift
⭐️ 0
🕓 1 year 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.
v1.0.0
4 years ago
v1.0.0

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