Swiftpack.co - Swift Packages by alexito4

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

Packages published by alexito4

alexito4/Flow 1.0.0
🌊 Let your code flow. Extension methods for fluent syntax in Swift.
⭐️ 102
🕓 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.0.0
2 years ago
alexito4/ReadingTimePublishPlugin 0.3.0
Reading time estimation plugin for Publish.
⭐️ 31
🕓 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.
0.3.0
1 year ago
## What's Changed * Updated Publish to 0.9.0 (macOS 12 required) * Update README.md by @johannes-codes in https://github.com/alexito4/ReadingTimePublishPlugin/pull/3 ## New Contributors * @johannes-codes made their first contribution in https://github.com/alexito4/ReadingTimePublishPlugin/pull/3 **Full Changelog**: https://github.com/alexito4/ReadingTimePublishPlugin/compare/0.2.0...0.3.0
0.2.0
3 years ago
- Fixed issue with other plugins mutating the items. - Provide rounded integer minutes.
Initial release
4 years ago
Basic usage ```swift import PublishReadingTime ... try DeliciousRecipes().publish(using: [ ... .addMarkdownFiles(), .installPlugin(.readingTime()), ... ]) ... HTML(... .p("\(item.readingTime.minutes) minutes"), ... ```
macOS
alexito4/Raster 0.0.2
Rasterize SwiftUI views into bitmap images.
⭐️ 24
🕓 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.
0.0.2
1 year ago
Marked methods as MainActor **Full Changelog**: https://github.com/alexito4/Raster/compare/0.0.1...0.0.2
3 years ago
macOS
alexito4/EquallySpacedStack 0.1.0
Equally Spaced Stacks for SwiftUI
⭐️ 21
🕓 4 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.
4 years ago
iOS
alexito4/Baggins 1.1.0
🎒 My personal bag of holding for Swift extensions.
⭐️ 9
🕓 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.
Collections and Concurrency
2 years ago
- Safe `Collection` subscripts - `Collection.nonEmpty` from [objc.io](https://www.objc.io/blog/2019/01/29/non-empty-collections/) - Collection sorting with `KeyPath` - Concurrency additions - Other stuff in `_Brewing.swift` which it probably shouldn't be used. Still brewing... 🧙‍♂️
1.0.0
2 years ago
Cleaned up a bunch of stuff, documented and modularised the Unwrap and Flow facilities.
iOS macOS
alexito4/UnwrapOrThrow 1.0.0
🎁 Unwrap an optional or throw an error if nil (or crash the program).
⭐️ 7
🕓 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.
2 years ago
Open source release.
alexito4/RelayStore 1.0.0
Pointfree's Composable Architecture Relay
⭐️ 7
🕓 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.
2 years ago
iOS macOS watchOS tvOS
alexito4/RuneterraWallpapersDownloader 1.5.0
Legends of Runeterra Wallpaper Downloader
⭐️ 6
🕓 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.
The Man of Progress
2 years ago
The Man of Progress is here! <img src="https://user-images.githubusercontent.com/750912/142050584-210af655-f079-4c92-a20c-8ddc9a6a05df.jpg" width="300px" /> To celebrate Arcane's release here you have a new release of the tool with some significant changes! Now the code is using Swift's Concurrency system! This is a pleasure to use for me but it's also an important update for the future of the tool. **The download and extraction of each set now happens concurrently.** This means that you will see sooner the art extracted on the destination folder! This changes would have been a PITA before but now they are easy to do and easy to maintain. This has allowed me to put more time on doing a change I wanted for a while... Now the **available sets are fetched from Riot's Data Dragon API** directly instead of being hardcoded on the tool. This means that when a new set is available you won't have to update the tool. It will automatically detect the new set and it will be available for download. Enjoy the Progress Day!
Beyond the Bandlewood
2 years ago
Updated for Beyond the Bandlewood! ![](https://github.com/alexito4/RuneterraWallpapersDownloader/raw/master/05BC194-full.jpg)
Guardians of the Ancient
2 years ago
Guardians of the Ancient is here with 39 new wallpapers! ![Chip](https://github.com/alexito4/RuneterraWallpapersDownloader/raw/e86670bff1334fd0053d926312395c877588c3c2/04MT005-full.jpg) But this version doesn't just update the README to show Chip ^^ It also includes a bran new feature that allows you to specify which Set you want to download. So if you want to update only the last set you don't have to redownload the entire collection. Just pass `--set 4`!
Empires of the Ascended
3 years ago
Empires of the Ascended is coming! The expansion is not out yet but thanks to the spoiler season we already have the cards available. New cards are being released everyday so more wallpapers are coming! ^^
Cosmic Creation
3 years ago
Cosmic Creation is here! And with it some new stuff: - The CLI now displays download progress for each set. - New flag to control if the zips are kept or removed. - New flag to use local zips instead of downloading them.
Call of the Mountain: Monuments of Power
3 years ago
First release. Supports: - Set 1: Foundations - Set 2: Rising Tides - Set 3: Call of the Mountain + Monuments of Power
macOS
alexito4/ItemPosterPublishPlugin 0.0.2
Publish plugin to generate images from your posts. Ideal for Twitter Cards.
⭐️ 3
🕓 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.
0.0.2
1 year ago
Poster generation must happen on the MainActor, this version uses the new `Raster` update. I'm keeping this as a draft since Publish 0.9.0 has a deadlock, see the note on the README. **Full Changelog**: https://github.com/alexito4/ItemPosterPublishPlugin/compare/0.0.1...0.0.2
3 years ago
macOS

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