Swiftpack.co - Swift Packages by envoy

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

Packages published by envoy

envoy/Embassy v4.1.6
Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux
⭐️ 593
πŸ•“ 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.
v4.1.6
1 year ago
## What's Changed * Fix build error introduced in new v4.1.5 by @mahyarwd in https://github.com/envoy/Embassy/pull/106 ## New Contributors * @mahyarwd made their first contribution in https://github.com/envoy/Embassy/pull/106 **Full Changelog**: https://github.com/envoy/Embassy/compare/v4.1.5...v4.1.6
v4.1.5
1 year ago
## What's Changed * Avoid closing sockets twice by @Goos in https://github.com/envoy/Embassy/pull/105 **Full Changelog**: https://github.com/envoy/Embassy/compare/v4.1.4...v4.1.5
v4.1.4 Fix for Xcode 14 withMemoryRebound crash
1 year ago
https://github.com/envoy/Embassy/pull/100 fix for Xcode 14 crash. Thank you @JRR-OSU!
Fix crash when reading request body
2 years ago
Includes https://github.com/envoy/Embassy/pull/97 – thanks @ArnaudWurmel!
Specify SPM target and tool version
4 years ago
Fixes for the Swift Package Manager Thanks @michaelnew !
Support for Swift 5.0 and Xcode 10.2
4 years ago
Fixes for Swift 5 compiler warnings and Xcode 10.2 build issues. Thanks @keith for helping!
Add support for tvOS
5 years ago
Thanks to @thisisjak for contributing adding a target for tvOS
Fix SelectorEventLoop reference cycle bug
5 years ago
Thanks to @v-lavrentikov's bug report, we fixed SelectorEventLoop reference cycle bug as described in #59
Fix build issue for Xcode 10
5 years ago
Thanks to @casademora and @MortenGregersen, this release is fixing build issue for Xcode 10
5 years ago
Fix warning for Xcode 10 https://github.com/envoy/Embassy/pull/56 Thanks @keith for helping!
linux macOS iOS
envoy/Ambassador v4.0.5
Super lightweight web framework in Swift based on SWSGI
⭐️ 181
πŸ•“ 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.
A new release for correcting version number in Podspec
5 years ago
In the previous release we had v4.0.4 tag on wrong commit, as a result the version number in Podspec file was wrong. This release just bumps the version and make a new release.
Add missing tvOS target platform in podspec
5 years ago
Add missing tvOS target platform in podspec, thanks to @Joe-Spectrum's contribution
Add support for tvOS
5 years ago
Thanks to @thisisjak for contributing adding a target for tvOS
Remove calls to deprecated property
5 years ago
Remove calls to deprecated property https://github.com/envoy/Ambassador/pull/28 Thanks @JanNash for contribution. Also thank @GeroHerkenrath for remind us about this new release https://github.com/envoy/Ambassador/issues/34
linux macOS iOS
envoy/BarcodeScanner 1.2.0
Swift Package (SPM) for the **IDScanNet** libraries
⭐️ 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.
1.2.0 Cordova Plugin
1 year ago
# BarcodeScanner from Cordova Plugin Swift Package (SPM) for version `1.2.0` of the **IDScanNet** libraries. xcframework extracted from [cordova-plugin-idscan](https://github.com/IDScanNet/cordova-plugin-idscan). The most recent release breaks the naming convention. ```swift #if targetEnvironment(simulator) import BarcodeScannerSimulator #else import BarcodeScanner #endif ```
envoy/BRLMPrinterKit v4.6.1
A Swift Package of the Brother Print SDK for iPhone/iPad
⭐️ 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.
v4.6.1
1 year ago
https://support.brother.com/g/s/es/htmldoc/mobilesdk/about/release-notes-ios.html Note that since this is a jump from 4.3.1 to 4.6.1, I have included the release notes for 4.5.1 and 4.5.2 as well ### Release notes 4.6.1 **Added Supported Printer** - TD-2125N - TD-2125NWB - TD-2135N - TD-2135NWB _**EDIT: Brother edited the release notes to specify these additional printers are now supported:**_ - QL-810Wc - QL-820NWBc - QL-1110NWBc - Brother Print SDK handles QL-8xxc as QL-8xx and QL-11xxc as QL-11xx. - If you support QL-8xxc or QL-11xxc over Network, you do not need to update. - If you support QL-8xxc or QL-11xxc over Bluetooth, you need to update to 4.6.1 and require MFi approval when publishing in App store. **New Features** - Added the new API. See [BRLMPrinterModelSpec](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmprintermodelspec.html) - Added [BRLMLog](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmlog.html) class **API Enhancements or Changes** - Supported new label for QL series. See [BRLMQLPrintSettingsLabelSize](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmqlprintsettings.html#brlmqlprintsettingslabelsize). - Supported new label for PT series. See [BRLMPTPrintSettingsLabelSize](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmptprintsettings.html#brlmptprintsettingslabelsize). - Added [errorDescription](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmprinterror.html#errordescription) and [allLogs](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmprinterror.html#alllogs) in [BRLMPrintError](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmprinterror.html) class. **Issues Fixed** - Fixed that [autoCutForEachPageCount](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmptprintsettings.html#autocutforeachpagecount) does not work in some PT series. **Deprecations** - Dropped [BRLMError](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmerror.html) - Dropped [forceVanishingMargin](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmptprintsettings.html) - Dropped [bBanishMargin](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios/brptouchprintinfo.html) ### Release Notes 4.5.2 **Issues Fixed** - Fix minor bugs ### Release Notes 4.5.1 **Added Supported Printer** - PJ-862 - PJ-863 - PJ-883 **Supported System Requirement Changes** - Supported for the XCFramework format. - Updated recommended environment and support OS. See [Supported OS](https://support.brother.com/g/s/es/htmldoc/mobilesdk/overview/supported-environment.html) **New Features** - Added property of [BRLMPrinterStatus](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmprinterstatus.html) to handle printer status easily. - See [BRLMPrinterStatus](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmprinterstatus.html) - See [BRLMMediaInfo](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmmediainfo.html) - See [BRLMPrinterBatteryStatus](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmprinterbatterystatus.html) - Enabled enhanchment for Black & Red label print for QL-8xxx series. See [biColorRedEnhancement](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmqlprintsettings.html#bicolorredenhancement), [biColorGreenEnhancement](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmqlprintsettings.html#bicolorgreenenhancement) and [biColorBlueEnhancement](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmqlprintsettings.html#bicolorblueenhancement) - Enabled to set autoCutForEachPage for TD serires. See [autoCutForEachPageCount](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmtdprintsettings.html#autocutforeachpagecount) **API Enhancements or Changes** - Supported new label for QL series. See [BRLMQLPrintSettingsLabelSize](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios_v4/brlmqlprintsettings.html#brlmqlprintsettingslabelsize). **Deprecations** - Dropped `- (instancetype)initWithWidthDots:(NSUInteger)width lengthDots:(NSUInteger)length feedDots:(NSUInteger)feed` - Dropped `@property (nonatomic) NSUInteger feedDots`
4.3.1
1 year ago
# 4.3.1 ## Added Supported Printer - RJ-3230B - RJ-3250WB Bluetooth connection with these printers is supported with iOS 12.2 or later. ## Supported System Requirement Changes - Updated recommended development environment to Xcode 12 or later [Supported OS](https://support.brother.com/g/s/es/htmldoc/mobilesdk/overview/supported-environment.html) ## Issues Fixed - Fixed that value could not be set to [strBLEAdvertiseLocalName](https://support.brother.com/g/s/es/htmldoc/mobilesdk/reference/ios/brptouchdeviceinfo.html#strbleadvertiselocalname) - Fixed that printing multiple pages did not work on RJ-4030Ai when compress mode is Mode9 # Brother Support [brother mobile SDK download](https://support.brother.com/g/s/es/dev/en/mobilesdk/download/index.html?c=eu_ot&lang=en&navi=offall&comple=on&redirect=on) [brother release notes](https://support.brother.com/g/s/es/htmldoc/mobilesdk/about/release-notes-ios.html) **Full Changelog**: https://github.com/kernjackson/BRLMPrinterKitSPM/commits/4.3.1 **Full Changelog**: https://github.com/envoy/BRLMPrinterKit/commits/4.3.1

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