Releases: Swift-ImmutableData/ImmutableData
ImmutableData 0.4.0
The state property on ImmutableData.Selector is now deprecated. This property will be removed in the 1.0.0 release.
ImmutableData 0.3.0
The ImmutableUI.Selector value now supports update methods and Dynamic Selectors. Dynamic Selectors are an alternative to Containers and Presenters. Instead of constructing a new Selector from scratch when component state like searchText or sortOrder updates, an existing Selector value could be updated with new values from component state.
ImmutableData 0.2.0
The ImmutableData package now improves support for Swift 6.1:
AsyncSequenceTestUtils
Worked around a potential Swift 6.1 issue from protocol conformance and inferred associated types.1
Sample Apps
Worked around an issue from LocalStore with a property that is nonisolated and lazy.2
Worked around a potential Swift 6.1 issue from explicitly opened existential types.3
ImmutableData 0.1.0
Initial Commit