What's Changed
-
Fixed: Don't emit unasserted changes issue outside of tests (#19).
-
Fixed: Don't mutate
@Shared
's dynamic property in pre-iOS 17 view observation during view update (#27). -
Fixed: Avoid crash when attempting to open inaccessible file paths (thanks @Matejkob, #4).
-
Deprecated:
Shared
'sCollection
conformances have been deprecated in favor of explicit conversion to a collection (#26).-ForEach($elements) { $element in +ForEach(Array($elements)) { $element in
-
Infrastructure: Removed unnecessary
Shared.init
overloads (#20).
Full Changelog: 1.0.3...1.0.4