Swiftpack.co - Swift Packages by sersoft-gmbh

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

Packages published by sersoft-gmbh

sersoft-gmbh/swift-smtp 2.10.0
An SMTP sender implementation in Swift using Swift NIO
⭐️ 39
🕓 6 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.
v2.10.0
6 weeks ago
## What's Changed - Add support for Swift 5.10 * Bump github.com/vapor/vapor from 4.92.0 to 4.92.1 by @dependabot in https://github.com/sersoft-gmbh/swift-smtp/pull/31 * Bump github.com/vapor/vapor from 4.92.1 to 4.92.2 by @dependabot in https://github.com/sersoft-gmbh/swift-smtp/pull/32 * Bump github.com/vapor/vapor from 4.92.2 to 4.92.3 by @dependabot in https://github.com/sersoft-gmbh/swift-smtp/pull/33 * Bump github.com/vapor/vapor from 4.92.3 to 4.92.4 by @dependabot in https://github.com/sersoft-gmbh/swift-smtp/pull/34 * Bump github.com/apple/swift-nio-extras from 1.21.0 to 1.22.0 by @dependabot in https://github.com/sersoft-gmbh/swift-smtp/pull/35 * Bump github.com/apple/swift-nio from 2.63.0 to 2.64.0 by @dependabot in https://github.com/sersoft-gmbh/swift-smtp/pull/36 **Full Changelog**: https://github.com/sersoft-gmbh/swift-smtp/compare/2.9.0...2.10.0
v2.9.0
13 weeks ago
## What's Changed * Update dependencies (by @dependabot) * Implement feature flag to base64-encode all messages. ## New Contributors * @dependabot made their first contribution in https://github.com/sersoft-gmbh/swift-smtp/pull/8 **Full Changelog**: https://github.com/sersoft-gmbh/swift-smtp/compare/2.8.0...2.9.0
v2.8.0
29 weeks ago
- Add support for Swift 5.9 - Drop support for older Swift versions **Full Changelog**: https://github.com/sersoft-gmbh/swift-smtp/compare/2.7.0...2.8.0
v2.7.0
1 year ago
- Add Swift 5.8 support **Full Changelog**: https://github.com/sersoft-gmbh/swift-smtp/compare/2.6.0...2.7.0
v2.6.0
1 year ago
- Update Swift NIO - Fix Deprecations - Conform `Email` to `Equatable` **Full Changelog**: https://github.com/sersoft-gmbh/swift-smtp/compare/2.5.0...2.6.0
v2.5.0
1 year ago
* Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/swift-smtp/compare/2.4.0...2.5.0
v2.4.0
2 years ago
- Add support for Swift 5.6 **Full Changelog**: https://github.com/sersoft-gmbh/swift-smtp/compare/2.3.0...2.4.0
v2.3.0
2 years ago
- Add Swift 5.5 support - Update dependencies & fix deprecations (Version 2.14.0+ is now required for NIOSSL)
v2.2.0
2 years ago
- Add Swift 5.4 support
v2.1.0
3 years ago
This release contains the following new features: - Add ESMTP support (currently by sending `EHLO` instead of `HELO`). - Make the connection limit configurable in `SwiftSMTPVapor`.
macOS
sersoft-gmbh/semver 5.1.0
A Swift implementation of a semantic Version as described at semver.org
⭐️ 11
🕓 6 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.
v5.1.0
6 weeks ago
## What's Changed * Add support for Swift 5.10 * Bump github.com/apple/swift-syntax from 509.0.0 to 509.0.1 by @dependabot in https://github.com/sersoft-gmbh/semver/pull/117 * Bump github.com/apple/swift-syntax from 509.0.1 to 509.0.2 by @dependabot in https://github.com/sersoft-gmbh/semver/pull/118 * Bump github.com/apple/swift-syntax from 509.0.2 to 509.1.0 by @dependabot in https://github.com/sersoft-gmbh/semver/pull/119 * Bump github.com/apple/swift-syntax from 509.1.0 to 509.1.1 by @dependabot in https://github.com/sersoft-gmbh/semver/pull/120 **Full Changelog**: https://github.com/sersoft-gmbh/semver/compare/5.0.0...5.1.0
v5.0.0
29 weeks ago
## What's Changed * Add support for Swift 5.9. * Drop support for older Swift versions. * Add minimum required platforms: macOS 10.15, iOS 13, tvOS 13, watchOS 6, macCatatlyst 13. * Add `#version(...)` macro in separate `SemVerMacros` product. * Introduce `Version.PrereleaseIdentifier` for type safe prerelease identifiers. * Remove deprecated `prerelease: String` property. * Replace previously introduced `preReleaseIdentifiers: Array<String>` with `prerelease: Array<Version.PrereleaseIdentifier>`. **Full Changelog**: https://github.com/sersoft-gmbh/semver/compare/3.8.0...5.0.0
v4.0.0
30 weeks ago
**Important**: To improve the build times for users of this package, [v5.0.0](https://github.com/sersoft-gmbh/semver/releases/5.0.0) moves the macro into a separate product. Please use v5.0.0 instead of this version. ## What's Changed * Add support for Swift 5.9. * Drop support for older Swift versions. * Add minimum required platforms: macOS 10.15, iOS 13, tvOS 13, watchOS 6, macCatatlyst 13. * Add `#version(...)` macro. * Introduce `Version.PrereleaseIdentifier` for type safe prerelease identifiers. * Remove deprecated `prerelease: String` property. * Replace previously introduced `preReleaseIdentifiers: Array<String>` with `prerelease: Array<Version.PrereleaseIdentifier>`. **Full Changelog**: https://github.com/sersoft-gmbh/semver/compare/3.8.0...4.0.0
v3.8.0
33 weeks ago
## What's Changed * Bump swift-actions/setup-swift from 1.23.0 to 1.24.0 by @dependabot in https://github.com/sersoft-gmbh/semver/pull/106 - Parse pre-release as `Array<String>` in new property `preReleaseIdentifiers`, deprecating `prerelease`. Fixes #107 **Full Changelog**: https://github.com/sersoft-gmbh/semver/compare/3.7.0...3.8.0
v3.7.0
37 weeks ago
## What's Changed * Fix bug in version comparison by @CrazyFanFan in https://github.com/sersoft-gmbh/semver/pull/105 * Add `isIdentical(to:)` method. ## New Contributors * @CrazyFanFan made their first contribution in https://github.com/sersoft-gmbh/semver/pull/105 **Full Changelog**: https://github.com/sersoft-gmbh/semver/compare/3.6.0...3.7.0
v3.6.0
43 weeks ago
## What's Changed * Add configurable `Codable` implementation by @ffried in https://github.com/sersoft-gmbh/semver/pull/104 **Full Changelog**: https://github.com/sersoft-gmbh/semver/compare/3.5.1...3.6.0
v3.5.1
1 year ago
## What's Changed - Fix build on Swift 5.6 **Full Changelog**: https://github.com/sersoft-gmbh/semver/compare/3.5.0...3.5.1
v3.5.0
1 year ago
## What's Changed - Add Swift 5.8 support - Improve parsing performance if modern regex support is available. **Full Changelog**: https://github.com/sersoft-gmbh/semver/compare/3.4.0...3.5.0
v3.4.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/semver/compare/3.3.1...3.4.0
v3.3.1
2 years ago
- Remove Swift 5.3 and 5.4 support to fix test builds
iOS macOS watchOS tvOS macCatalyst
sersoft-gmbh/color-components 1.12.0
A color component calculation library
⭐️ 9
🕓 6 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.12.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/color-components/compare/1.11.0...1.12.0
v1.11.0
29 weeks ago
## What's Changed * Add CIE.XYZ components by @ffried in https://github.com/sersoft-gmbh/color-components/pull/97 * Add support for Swift 5.9, drop support for older Swift versions **Full Changelog**: https://github.com/sersoft-gmbh/color-components/compare/1.10.0...1.11.0
v1.10.0
48 weeks ago
## What's Changed * Add HSL / HSLA color components. * Add HSV / HSVA aliases for HSB / HSBA. **Full Changelog**: https://github.com/sersoft-gmbh/color-components/compare/1.9.0...1.10.0
v1.9.0
1 year ago
## What's Changed - Add Swift 5.8 support. **Full Changelog**: https://github.com/sersoft-gmbh/color-components/compare/1.8.0...1.9.0
v1.8.0
1 year ago
## What's Changed * Add support for Swift 5.7 * Build and run tests on watchOS **Full Changelog**: https://github.com/sersoft-gmbh/color-components/compare/1.7.0...1.8.0
v1.7.0
2 years ago
## What's Changed * Add support for Swift 5.6 * Drop support for Swift pre 5.5 * Improve performance of single most prominent color calculation **Full Changelog**: https://github.com/sersoft-gmbh/color-components/compare/1.6.0...1.7.0
v1.5.0
2 years ago
- Add Swift 5.4 support
v1.4.0
3 years ago
- Add overloads to use hex values (`init(hexString:)`, `init(hex:)`, `hexString()` and `hexValue()`) also with floating point types on RGB/A - Add `hexValue` on RGB/A that returns the hex value as an integer (e.g. `RGB<UInt8>(red: 0xAB, green: 0x34, blue: 0xD3).hexValue(as: UInt64)` returns `0xAB34D3` as `UInt64`)
v1.3.0
3 years ago
- Add feature to color calculations for calculating `prominentColors` (as well as an accessor for the `mostProminentColor`).
v1.2.0
3 years ago
- Add more convenience conversions between floating point and integer components. - Add hex string initializer for RGB. - Add overload of hex initializer with differently sized integer, e.g. to allow `RGBA<UInt8>` to be created from hex (w/o overflowing).
sersoft-gmbh/swift-sysctl 1.8.0
A Swift interface for `sysctl`
⭐️ 6
🕓 6 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.8.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/swift-sysctl/compare/1.7.0...1.8.0
v1.7.0
29 weeks ago
## What's Changed - Add support for Swift 5.9 - Drop support for older Swift versions - Add support for dynamically sized values (like `kern.proc` etc.) **Full Changelog**: https://github.com/sersoft-gmbh/swift-sysctl/compare/1.6.0...1.7.0
v1.6.0
1 year ago
## What's Changed - Add Swift 5.8 support **Full Changelog**: https://github.com/sersoft-gmbh/swift-sysctl/compare/1.5.0...1.6.0
v1.5.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/swift-sysctl/compare/1.4.0...1.5.0
v1.4.0
2 years ago
## What's Changed * Add support for Swift 5.6 * Drop support for Swift pre 5.5 **Full Changelog**: https://github.com/sersoft-gmbh/swift-sysctl/compare/1.3.0...1.4.0
v1.2.0
2 years ago
- Add a few more parameters (#4) - Internal cleanup and improvements
v1.1.0
2 years ago
- Add Swift 5.4 support
v1.0.0
3 years ago
Initial release
sersoft-gmbh/swift-inotify 0.6.0
A Swift wrapper around inotify on Linux
⭐️ 5
🕓 6 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.
v0.6.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/swift-inotify/compare/0.5.0...0.6.0
v0.5.0
29 weeks ago
## What's Changed - Add Swift 5.9 support - Drop old callback handling **Full Changelog**: https://github.com/sersoft-gmbh/swift-inotify/compare/0.4.0...0.5.0
v0.4.0
1 year ago
## What's Changed - Add Swift 5.8 support. **Full Changelog**: https://github.com/sersoft-gmbh/swift-inotify/compare/0.3.0...0.4.0
v0.3.0
1 year ago
# BREAKING - Completely rewrite using async/await **Full Changelog**: https://github.com/sersoft-gmbh/swift-inotify/compare/0.2.2...0.3.0
v0.2.2
1 year ago
## What's Changed * Fix deprecation warning **Full Changelog**: https://github.com/sersoft-gmbh/swift-inotify/compare/0.2.1...0.2.2
v0.2.1
1 year ago
## What's Changed * Fix dependency declaration **Full Changelog**: https://github.com/sersoft-gmbh/swift-inotify/compare/0.2.0...0.2.1
v0.2.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/swift-inotify/compare/0.1.1...0.2.0
v0.1.1
2 years ago
* Fix build failure **Full Changelog**: https://github.com/sersoft-gmbh/swift-inotify/compare/0.1.0...0.1.1
v0.1.0
2 years ago
## What's Changed * Add Swift 5.6 support **Full Changelog**: https://github.com/sersoft-gmbh/swift-inotify/compare/0.0.7...0.1.0
v0.0.4
2 years ago
- Fix build
iOS macOS watchOS tvOS
sersoft-gmbh/SwiftDirector 0.0.14
A Swift interface for (Open)LDAP
⭐️ 4
🕓 6 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.
v0.0.14
6 weeks ago
- Fix closing of duplicate connection also invalidating primary ones. **Full Changelog**: https://github.com/sersoft-gmbh/SwiftDirector/compare/0.0.13...0.0.14
v0.0.13
6 weeks ago
- Add support for Swift 5.10 **Full Changelog**: https://github.com/sersoft-gmbh/SwiftDirector/compare/0.0.12...0.0.13
v0.0.12
29 weeks ago
## What's Changed - Add support for Swift 5.9, drop support for previous versions **Full Changelog**: https://github.com/sersoft-gmbh/SwiftDirector/compare/0.0.11...0.0.12
11th Dev Release
1 year ago
- Improve documentation
10th Dev Release
1 year ago
- Fix build failure **Full Changelog**: https://github.com/sersoft-gmbh/SwiftDirector/compare/0.0.9...0.0.10
9th Dev Release
1 year ago
**Full Changelog**: https://github.com/sersoft-gmbh/SwiftDirector/compare/0.0.8...0.0.9
7th Dev Release
4 years ago
6th Dev Release
4 years ago
5th Dev Release
4 years ago
4th Dev Release
4 years ago
iOS macOS watchOS tvOS macCatalyst
sersoft-gmbh/xmlwrangler 6.1.1
Easily deal with XMLs in Swift
⭐️ 3
🕓 4 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.
v6.1.1
4 weeks ago
## What's Changed * Don't strip too many whitespaces from string contents by @ffried in https://github.com/sersoft-gmbh/xmlwrangler/pull/121 **Full Changelog**: https://github.com/sersoft-gmbh/xmlwrangler/compare/6.1.0...6.1.1
v6.1.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/xmlwrangler/compare/6.0.0...6.1.0
v6.0.0
30 weeks ago
## What's Changed - Add support for Swift 5.9 (dropping support for older versions of Swift). - Move parsing and serialization into `XMLElement`. - `Parser` -> `XMLElement.parse()` and `ExpressibleByXMLElement.parseFromXML()`. - `String.init(xml:)` -> `XMLElement.serialize()` and `XMLElement.serializeAsDocument()`. - Move types (`LookupError`, `DocumentEncoding`, `SerializationOptions` and parsing errors) into `XMLElement`. - Replace SemVer dependency with `XMLElement.DocumentVersion`. **Full Changelog**: https://github.com/sersoft-gmbh/xmlwrangler/compare/5.5.0...6.0.0
v5.5.0
1 year ago
## What's Changed - Add Swift 5.8 support **Full Changelog**: https://github.com/sersoft-gmbh/xmlwrangler/compare/5.4.0...5.5.0
v5.4.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/xmlwrangler/compare/5.3.1...5.4.0
v5.3.1
2 years ago
- Fix documentation generation **Full Changelog**: https://github.com/sersoft-gmbh/xmlwrangler/compare/5.3.0...5.3.1
v5.3.0
2 years ago
## What's Changed - Add Swift 5.6 support, drop support for Swift pre 5.5 - Fix warning in Swift 5.6 **Full Changelog**: https://github.com/sersoft-gmbh/xmlwrangler/compare/5.2.0...5.3.0
v5.1.0
2 years ago
- Add `XMLContentBuilder`, which is a `@resultBuilder` implementation for building `XMLElement.Content` - this is only available when building with Swift 5.4. - Add Swift 5.4 support.
v5.0.0
3 years ago
This is the final version 5.0.0. No source changes have since the last RC. # Changes - Massive internal refactoring (addendum to version 4.0) - `Element` is now named `XMLElement` with a typealias `XWElement` for disambiguation with `Foundation.XMLElement` - All References to `object` that referred to an `XMLElement` have been replaced with `element`. - `XMLElement.Content` is now a custom collection implementation containing the enum that was previously `Element.Content`. - `XMLElement.Attributes` is now a custom collection implementation that works similar to a dictionary. The `XMLElement.Attributes.Key` is what was previously `Element.AttributeKey`. `XMLElement.Attributes.Content` is what was previously `Element.AttributeValue`. - The `XMLAttributeContentConvertible`, `ExpressibleByXMLAttributeContent` and `XMLAttributeRepresentableProtocol` (which is the combination of the former two) can now be used to create attributes with dictionary literals. This allows e.g. the following code to work: ```swift let existingString = "abc" let attributeContent = XMLElement.Attributes.Content("some value") let attributes: XMLElement.Attributes = [ "testKey": existingString, "otherAttribute": "whatever", "existingContent": attributeContent, ] ```
v5.0 RC1
3 years ago
This is the first release candidate for a version 5.0. # Changes - Massive internal refactoring (addendum to version 4.0) - `Element` is now named `XMLElement` with a typealias `XWElement` for disambiguation with `Foundation.XMLElement` - All References to `object` that referred to an `XMLElement` have been replaced with `element`. - `XMLElement.Content` is now a custom collection implementation containing the enum that was previously `Element.Content`. - `XMLElement.Attributes` is now a custom collection implementation that works similar to a dictionary. The `XMLElement.Attributes.Key` is what was previously `Element.AttributeKey`. `XMLElement.Attributes.Content` is what was previously `Element.AttributeValue`. - The `XMLAttributeContentConvertible`, `ExpressibleByXMLAttributeContent` and `XMLAttributeRepresentableProtocol` (which is the combination of the former two) can now be used to create attributes with dictionary literals. This allows e.g. the following code to work: ```swift let existingString = "abc" let attributeContent = XMLElement.Attributes.Content("some value") let attributes: XMLElement.Attributes = [ "testKey": existingString, "otherAttribute": "whatever", "existingContent": attributeContent, ] ```
iOS macOS watchOS tvOS macCatalyst
sersoft-gmbh/apple-device-information 1.8.0
Contains a collection of device identifiers of apple devices
⭐️ 3
🕓 6 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.8.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/apple-device-information/compare/1.7.0...1.8.0
v1.7.0
29 weeks ago
## What's Changed - Add support for Swift 5.9 - Drop support for older Swift versions - Add new device identifiers **Full Changelog**: https://github.com/sersoft-gmbh/apple-device-information/compare/1.6.0...1.7.0
v1.6.0
1 year ago
## What's Changed - Add Swift 5.8 support. **Full Changelog**: https://github.com/sersoft-gmbh/apple-device-information/compare/1.5.0...1.6.0
v1.5.0
1 year ago
## What's Changed - Add various new device identifiers. **Full Changelog**: https://github.com/sersoft-gmbh/apple-device-information/compare/1.4.0...1.5.0
v1.4.0
2 years ago
## What's Changed * Add support for Swift 5.6 * Drop support for Swift pre 5.5 * Add new device identifiers * Add new OS names **Full Changelog**: https://github.com/sersoft-gmbh/apple-device-information/compare/1.3.0...1.4.0
v1.1.0
2 years ago
- Add Swift 5.4 support
v1.0.3
3 years ago
- Fix OS name on macCatalyst
v1.0.2
3 years ago
- Fix device identifier on macCatalyst
v1.0.1
3 years ago
- Fix check if SwiftUI is available (we also need to check Combine).
v1.0.0
3 years ago
Initial Release
sersoft-gmbh/device-input 7.1.0
Processes inputs read from /dev/input device streams
⭐️ 2
🕓 6 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.
v7.1.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/device-input/compare/7.0.0...7.1.0
v7.0.0
29 weeks ago
## What's Changed - Add support for Swift 5.9 - Drop support for previous versions of Swift - Remove callback based event handling **Full Changelog**: https://github.com/sersoft-gmbh/device-input/compare/6.3.0...7.0.0
v6.3.0
1 year ago
## What's Changed - Add Swift 5.8 support. **Full Changelog**: https://github.com/sersoft-gmbh/device-input/compare/6.2.0...6.3.0
v6.2.0
1 year ago
Fix various bugs in the `InputDevice.ActiveStreamSequence` implementation. **Full Changelog**: https://github.com/sersoft-gmbh/device-input/compare/6.1.1...6.2.0
v6.1.1
1 year ago
## What's Changed * Fix dependency declaration **Full Changelog**: https://github.com/sersoft-gmbh/device-input/compare/6.1.0...6.1.1
v6.1.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/device-input/compare/6.0.0...6.1.0
v6.0.0
2 years ago
## What's Changed * Add support for Swift 5.6 * Drop support for Swift pre 5.5 * Update SystemPackage to 1.0.0 * Fix Stream not closing file descriptor on end / failure **Full Changelog**: https://github.com/sersoft-gmbh/device-input/compare/5.1.3...6.0.0
v5.0.0
2 years ago
- Refactor package to use sersoft-gmbh/swift-filestreamer under the hood.
v4.1.0
2 years ago
- Add Swift 5.4 support
v4.0.0
3 years ago
This improves the API of the `InputEvent` subtypes, passes multiple events to an event consumer, adds documentation and tests. Also, the repository / package was renamed from `DeviceInput` to `device-input`.
iOS macOS watchOS tvOS
sersoft-gmbh/swift-filestreamer 0.8.1
A file streaming library
⭐️ 2
🕓 6 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.
v0.8.1
6 weeks ago
- Add `Sendable` conformance to `FileStream` if its `Value` conforms to `Sendable`. **Full Changelog**: https://github.com/sersoft-gmbh/swift-filestreamer/compare/0.8.0...0.8.1
v0.8.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/swift-filestreamer/compare/0.7.0...0.8.0
v0.7.0
29 weeks ago
## What's Changed - Add support for Swift 5.9 - Drop support for older Swift versions - Remove non-async implementation - Add `FailureBehavior` and make sequence throwing **Full Changelog**: https://github.com/sersoft-gmbh/swift-filestreamer/compare/0.6.0...0.7.0
v0.6.0
1 year ago
## What's Changed - Add Swift 5.8 support. **Full Changelog**: https://github.com/sersoft-gmbh/swift-filestreamer/compare/0.5.0...0.6.0
v0.5.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/swift-filestreamer/compare/0.4.1...0.5.0
v0.4.1
2 years ago
- Fix Swift package dependency version on Swift 5.5 **Full Changelog**: https://github.com/sersoft-gmbh/swift-filestreamer/compare/0.4.0...0.4.1
v0.4.0
2 years ago
## What's Changed * Add support for Swift 5.6 * Drop support for Swift pre 5.5 * Add `FileStream.Sequence` for all platforms **Full Changelog**: https://github.com/sersoft-gmbh/swift-filestreamer/compare/0.3.2...0.4.0
v0.2.0
2 years ago
- Only allow one callback to prevent doing work multiple times in upstream callbacks
v0.1.0
2 years ago
Rework `FileStream<T>` to use `FileDescriptor` instead of `FilePath`.
v0.0.1
2 years ago
Initial Release
iOS macOS watchOS tvOS
sersoft-gmbh/app-groups 1.7.0
A simple model for accessing app groups.
⭐️ 1
🕓 6 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.7.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/app-groups/compare/1.6.0...1.7.0
v1.6.0
29 weeks ago
## What's Changed - Add Swift 5.9 support, drop support for older Swift versions **Full Changelog**: https://github.com/sersoft-gmbh/app-groups/compare/1.5.0...1.6.0
v1.5.0
1 year ago
## What's Changed - Add Swift 5.8 support. **Full Changelog**: https://github.com/sersoft-gmbh/app-groups/compare/1.4.0...1.5.0
v1.4.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/app-groups/compare/1.3.0...1.4.0
v1.3.0
2 years ago
## What's Changed * Add Swift 5.6 support * Drop support for Swift pre 5.5 **Full Changelog**: https://github.com/sersoft-gmbh/app-groups/compare/1.2.0...1.3.0
v1.1.0
2 years ago
- Add Swift 5.4 support
v1.0.0
3 years ago
Initial Release
sersoft-gmbh/licensed-components 1.7.0
A simple package containing models and UI for listing open source components
⭐️ 1
🕓 6 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.7.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/licensed-components/compare/1.6.0...1.7.0
v1.6.0
29 weeks ago
## What's Changed - Add support for Swift 5.9 - Drop support for older Swift versions **Full Changelog**: https://github.com/sersoft-gmbh/licensed-components/compare/1.5.0...1.6.0
v1.5.0
1 year ago
## What's Changed - Add Swift 5.8 support - Make individual views public for custom composed UIs. **Full Changelog**: https://github.com/sersoft-gmbh/licensed-components/compare/1.4.0...1.5.0
v1.4.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/licensed-components/compare/1.3.0...1.4.0
v1.3.0
2 years ago
## What's Changed * Add Swift 5.6 support **Full Changelog**: https://github.com/sersoft-gmbh/licensed-components/compare/1.2.0...1.3.0
v1.2.0
2 years ago
## What's Changed * Add Swift 5.5 support **Full Changelog**: https://github.com/sersoft-gmbh/licensed-components/compare/1.1.0...1.2.0
v1.1.0
2 years ago
- Add Swift 5.4 support
v1.0.1
3 years ago
- Fix animation glitch when collapsing licenses.
v1.0.0
3 years ago
Initial release
iOS macOS watchOS tvOS
sersoft-gmbh/swifty-holidays 2.8.0
A holiday calculator written in Swift
⭐️ 1
🕓 6 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.
v2.8.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/swifty-holidays/compare/2.7.0...2.8.0
v2.7.0
29 weeks ago
## What's Changed - Add support for Swift 5.9, drop support for older Swift versions - Manually ensure thread-safety of `Calendar` on Linux **Full Changelog**: https://github.com/sersoft-gmbh/swifty-holidays/compare/2.6.0...2.7.0
v2.6.0
35 weeks ago
## What's Changed * Bump swift-actions/setup-swift from 1.23.0 to 1.24.0 by @dependabot in https://github.com/sersoft-gmbh/swifty-holidays/pull/96 * Rename `TimelessDate` to `HolidayDate` **Full Changelog**: https://github.com/sersoft-gmbh/swifty-holidays/compare/2.5.0...2.6.0
v2.5.0
47 weeks ago
## What's Changed * Add International Worker's Day, including two aliases "May Day" and "Labor Day". **Full Changelog**: https://github.com/sersoft-gmbh/swifty-holidays/compare/2.4.0...2.5.0
v2.4.0
1 year ago
## What's Changed - Add Swift 5.8 support **Full Changelog**: https://github.com/sersoft-gmbh/swifty-holidays/compare/2.3.0...2.4.0
v2.3.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/swifty-holidays/compare/2.2.0...2.3.0
v2.2.0
2 years ago
## What's Changed * Add Swift 5.6 support **Full Changelog**: https://github.com/sersoft-gmbh/swifty-holidays/compare/2.1.0...2.2.0
v2.1.0
2 years ago
- Add Swift 5.4 support
v2.0.0
3 years ago
This drops support pre Swift 5.3 and renames the package to swifty-holidays.
v1.0.3
3 years ago
Fixes some typos
iOS macOS watchOS tvOS
sersoft-gmbh/auth-scope 4.1.0
A swift library to deal with authentication scopes
⭐️ 0
🕓 6 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.
v4.1.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/auth-scope/compare/4.0.0...4.1.0
v4.0.0
29 weeks ago
## What's Changed - Add support for Swift 5.9, drop support for older Swift versions. - Fix regular expression patterns. - Add native `Regex` support. **Full Changelog**: https://github.com/sersoft-gmbh/auth-scope/compare/3.4.0...4.0.0
v3.4.0
1 year ago
## What's Changed - Add Swift 5.8 support. **Full Changelog**: https://github.com/sersoft-gmbh/auth-scope/compare/3.3.0...3.4.0
v3.3.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/auth-scope/compare/3.2.0...3.3.0
v3.2.0
2 years ago
## What's Changed * Add support for Swift 5.6 * Drop support for Swift pre 5.5 **Full Changelog**: https://github.com/sersoft-gmbh/auth-scope/compare/3.1.0...3.2.0
v3.1.0
2 years ago
- Add Swift 5.4 support
v3.0.0
3 years ago
This renames the package to "auth-scope".
v2.0.0
3 years ago
This adds support for Swift 5.3 and removes support for previous versions of Swift. Also, some internal improvements were made.
v1.1.1
4 years ago
Support for Swift 5.2
v1.1.0
4 years ago
Adds support for Swift 5.1, properly set version number.
sersoft-gmbh/simple-formatting 0.5.0
A collection of simple formatters for Swift using the ICU4C lib
⭐️ 0
🕓 6 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.
v0.5.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/simple-formatting/compare/0.4.0...0.5.0
v0.4.0
29 weeks ago
## What's Changed - Add Swift 5.9 support, drop support for previous versions of Swift **Full Changelog**: https://github.com/sersoft-gmbh/simple-formatting/compare/0.3.0...0.4.0
v0.3.0
1 year ago
## What's Changed - Add Swift 5.8 support **Full Changelog**: https://github.com/sersoft-gmbh/simple-formatting/compare/0.2.0...0.3.0
v0.2.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/simple-formatting/compare/0.1.1...0.2.0
v0.1.1
2 years ago
- Fix modules
v0.1.0
2 years ago
- Initial Release
sersoft-gmbh/route-docs 4.3.0
Framework for adding documentation to Vapor routes
⭐️ 0
🕓 6 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.
v4.3.0
6 weeks ago
## What's Changed - Add Swift 5.10 support - Allow clearing type cache (used by the Documentation Decoder). * Bump github.com/vapor/vapor from 4.84.1 to 4.84.4 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/104 * Bump github.com/vapor/vapor from 4.84.4 to 4.84.5 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/105 * Bump github.com/vapor/vapor from 4.84.5 to 4.84.6 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/106 * Bump github.com/apple/swift-nio from 2.59.0 to 2.60.0 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/107 * Bump github.com/apple/swift-nio from 2.60.0 to 2.61.0 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/108 * Bump github.com/vapor/vapor from 4.84.6 to 4.85.0 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/110 * Bump github.com/apple/swift-nio from 2.61.0 to 2.61.1 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/109 * Bump github.com/vapor/vapor from 4.85.0 to 4.85.1 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/111 * Bump github.com/vapor/vapor from 4.85.1 to 4.86.1 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/112 * Bump github.com/vapor/vapor from 4.86.1 to 4.86.2 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/113 * Bump github.com/apple/swift-nio from 2.61.1 to 2.62.0 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/114 * Bump github.com/vapor/vapor from 4.86.2 to 4.87.1 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/115 * Bump github.com/vapor/vapor from 4.87.1 to 4.88.0 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/116 * Bump github.com/vapor/vapor from 4.88.0 to 4.89.0 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/117 * Bump github.com/vapor/vapor from 4.89.0 to 4.89.1 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/118 * Bump github.com/vapor/vapor from 4.89.1 to 4.89.3 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/119 * Bump github.com/vapor/vapor from 4.89.3 to 4.90.0 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/120 * Bump github.com/vapor/vapor from 4.90.0 to 4.91.1 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/121 * Bump github.com/vapor/vapor from 4.91.1 to 4.92.0 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/122 * Bump github.com/apple/swift-nio from 2.62.0 to 2.63.0 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/123 * Bump github.com/vapor/vapor from 4.92.0 to 4.92.1 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/124 * Bump github.com/vapor/vapor from 4.92.1 to 4.92.2 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/125 * Bump github.com/vapor/vapor from 4.92.2 to 4.92.3 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/126 * Bump github.com/vapor/vapor from 4.92.3 to 4.92.4 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/127 * Bump github.com/apple/swift-nio from 2.63.0 to 2.64.0 by @dependabot in https://github.com/sersoft-gmbh/route-docs/pull/128 **Full Changelog**: https://github.com/sersoft-gmbh/route-docs/compare/4.2.0...4.3.0
v4.2.0
29 weeks ago
## What's Changed - Add support for Swift 5.9, drop support for older Swift versions **Full Changelog**: https://github.com/sersoft-gmbh/route-docs/compare/4.1.0...4.2.0
v4.1.0
36 weeks ago
## What's Changed * Update packages * Update bootstrap to 5.3.1 in default docs view * Add convenience `Decoder.isDocumentationDecoder` * Fix crash with certain special types **Full Changelog**: https://github.com/sersoft-gmbh/route-docs/compare/4.0.0...4.1.0
v4.0.0
1 year ago
## What's Changed - Update to Swift 5.8, drop support for Swift pre 5.8. - Remove `AnyTypeWrapping` since `TypeWrapping` now suffices. - General cleanup. **Full Changelog**: https://github.com/sersoft-gmbh/route-docs/compare/3.1.1...4.0.0
v3.1.0
1 year ago
## What's Changed * Update to Bootstrap 5 **Full Changelog**: https://github.com/sersoft-gmbh/route-docs/compare/3.0.2...3.1.0
v3.0.2
1 year ago
- Improve documentation types when optionals are involved. **Full Changelog**: https://github.com/sersoft-gmbh/route-docs/compare/3.0.1...3.0.2
v3.0.1
1 year ago
- Fix type names **Full Changelog**: https://github.com/sersoft-gmbh/route-docs/compare/3.0.0...3.0.1
v3.0.0
1 year ago
## What's Changed **Breaking** - Improve type parsing - List all objects used in a query **Full Changelog**: https://github.com/sersoft-gmbh/route-docs/compare/2.5.1...3.0.0
v2.5.1
1 year ago
- Fix default argument visibility. **Full Changelog**: https://github.com/sersoft-gmbh/route-docs/compare/2.5.0...2.5.1
v2.5.0
1 year ago
## What's Changed * Drop FFFoundation dependency * Drop support for Swift pre 5.7 (SPM will automatically pick an earlier release for older Swift versions) * Update NIO dependency - fix deprecations **Full Changelog**: https://github.com/sersoft-gmbh/route-docs/compare/2.4.0...2.5.0
macOS
sersoft-gmbh/app-information 1.7.0
A simple package for storing as well as showing app infos.
⭐️ 0
🕓 6 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.7.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/app-information/compare/1.6.0...1.7.0
v1.6.0
29 weeks ago
## What's Changed - Add Swift 5.9 support, drop support for older Swift versions **Full Changelog**: https://github.com/sersoft-gmbh/app-information/compare/1.5.0...1.6.0
v1.5.0
1 year ago
## What's Changed - Add Swift 5.8 support **Full Changelog**: https://github.com/sersoft-gmbh/app-information/compare/1.4.0...1.5.0
v1.4.0
1 year ago
## What's Changed * Add Swift 5.7 support **Full Changelog**: https://github.com/sersoft-gmbh/app-information/compare/1.3.0...1.4.0
v1.3.0
2 years ago
## What's Changed * Add support for Swift 5.6 * Drop support for Swift pre 5.5 **Full Changelog**: https://github.com/sersoft-gmbh/app-information/compare/1.2.0...1.3.0
v1.1.0
2 years ago
- Swift 5.4 support
v1.0.0
3 years ago
Initial Release
sersoft-gmbh/path-wrangler 2.6.0
A path library written in Swift
⭐️ 0
🕓 6 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.
v2.6.0
6 weeks ago
- Add Swift 5.10 support **Full Changelog**: https://github.com/sersoft-gmbh/path-wrangler/compare/2.5.0...2.6.0
v2.5.0
29 weeks ago
## What's Changed - Add support for Swift 5.9, drop support for older Swift versions **Full Changelog**: https://github.com/sersoft-gmbh/path-wrangler/compare/2.4.0...2.5.0
v2.4.0
1 year ago
## What's Changed - Add Swift 5.8 support. **Full Changelog**: https://github.com/sersoft-gmbh/path-wrangler/compare/2.3.0...2.4.0
v2.3.0
2 years ago
## What's Changed * Add Swift 5.6 support **Full Changelog**: https://github.com/sersoft-gmbh/path-wrangler/compare/2.1.0...2.3.0
v2.2.0
2 years ago
## What's Changed * Add Swift 5.5 support **Full Changelog**: https://github.com/sersoft-gmbh/path-wrangler/compare/2.1.0...2.2.0
v2.1.0
2 years ago
- Add Support for Swift 5.4
v2.0.0
3 years ago
This drops support for Swift pre 5.3 and renames the package to path-wrangler. Also, the copied algorithms code from the Swift stdlib was replaced by [Swift Algorithms](https://github.com/apple/swift-algorithms).
v1.0.2
3 years ago
This adds support for Swift 5.3
v1.0.1
4 years ago
Version 1.0.1 adds Swift 5.2 support
v1.0.0
4 years ago
This is the initial release of PathWrangler, the simple yet powerful library for dealing with file system paths in Swift. See the [online documentation](https://sersoft-gmbh.github.io/PathWrangler) for more information on the API.
sersoft-gmbh/swift-tacho-view 0.0.1
A simple tacho view with an animated needle.
⭐️ 0
🕓 1 year ago
iOS macOS watchOS tvOS macCatalyst

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