Swiftpack.co - Swift Packages by cookpad

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

Packages published by cookpad

cookpad/Puree-Swift 5.2.0
馃嵂 Awesome log aggregator for iOS
猸愶笍 217
馃晸 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.
3 years ago
Add `chunkDataSizeLimit` to `BufferedOutput.Configuration`.
5.1.3
3 years ago
[Unify Minimum Support iOS Version by aomathwift 路 Pull Request #33 路 cookpad/Puree-Swift](https://github.com/cookpad/Puree-Swift/pull/33/files)
5.1.2
3 years ago
[Avoid IUO on FileLogStore by giginet 路 Pull Request #32 路 cookpad/Puree-Swift](https://github.com/cookpad/Puree-Swift/pull/32/files)
3 years ago
- Support Github Actions https://github.com/cookpad/Puree-Swift/pull/28 - Support Swift Package Manager https://github.com/cookpad/Puree-Swift/pull/29
5.1.0
3 years ago
- [Simplify Output initializer interface by kateinoigakukun 路 Pull Request #22 路 cookpad/Puree-Swift](https://github.com/cookpad/Puree-Swift/pull/22) - [BufferedOutput must be InstantiatableOutput by giginet 路 Pull Request #26 路 cookpad/Puree-Swift](https://github.com/cookpad/Puree-Swift/pull/26) ## Compatibility warning You have to migrate to a new API. Use `InstantiatableFilter` / `InstantiatableOutput` instead of `Filter` / `Output`. ```swift import Puree struct YourLogFilter: InstantiatableFilter { let tagPattern: TagPattern init(tagPattern: TagPattern, options: FilterOptions?) { self.tagPattern = tagPattern } } ```
Swift 5
5 years ago
#21
4.0.2
5 years ago
[Crash when deallocating Logger by liamnichols 路 Pull Request #20 路 cookpad/Puree-Swift](https://github.com/cookpad/Puree-Swift/pull/20)
4.0.1
5 years ago
[BufferedOutput timer does not schedule when setup from a background queue by liamnichols 路 Pull Request #19 路 cookpad/Puree-Swift](https://github.com/cookpad/Puree-Swift/pull/19)
4.0.0
5 years ago
- Enable multi threading [Logger works in sub thread and make buffered output thread safety by sidepelican 路 Pull Request #11 路 cookpad/Puree-Swift](https://github.com/cookpad/Puree-Swift/pull/11) - Support Swift 4.2
3.3.0
5 years ago
- [Introduce storageGroup on Output by giginet 路 Pull Request #9 路 cookpad/Puree-Swift](https://github.com/cookpad/Puree-Swift/pull/9)
iOS
cookpad/swift-user-defaults v0.0.2
A series of Swift friendly utilities for Foundation's UserDefaults class.
猸愶笍 8
馃晸 2 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.0.5
4 weeks ago
## What's Changed * Initial dependabot.yml configuration by @liamnichols in https://github.com/cookpad/swift-user-defaults/pull/11 * Bump cocoapods from 1.11.2 to 1.11.3 by @dependabot in https://github.com/cookpad/swift-user-defaults/pull/12 * Use sorted keys when encoding using the JSON strategy by @liamnichols in https://github.com/cookpad/swift-user-defaults/pull/20 * Add PrivacyInfo.xcprivacy by @mii-chan in https://github.com/cookpad/swift-user-defaults/pull/21 * Update CocoaPods, support new Xcode, drop iOS 11 support by @liamnichols in https://github.com/cookpad/swift-user-defaults/pull/22 ## New Contributors * @dependabot made their first contribution in https://github.com/cookpad/swift-user-defaults/pull/12 * @mii-chan made their first contribution in https://github.com/cookpad/swift-user-defaults/pull/21 **Full Changelog**: https://github.com/cookpad/swift-user-defaults/compare/0.0.4...0.0.5
0.0.4
2 years ago
## What's Changed * Update `@UserDefaultOverride` optional type initializers to support a default value by @liamnichols in https://github.com/cookpad/swift-user-defaults/pull/10 **Full Changelog**: https://github.com/cookpad/swift-user-defaults/compare/0.0.3...0.0.4
0.0.3
2 years ago
## What's Changed * Add support for watchOS and tvOS by @ryanpato in https://github.com/cookpad/swift-user-defaults/pull/6 * Drop 'v' prefix from tag names by @liamnichols in https://github.com/cookpad/swift-user-defaults/pull/9 * Introduce new `@UserDefaultOverride` property wrapper for better UI testing support by @liamnichols in https://github.com/cookpad/swift-user-defaults/pull/8 **Full Changelog**: https://github.com/cookpad/swift-user-defaults/compare/v0.0.2...0.0.3
v0.0.2
2 years ago
## What's Changed * Rename podspec to swift-user-defaults, add makefile and update readme by @ryanpato in https://github.com/cookpad/swift-user-defaults/pull/4 * Run library and example project tests against multiple Xcode versions and device destinations by @ryanpato in https://github.com/cookpad/swift-user-defaults/pull/5 **Full Changelog**: https://github.com/cookpad/swift-user-defaults/compare/v0.0.1...v0.0.2
The start
2 years ago
## What's Changed * Add podspec and update workflow yml to lint pod by @ryanpato in https://github.com/cookpad/swift-user-defaults/pull/3 ## New Contributors * @ryanpato made their first contribution in https://github.com/cookpad/swift-user-defaults/pull/3 **Full Changelog**: https://github.com/cookpad/swift-user-defaults/commits/v0.0.1
iOS macOS watchOS tvOS

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