Skip to content

Releases: Swift-ImmutableData/ImmutableData

ImmutableData 0.4.0

14 Nov 18:47

Choose a tag to compare

The state property on ImmutableData.Selector is now deprecated. This property will be removed in the 1.0.0 release.

ImmutableData 0.3.0

12 May 17:55

Choose a tag to compare

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

27 Feb 23:00

Choose a tag to compare

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

  1. swiftlang/swift#79367

  2. swiftlang/swift#76518

  3. swiftlang/swift#79377

ImmutableData 0.1.0

31 Jan 00:42

Choose a tag to compare

Initial Commit