Swiftpack.co - Swift Packages by rrbox

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

Packages published by rrbox

rrbox/SKNodeBuilder v1.0.0
Builder for SpriteKit Node
⭐️ 2
🕓 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.
SKNodeBuilder v4.0.1
28 weeks ago
## What's Changed * Move: typealias Node to protocol declaration by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/108 * Feat/#110 fix style by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/112 * migrate: Swift 5.8 by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/114 * v4.0.1 by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/113 * Release v4.0.1 by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/115 **Full Changelog**: https://github.com/rrbox/SKNodeBuilder/compare/4.0.0...4.0.1
SKNodeBuilder v4.0.0
1 year ago
## What's new? - Generator が追加されました - Processor が追加されました - Builder の仕様が大きく変更されました - `@NodeBuilder` が廃止になりました ## What's Changed * [clean] フォルダ構成 by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/64 * Linked modifier by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/67 * Feat/clean by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/70 * Feat/processor by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/74 * [fix] Processor.Next by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/76 * Feat/subclass support by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/81 * Feat/node make by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/72 * [add] addChild modifiers by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/71 * [remove] PropertyWrapper.swift by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/87 * [remove] 全てのモディファイアの `@discardableResult` を削除しました. by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/89 * Feat/subclass support by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/92 * Feat/generators by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/96 * Feat/documentation by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/97 * [update] README.md の内容を, 新しい API にしました. by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/100 * [fix] CQS 原則に従い, process メソッドを void に変更しました. by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/101 * Feat/generatortests by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/102 * Develop by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/65 **Full Changelog**: https://github.com/rrbox/SKNodeBuilder/compare/3.2.1...4.0.0
SKNodeBuilder v3.2.2
1 year ago
## Hot fix: Subclass support - 未対応のノードを SKNode として扱えない不具合を解消しました. - 対応済みのノードのサブクラスを扱えない不具合を解消しました. ## What's Changed * Hotfix/node subclass support by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/78 **Full Changelog**: https://github.com/rrbox/SKNodeBuilder/compare/3.2.1...3.2.2
SKNodeBuilder v3.2.1
1 year ago
## What's Changed * Feat/test by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/58 * Develop by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/59 * Release/3.2.1 by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/60 テストコードを修正しました。 **Full Changelog**: https://github.com/rrbox/SKNodeBuilder/compare/3.2.0...3.2.1
SKNodeBuilder v3.2.0
1 year ago
## What's Changed * Add : ShapeBuilder by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/54 * Develop by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/56 * Release by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/57 **Full Changelog**: https://github.com/rrbox/SKNodeBuilder/compare/3.1.3...3.2.0
SKNodeBuilder v3.1.3
2 years ago
## What's Changed * Hotfix by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/45 * Hotfix by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/46 * Update : ChildNodeBuilder -> UnownedNodeBuilder by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/49 * Develop by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/50 * Release by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/51 * 後方互換のサポート by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/52 **Full Changelog**: https://github.com/rrbox/SKNodeBuilder/compare/3.1.1...3.1.3
SKNodeBuilder v3.1.1
2 years ago
## What's Changed * Add: Test by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/47 **Full Changelog**: https://github.com/rrbox/SKNodeBuilder/compare/3.1.0...3.1.1
SKNodeBuilder v3.1.0
2 years ago
## What's Changed * Update README.md by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/32 * Develop by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/33 * Release by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/34 * Update README.md by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/36 * Develop by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/37 * Release by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/38 * Update README.md by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/41 * Add: add(child: ) by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/43 * Develop by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/42 * Release by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/44 **Full Changelog**: https://github.com/rrbox/SKNodeBuilder/compare/3.0.1...3.1.0
SKNodeBuilder v3.0.1
2 years ago
## What's Changed * Update README.md by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/31 **Full Changelog**: https://github.com/rrbox/SKNodeBuilder/compare/3.0.0...3.0.1
SKNodeBuilder v3.0.0
2 years ago
## What's Changed * Feat/#27 root node builder by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/28 * Develop by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/29 * Release by @rrbox in https://github.com/rrbox/SKNodeBuilder/pull/30 **Full Changelog**: https://github.com/rrbox/SKNodeBuilder/compare/2.0.2...3.0.0
iOS macOS
rrbox/Tsumiji 1.0.2
SwiftPM for generating AttributedString with builder pattern.
⭐️ 2
🕓 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.
Tsumiji v1.0.2
1 year ago
## What's Changed * Update : test by @rrbox in https://github.com/rrbox/Tsumiji/pull/18 対応していないフォントに起因する, iOS でテストが失敗する不具合の修正 **Full Changelog**: https://github.com/rrbox/Tsumiji/compare/1.0.1...1.0.2
Tumiji v1.0.1
1 year ago
## What's Changed * Feat/test by @rrbox in https://github.com/rrbox/Tsumiji/pull/15 * Develop by @rrbox in https://github.com/rrbox/Tsumiji/pull/16 * Release/1.0.1 by @rrbox in https://github.com/rrbox/Tsumiji/pull/17 テストコードを修正しました。 **Full Changelog**: https://github.com/rrbox/Tsumiji/compare/1.0.0...1.0.1
Tsumiji v1.0.0
2 years ago
## What's Changed - Editor の product が AttributedString に変更 (iOS v15 以上, macOS v12 以上) - Editor を構造体で実装 - EditorLiteral を追加 * Feat/string literal by @rrbox in https://github.com/rrbox/Tsumiji/pull/10 * Develop by @rrbox in https://github.com/rrbox/Tsumiji/pull/11 * iOS の対応バージョンを変更 by @rrbox in https://github.com/rrbox/Tsumiji/pull/12 **Full Changelog**: https://github.com/rrbox/Tsumiji/compare/0.0.4...1.0.0
Tsumiji v0.0.4
2 years ago
## What's Changed - README を更新 - 英語版 README を追加 - 不具合を修正 * Update README.md by @rrbox in https://github.com/rrbox/Tsumiji/pull/4 * README-update by @rrbox in https://github.com/rrbox/Tsumiji/pull/5 * Hotfix readme by @rrbox in https://github.com/rrbox/Tsumiji/pull/6 * Feat/en readme by @rrbox in https://github.com/rrbox/Tsumiji/pull/7 * Develop by @rrbox in https://github.com/rrbox/Tsumiji/pull/8 **Full Changelog**: https://github.com/rrbox/Tsumiji/compare/0.0.3...0.0.4
Tsumiji v0.0.3
2 years ago
## What's Changed * Update: オブジェクト, メソッドの名称を変更 by @rrbox in https://github.com/rrbox/Tsumiji/pull/1 * Develop by @rrbox in https://github.com/rrbox/Tsumiji/pull/2 * Release by @rrbox in https://github.com/rrbox/Tsumiji/pull/3 ## New Contributors * @rrbox made their first contribution in https://github.com/rrbox/Tsumiji/pull/1 **Full Changelog**: https://github.com/rrbox/Tsumiji/compare/0.0.2...0.0.3
Tsumiji v0.0.2
2 years ago
NSAttributedString の作成を補助するライブラリです. @rrbox
iOS macOS

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