mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
* Add `_StateObject` * wip * `Storage` doesn't need to be `ObservableObject` * Improve performance Introduce a magic `@Published` that makes it much faster for some reason. Both Storage and Observed have been merged into one type only, and properties/functions have been renamed like `StateObject` internals. * wip * wip * wip * wip * wip * Cleanup * wip * Remove `ObjectWillChangePublisher.Output` condition This is not used anymore. * Move `_StateObject` to "internal/" * Typo * wip * wip * wip * Rollback `StateObjectViewStore` changes