Swiftpack.co - Swift Packages by netguru

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

Packages published by netguru

netguru/ResponseDetective 1.5.1
Sherlock Holmes of the networking layer. :male_detective:
⭐️ 1,949
🕓 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.
1.5.1: The Noble Bachelor
2 years ago
In this release: - ResponseDetective allows integrating via SPM. (https://github.com/netguru/ResponseDetective/pull/64, @mattboran)
1.5.0: The Engineer's Thumb
3 years ago
In this release: - The configuration files which were pulled from `netguru/xcconfigs` are now vendored. (#63, @akashivskyy) - Modernized the project for Xcode 12.2 and Swift 5.3. (#63, @akashivskyy)
1.4.0: The Speckled Band
4 years ago
In this release: - Fixed a crash caused by obtaining pointer address of `URLSession`. (#59, @akashivskyy) - Modernized the project for Xcode 11.4 and Swift 5.2. (#59, @akashivskyy) _Note: The prebuilt framework is not going to be distributed from this release forward._
1.3.0: The Blue Carbuncle
4 years ago
In this release: - Modernized the project to Xcode 10.2 and Swift 5.0 (#57, @akashivskyy) Kudos to @sochalewski who helped review the pull requests! _Note: The prebuilt framework is written in **Swift 5.0** and built in **Xcode 10.2**._
1.2.4: The Man with the Twisted Lip
5 years ago
In this release: - Released changes introduced in 1.2.3 to CocoaPods. Zero source changes have been made. _Note: The prebuilt framework is written in **Swift 3.2** and built in **Xcode 9.3**._
1.2.3: The Five Orange Pips
6 years ago
In this release: - Fixed compilation problem with Xcode 9.3 (#51, @fphilipe, @akashivskyy) _Note: The prebuilt framework targets **Swift 3.2** and **Xcode 9.2**._
1.2.2: The Boscombe Valley Mystery
6 years ago
In this release: - Fixed deprecation warnings raised by Xcode 9.1 (#49, @akashivskyy) Kudos to @sochalewski who helped review the pull requests! _Note: The prebuilt framework targets **Swift 3.2** and **Xcode 9.1**._
1.2.1: A Case of Identity
6 years ago
In this release: - Renamed and enabled project schemes for archiving, fixing installation via Carthage >= 0.26 (#46, #47, @Maciej-Matuszewski, @akashivskyy) Zero source changes have been made. _Note: The prebuilt framework targets **Swift 3.2** and **Xcode 9.0**._
1.2.0: The Red-headed League
6 years ago
In this release: - Modernized the project to Xcode 9 and Swift 3.2 (#41, #45, @akashivskyy) - Migrated underlying project configuration to netguru/xcconfigs (#33, #37, @akashivskyy) - Fixed a documentation mistake (#44, @castus) Zero source changes have been made. Kudos to @Siemian who helped review the pull requests! _Note: The prebuilt framework targets **Swift 3.2** and **Xcode 9.0**._
1.1.0: A Scandal in Bohemia
6 years ago
In this release: - `*/x-www-form-urlencoded` content-types are now deserialized (#31, #32, kudos to @akashivskyy!) - `text/*` (not only `text/plain`) content-types are now deserialized (#32, kudos to @akashivskyy!) Kudos to @pikor who helped review the pull requests! _Note: The prebuilt framework targets **Swift 3.1** and **Xcode 8.3**._
iOS macOS tvOS
netguru/BlueSwift v1.0.0-alpha
Swift framework for easy connection with Bluetooth peripherals.
⭐️ 164
🕓 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.
1.1.6
21 weeks ago
## [1.1.6] - 2023-10-27 ### Fixed - Fix Swift 5.9 (Xcode 15) build error caused by `Data(bytes:count:)` initializer.
1 year ago
Fix issue with releasing library in official cocoapods repo
v1.1.4
1 year ago
### Changed - Synchronize access to array storing peripherals to increase thread safety.
v1.1.3 (Cancel unexpected peripheral connection)
1 year ago
### Changed - Peripheral which was connected, but it was not on the list of peripherals that should be connected, is disconnected. This change allows to discover this peripheral again.
v1.1.2 (Central Manager state update handler)
1 year ago
### Added - added settable `centralManagerStateUpdateHandler` public property to `BluetoothConnection` to monitor updates to Central Manager state.
v1.1.1 (Delay Bluetooth authorization popup)
1 year ago
## [1.1.1] - 2022-04-14 ### Added - `bluetoothAuthorizationStatus` public property was added to `BluetoothConnection` to determine current Bluetooth authorization status. - `requestBluetoothAuthorization()` public method was added to `BluetoothConnection` to requests User for authorization to use Bluetooth. - `BluetoothAuthorizationStatus` enum describing Bluetooth authorization status ### Changed - `ConnectionService`: `centralManager` (`CBCentralManager`) is instantiated lazily to postpone showing Bluetooth authorization popup until it is needed.
Enable Swift library evolution
1 year ago
This release enables Swift library evolution (`BUILD_LIBRARY_FOR_DISTRIBUTION = YES`) to allow creating XCFrameworks using BlueSwift. See ["Library Evolution in Swift"](https://www.swift.org/blog/library-evolution/) official swift blogpost. This change: - allows modules built with different compiler versions to be used together in one app. - allows developers of binary frameworks to make additive changes to the API of their framework while remaining binary compatible with previous versions.
1.0.6
1 year ago
## What's Changed * Add Swift Package Manager support by @alex-taffe in https://github.com/netguru/BlueSwift/pull/41 * Add handler for peripheral connection cancelled: added public `peripheralConnectionCancelledHandler(_:)` settable property to `BluetoothConnection` class. It is called when disconnecting a peripheral using `disconnect(_:)` is completed. By @filip-zielinski in https://github.com/netguru/BlueSwift/pull/42 * refactored some `.filter(_:).first` to `first(where:)` for optimisation, by @filip-zielinski in https://github.com/netguru/BlueSwift/pull/42 ## New Contributors * @alex-taffe made their first contribution in https://github.com/netguru/BlueSwift/pull/41 * @filip-zielinski made their first contribution in https://github.com/netguru/BlueSwift/pull/42 **Full Changelog**: https://github.com/netguru/BlueSwift/compare/1.0.5...1.0.6
1.0.3
5 years ago
This release solves two minor issues: - build issues with Main.storyboard in sample project. - ability to write without response.
1.0.2
5 years ago
Small cosmetic improvements.
iOS

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