Swiftpack.co - Swift Packages by AndrewBarba

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

Packages published by AndrewBarba

AndrewBarba/Bluebird.swift 6.0.0
Promise/A+, Bluebird inspired, implementation in Swift 5
⭐️ 41
🕓 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.
v6.0.0 - async/await
1 year ago
1. Support async/await with new `Promise.value()`
v5.1.0 - Combine
4 years ago
1. Support Combine framework with new `.publisher()` method
v5.0.0 - Swift 5.0
5 years ago
1. Built with Swift 5.0
v4.0.0 - Swift 4.2
5 years ago
1. Built for Swift 4.2
v3.0.0 - Unfair Lock
5 years ago
1. On iOS 10+ and macOS 10.12+ the locking mechanism for `Promise` is backed by `os_unfair_lock` bringing a significant performance improvement. On prior versions of iOS and macOS the locking mechanism falls back to a serial `DispatchQueue` 2. Expose a new `Lock` class that hides the implementation detail of the underlying lock, preferring `os_unfair_lock` when available, and falling back to a serial `DispatchQueue` when it's not.
v2.4.0 - Promise Cancellation
6 years ago
1. Add `Promise.cancel` 2. Add `Promise { resolve, reject, onCancel in }`
v2.2.0 - tapCatch
6 years ago
1. Add `Promise.tapCatch`
v2.1.0 - Docs, SPM, Return
6 years ago
1. Add `Promise.return` 2. Support CocoaPods v1.4.0 3. Support Swift Package Manager 4. Hosted documentation generated with Jazzy
v2.0.1 - Swift Package Manager
6 years ago
1. Add missing Foundation imports for Swift Package Manager
v2.0.0 - Swift 4
6 years ago
1. Swift 4 and Xcode 9 2. Renamed `catchThen` to `recover` 3. Added Promise/A+ test suite
AndrewBarba/alpaca-swift 1.0.0-beta.4
Alpaca Swift Client
⭐️ 12
🕓 5 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.
v1.0.0-beta.4
3 years ago
- Add support for iOS - Add support for tvOS
v1.0.0-beta.3
3 years ago
- Move data methods to `AlpacaClient().data`
v1.0.0-beta.2
3 years ago
- Adds support for Alpaca Data API v1
v1.0.0-beta.1
3 years ago
Initial beta release. Documentation: https://andrewbarba.github.io/alpaca-swift/
iOS macOS watchOS tvOS

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