Releases: CodeBaseCamp/swift-architecture-toolkit
Releases · CodeBaseCamp/swift-architecture-toolkit
0.2.0
Full Changelog: 0.1.4...0.2.0
0.1.4
Full Changelog: 0.1.3...0.1.4
0.1.3
- Added asynchronous
perform
method not relying onasync
andperformSuccessfully
method toUILogicModule
- Updated
LogicModule
to correctly handle requests in failure case - Added
debugCrashUponFailure
case toExecutable
- Added
ModelViewWithIdentifiedContent
, a protocol to be implemented by views which can be updated by a corresponding view model and which rely on identified views - Made
PropertyUpdate
conform toSendable
protocol if its generic type conforms to the protocol as well - Updated CI configuration
- Use
inlinable
rather than discouragedinline
qualifier - Renamed
ViewWithContext
toViewWithObservedContext
- Added convenience methods to
ViewWithObservedContext
Full Changelog: 0.1.2...0.1.3
0.1.2
Removed functionality relying on dispatch queues.
0.1.1
Added initial support for structured concurrency.
IMPORTANT: Functionality relying on dispatch queues will be removed in the near future.
0.1.0
Package for building modular Swift(UI) applications. Enjoy!