What's Changed
- Added: support for
Date
values in shared app storage (thanks @rudedogdhc, #3470). - Performance: Improved performance of shared app storage observation (#3487).
- Performance: Reduce amount of locking in the Combine subject powering the Store (thanks @iampatbrown, #3476).
- Fixed: Addressed a potential crash in shared app storage when many app storage variables are notified by notification center during a SwiftUI view body update (#3487).
- Fixed: Addressed a race condition in the Combine subject powering the Store (thanks @kabiroberai, #3475).
- Fixed: Better autocomplete for dynamic member lookup (#3463).
- Infrastructure: Capture existing
@Shared
test store behavior in test with a to-do for better behavior in the future (thanks @rcarver, #3455).
New Contributors
- @rudedogdhc made their first contribution in #3470
Full Changelog: 1.15.2...1.16.0