Swiftpack.co - Swift Packages by Actomaton

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

Packages published by Actomaton

Actomaton/Actomaton 0.8.0
馃幁 Swift async/await & Actor-powered effectful state-management framework.
猸愶笍 239
馃晸 26 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.
0.8.0
26 weeks ago
For Swift 5.9, Xcode 15.0. Milestone: https://github.com/inamiy/Actomaton/milestone/14?closed=1 ## What's Changed * [CI] Use Xcode 15.0 (Swift 5.9) by @inamiy in https://github.com/Actomaton/Actomaton/pull/79 * Use Swift 5.9 custom executor by @inamiy in https://github.com/Actomaton/Actomaton/pull/80 * Include `ActomatonDebugging` as `ActomatonUI` library target by @inamiy in https://github.com/Actomaton/Actomaton/pull/81 * Update Package.swift to comment-out `unsafeFlags` by @inamiy in https://github.com/Actomaton/Actomaton/pull/82 **Full Changelog**: https://github.com/Actomaton/Actomaton/compare/0.7.1...0.8.0
0.7.1
26 weeks ago
For Swift 5.6, Xcode 13.4.1 (and Swift 5.7, Xcode 14). Milestone: https://github.com/inamiy/Actomaton/milestone/13?closed=1 ## What's Changed * [Actomaton] Use `Task.detached` for executing effects by @inamiy in https://github.com/Actomaton/Actomaton/pull/72 * fix doc comment of effect init by @RyogaBarbie in https://github.com/Actomaton/Actomaton/pull/73 * Fix typo in README by @redryerye in https://github.com/Actomaton/Actomaton/pull/75 ## New Contributors * @redryerye made their first contribution in https://github.com/Actomaton/Actomaton/pull/75 **Full Changelog**: https://github.com/Actomaton/Actomaton/compare/0.7.0...0.7.1
0.7.0
1 year ago
For Swift 5.6, Xcode 13.4.1 (and Swift 5.7, Xcode 14 Beta 3). Milestone: https://github.com/inamiy/Actomaton/milestone/12?closed=1 ## Important changes * Introduce ActomatonUI by @inamiy in https://github.com/Actomaton/Actomaton/pull/66 `ActomatonUI` module is introduced in place of `ActomatonStore` for better SwiftUI rendering, especially for forthcoming iOS 16 `NavigationStack`. For more details, check https://github.com/Actomaton/Actomaton/pull/66 . ## What's Changed * Introduce `MainActomaton` by @inamiy in https://github.com/Actomaton/Actomaton/pull/64 * [Store] Use `MainActomaton` by @inamiy in https://github.com/Actomaton/Actomaton/pull/65 * Introduce ActomatonUI by @inamiy in https://github.com/Actomaton/Actomaton/pull/66 * [UI] Improve `HostingViewController` by @inamiy in https://github.com/Actomaton/Actomaton/pull/67 * [Debugging] Refactor ActomatonDebugging, adding `LogFormat` & `Reducer.log(format:)` by @inamiy in https://github.com/Actomaton/Actomaton/pull/69 * [UI] Add `StoreConfiguration` for Store's better `LogFormat` support by @inamiy in https://github.com/Actomaton/Actomaton/pull/70 * [Doc] Add ActomatonUI.docc by @inamiy in https://github.com/Actomaton/Actomaton/pull/68 * [Test] Add ActomatonUITests by @inamiy in https://github.com/Actomaton/Actomaton/pull/71 **Full Changelog**: https://github.com/Actomaton/Actomaton/compare/0.6.2...0.7.0
0.6.2
1 year ago
For Swift 5.6, Xcode 13.3.1. Milestone: https://github.com/inamiy/Actomaton/milestone/11?closed=1 ## What's Changed * [Store] fix access level for viewdidload of hostingviewcontroller by @RyogaBarbie in https://github.com/Actomaton/Actomaton/pull/63 ## New Contributors * @RyogaBarbie made their first contribution in https://github.com/Actomaton/Actomaton/pull/63 **Full Changelog**: https://github.com/Actomaton/Actomaton/compare/0.6.1...0.6.2
0.6.1
1 year ago
For Swift 5.6, Xcode 13.3.1. Milestone: https://github.com/inamiy/Actomaton/milestone/10?closed=1 ## Important bug fix * [Store] Fix: Add `func send` task capture `[weak self]` by @yochidros in https://github.com/Actomaton/Actomaton/pull/62 ## What's Changed * [Actomaton] Add `Reducer.map(id:)` & `Reducer.map(queue:)` by @inamiy in https://github.com/Actomaton/Actomaton/pull/54 * [Test] Fix `EffectQueueDelayTests.test_DelayedNewest2EffectQueue` for Swift 5.7 slow cancellation propagation by @inamiy in https://github.com/Actomaton/Actomaton/pull/55 * Update README.md on how to install by @inamiy in https://github.com/Actomaton/Actomaton/pull/57 * [Test] Improve DeinitTests by @inamiy in https://github.com/Actomaton/Actomaton/pull/58 * [Test] Fix DeinitTests by @inamiy in https://github.com/Actomaton/Actomaton/pull/59 * [Test] Migrate Fixture to TestFixture module by @inamiy in https://github.com/Actomaton/Actomaton/pull/60 ## New Contributors * @yochidros made their first contribution in https://github.com/Actomaton/Actomaton/pull/62 **Full Changelog**: https://github.com/Actomaton/Actomaton/compare/0.6.0...0.6.1
0.6.0
1 year ago
For Swift 5.6, Xcode 13.3.1. Milestone: https://github.com/inamiy/Actomaton/milestone/9?closed=1 ## What's Changed ### Feature * [Actomaton] Add `EffectQueueDelay` by @inamiy in https://github.com/inamiy/Actomaton/pull/49 ### Intrastructure * [CI] Use Xcode 13.3.1 (Swift 5.6) by @inamiy in https://github.com/inamiy/Actomaton/pull/51 * Update README.md on `EffectQueue` by @inamiy in https://github.com/inamiy/Actomaton/pull/50 * [Makefile] Add `make docs` by @inamiy in https://github.com/inamiy/Actomaton/pull/52 * [Docs] Update Actomaton.docc & README.md by @inamiy in https://github.com/inamiy/Actomaton/pull/53 **Full Changelog**: https://github.com/inamiy/Actomaton/compare/0.5.3...0.6.0
0.5.3
1 year ago
For Swift 5.6, Xcode 13.3.1. Milestone: https://github.com/inamiy/Actomaton/milestone/8?closed=1 ## What's Changed * [Store] Add `Store.Proxy.noEnvironment` by @inamiy in https://github.com/inamiy/Actomaton/pull/47 * [Actomaton] Fix `.runOldest(n, .discardNew)` auto-cancellation handling by @inamiy in https://github.com/inamiy/Actomaton/pull/48 **Full Changelog**: https://github.com/inamiy/Actomaton/compare/0.5.2...0.5.3
0.5.2
1 year ago
For Swift 5.6, Xcode 13.3.1. Milestone: https://github.com/inamiy/Actomaton/milestone/7?closed=1 Changelog: https://github.com/inamiy/Actomaton/compare/0.5.1...0.5.2 ## Important PRs - [[Actomaton] Fix pending effects not being cancelled by inamiy 路 Pull Request #46 路 inamiy/Actomaton](https://github.com/inamiy/Actomaton/pull/46)
0.5.1
1 year ago
For Swift 5.6, Xcode 13.3.1. See milestone for changes: https://github.com/inamiy/Actomaton/milestone/6?closed=1 ## Important PRs - [[Store] Add `sendRouteAsync(Stream)` by inamiy 路 Pull Request #45 路 inamiy/Actomaton](https://github.com/inamiy/Actomaton/pull/45)
0.5.0
1 year ago
For Swift 5.6, Xcode 13.3.1. See milestone for changes: https://github.com/inamiy/Actomaton/milestone/5?closed=1 ## Important PRs - [[Store] Support SwiftUI Transaction by inamiy 路 Pull Request #39 路 inamiy/Actomaton](https://github.com/inamiy/Actomaton/pull/39) - [[Store] Add `StoreConfiguration` by inamiy 路 Pull Request #40 路 inamiy/Actomaton](https://github.com/inamiy/Actomaton/pull/40)
iOS macOS watchOS tvOS
Actomaton/Actomaton-Gallery 0.8.0
馃柤 Gallery App for Actomaton (async/await + Elm Architecture) + SwiftUI.
猸愶笍 52
馃晸 26 weeks ago
iOS macOS watchOS tvOS

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