Skip to content

Releases: CodeBaseCamp/swift-architecture-toolkit

0.2.0

17 Nov 08:19
edbfdce
Compare
Choose a tag to compare

Full Changelog: 0.1.4...0.2.0

0.1.4

17 Nov 08:19
d123eaa
Compare
Choose a tag to compare

Full Changelog: 0.1.3...0.1.4

0.1.3

13 Sep 05:03
dc8b42a
Compare
Choose a tag to compare
  • Added asynchronous perform method not relying on async and performSuccessfully method to UILogicModule
  • Updated LogicModule to correctly handle requests in failure case
  • Added debugCrashUponFailure case to Executable
  • 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 to Sendable protocol if its generic type conforms to the protocol as well
  • Updated CI configuration
  • Use inlinable rather than discouraged inline qualifier
  • Renamed ViewWithContext to ViewWithObservedContext
  • Added convenience methods to ViewWithObservedContext

Full Changelog: 0.1.2...0.1.3

0.1.2

24 Jan 09:36
f3d5f3d
Compare
Choose a tag to compare

Removed functionality relying on dispatch queues.

0.1.1

24 Jan 09:13
4119d96
Compare
Choose a tag to compare

Added initial support for structured concurrency.

IMPORTANT: Functionality relying on dispatch queues will be removed in the near future.

0.1.0

19 Dec 13:30
5b5af46
Compare
Choose a tag to compare

Package for building modular Swift(UI) applications. Enjoy!