Swiftpack.co - Swift Packages by fummicc1

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

Packages published by fummicc1

fummicc1/csv2img v1.8.1
csv to image / pdf converter using Swift
⭐️ 94
🕓 16 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.1
16 weeks ago
## What's Changed * respect `fontSize` when creating pdf with specified `PdfSize`. by @fummicc1 in https://github.com/fummicc1/csv2img/pull/50 **Full Changelog**: https://github.com/fummicc1/csv2img/compare/1.8.0...v1.8.1
1.8.0
16 weeks ago
## What's Changed * Update cmd by @fummicc1 in https://github.com/fummicc1/csv2img/pull/47 * Experimentally support practical size specification such as `A4`, `B0`. by @fummicc1 in https://github.com/fummicc1/csv2img/pull/48 * update docc by @fummicc1 in https://github.com/fummicc1/csv2img/pull/49 **Full Changelog**: https://github.com/fummicc1/csv2img/compare/1.7.2...1.8.0
v1.7.2
16 weeks ago
## What's Changed * Refactor by @fummicc1 in https://github.com/fummicc1/csv2img/pull/44 * [Csv2ImgCmd] Add `--export-type` option by @fummicc1 in https://github.com/fummicc1/csv2img/pull/45 * Add style argument and format by @fummicc1 in https://github.com/fummicc1/csv2img/pull/46 **Full Changelog**: https://github.com/fummicc1/csv2img/compare/1.7.1...1.7.2
v1.7.1
16 weeks ago
## What's Changed * feat(ci): Use xcbeautify in place of xcpretty. by @fummicc1 in https://github.com/fummicc1/csv2img/pull/40 * Specify swift-syntax version in manifest by @infinitepower18 in https://github.com/fummicc1/csv2img/pull/41 ## New Contributors * @infinitepower18 made their first contribution in https://github.com/fummicc1/csv2img/pull/41 **Full Changelog**: https://github.com/fummicc1/csv2img/compare/1.7.0...1.7.1
1.7.0
1 year ago
## What's Changed * Update csv builder with swift-syntax in https://github.com/fummicc1/csv2img/pull/38 **Full Changelog**: https://github.com/fummicc1/csv2img/compare/1.6.3...1.7.0
v1.6.3
1 year ago
## What's Changed * Export encoding type **Full Changelog**: https://github.com/fummicc1/csv2img/compare/v1.6.2...1.6.3
v1.6.2
1 year ago
v1.6.1
1 year ago
**Full Changelog**: https://github.com/fummicc1/csv2img/compare/v1.6.0...v1.6.1
v1.6.0
1 year ago
**Full Changelog**: https://github.com/fummicc1/csv2img/compare/v1.5.0...v1.6.0
v1.5.0
1 year ago
## What's Changed **Full Changelog**: https://github.com/fummicc1/csv2img/compare/v1.4.1...v1.5.0
iOS macOS
fummicc1/SimpleRoulette v1.2.1
SwiftUI library to create Roulette with ease.
⭐️ 20
🕓 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.3.2
25 weeks ago
## What's Changed * place content according to its degree. by @fummicc1 in https://github.com/fummicc1/SimpleRoulette/pull/48 **Full Changelog**: https://github.com/fummicc1/SimpleRoulette/compare/1.3.1...1.3.2
1.3.1
27 weeks ago
## What's Changed * Fix build error in Xcode 15 by @Jeehut in https://github.com/fummicc1/SimpleRoulette/pull/45 ## New Contributors * @Jeehut made their first contribution in https://github.com/fummicc1/SimpleRoulette/pull/45 **Full Changelog**: https://github.com/fummicc1/SimpleRoulette/compare/1.3.0...1.3.1
1.3.0
1 year ago
## What's Changed - Make [`RouletteView`](https://github.com/fummicc1/SimpleRoulette/blob/main/Sources/SimpleRoulette/Sources/Pie/RouletteView.swift) simple. - Add more documents in code **Full Changelog**: https://github.com/fummicc1/SimpleRoulette/compare/v1.2.1...1.3.0
v1.2.1
1 year ago
## What's Changed * Adopted DocC by @fummicc1 in https://github.com/fummicc1/SimpleRoulette/pull/43 **Full Changelog**: https://github.com/fummicc1/SimpleRoulette/compare/1.2.0...v1.2.1
1.2.0
1 year ago
**Full Changelog**: https://github.com/fummicc1/SimpleRoulette/compare/1.1.0...1.2.0
1.1.0
1 year ago
## What's Changed * Bump cocoapods-downloader from 1.3.0 to 1.6.3 by @dependabot in https://github.com/fummicc1/SimpleRoulette/pull/31 * Refactor by @fummicc1 in https://github.com/fummicc1/SimpleRoulette/pull/32 - Remove difference operation between `Double` and `CGFloat` - Remove `Accurate` implementation to simplify code. - Remove difference between `HugePart` and `AnglePart` - close #30 **Full Changelog**: https://github.com/fummicc1/SimpleRoulette/compare/v1.0.1...1.1.0
v1.0.1
2 years ago
Add Assets.
v1.0.0
2 years ago
## Changes #### Refactor 1. Symbol name in `SimpleRoulette` is more simplified. 2. Add convenience initializer for `RouletteModel`. 3. Other small refactorings. #### Show `AnyView` on RouletteView. Since v1.0.0, it is possible to place `AnyView` on your Roulette, though we have to pay attention to the size of those `AnyView`. |This number is Image, not Text| |---| |<img src="https://user-images.githubusercontent.com/44002126/159144958-0f72a85c-93dd-42b1-b0c8-e47210ae3e2f.png" width=240px>| To achieve this feature, I added `length` parameter to `RouletteView` with default-value `320pt`. #### Support MacOS with SwiftUI Before v1.0.0, I'd supported `Mac Catalyst`. Since v1.0.0, SimpleRoulette can be also adopted by MacOS apps (which uses `SwiftUI`). <img src="https://user-images.githubusercontent.com/44002126/159145045-462f4ab9-e986-4bf7-82cb-a15f49a4e4e2.png" width=70%>
Support SwiftUI
3 years ago
`RouletteViewSwiftUI` and `RouletteViewModel` is ready. You can use RouletteView without UIKit :)
support UserInterfaceStyle change
3 years ago
This version(`v0.1.2`) fixes a problem that cgColor does not change according to `UIUserInterfaceStyle` though its appearance is compatible with both light and dark mode style.
iOS macOS
fummicc1/EasyFirebaseSwift v2.2.3
Helping me use Firebase features with ease
⭐️ 13
🕓 47 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.2.3
47 weeks ago
## What's Changed * bump up Firebase version by @fummicc1 in https://github.com/fummicc1/EasyFirebaseSwift/pull/55 * [Firestore] Fix query bug by @fummicc1 in https://github.com/fummicc1/EasyFirebaseSwift/pull/56 **Full Changelog**: https://github.com/fummicc1/EasyFirebaseSwift/compare/v2.2.2...v2.2.3
v2.2.2
1 year ago
## What's Changed **Full Changelog**: https://github.com/fummicc1/EasyFirebaseSwift/compare/2.2.2...v2.2.2
2.2.2
1 year ago
## What's Changed * Update firebase-ios-sdk to 9 by @fummicc1 in https://github.com/fummicc1/EasyFirebaseSwift/pull/53 - Perform minor changes **Full Changelog**: https://github.com/fummicc1/EasyFirebaseSwift/compare/v2.2.1...2.2.2
2.2.1
1 year ago
## What's Changed * [Firestore] Store ListenerRegistration of `CollectionGroup` snapshot. by @fummicc1 in https://github.com/fummicc1/EasyFirebaseSwift/pull/52 * other minor changes **Full Changelog**: https://github.com/fummicc1/EasyFirebaseSwift/compare/v2.2.0...v2.2.1
v2.2.0
2 years ago
## Changes - #44 - #46 - Add Example of FirebaseStorage helper class. --- - closes #39
v2.1.1
2 years ago
## Changes - Fix bug: Now `StorageClient` works on uploading data to FirebaseStorage. Previously, uploading data function had never been completed.
v2.1.0
2 years ago
## Pre Release - Implement core features for FirebaseStorage - Add Unit Test for CloudFirestore implementation
v2.0.1
2 years ago
## Changes - :rotating_light: Fix compile error under iOS15
v2.0.0
2 years ago
## Summary Polish Example. Add Breaking Changes for Combine usecases. ## Changes ### Breaking Changes - Add `SnapshotInputParameter` object for Combine usecases. - Add `CollectionSubscription` and `CollectionPublisher` as a internal object. - Rename `FirestoreModel.publisher` to the following. - for FirestoreModelAction, renamed to `FirestoreMdel.write` - for **single** FirestoreModelTypeAction like using `DocumentReference`, renamed to `FirestoreModel.Type.single` - for **multiple** FirestoreModelTypeAction like using `Query`, renamed to `FirestoreModel.Type.multiple` ### Minor Changes - Add BoardApplication as a practical example. - Update FirestoreExample - Examples are going to be separeted into `Practical` and `Example` folder. - Add new enum case for `FirestoreModelAction` named `createWithDocumentId` to specify new document's id. - Rename `FirestoreModelTypeAction.get` to `FirestoreModelTypeAction.fetch`. In associated with this change, some symbols has been renamed.
v1.6.1
2 years ago
- Add pipefail option on bash execution #19 - Refine example project #18
iOS macOS
fummicc1/FloatingActionButton 0.0.2
Floating Action Button with SwiftUI
⭐️ 1
🕓 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 year ago
iOS
fummicc1/MoyaAPIClient 1.1.1
APIClient based on Moya
⭐️ 0
🕓 37 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.
1.1.1
33 weeks ago
**Full Changelog**: https://github.com/fummicc1/MoyaAPIClient/compare/1.1.0...1.1.1
1.1.0
1 year ago
## What's Changed * Make decoding way easy to customize. Add more friendly API. by @fummicc1 in https://github.com/fummicc1/MoyaAPIClient/pull/4 **Full Changelog**: https://github.com/fummicc1/MoyaAPIClient/compare/1.0.1...1.1.0
1.0.1
1 year ago
## What's Changed * Create swift.yml * Improve `APIClientError` **Full Changelog**: https://github.com/fummicc1/MoyaAPIClient/compare/1.0.0+readme...1.0.1
1 year ago
1 year ago
iOS macOS
fummicc1/TabPager v0.0.2
[WIP] iOS TabLayout with ViewPager2 aiming to Android official one.
⭐️ 0
🕓 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.
Fix previous exp state
2 years ago
iOS

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