What's Changed
- Fixed: cut down on calls to
withMutationto minimize observation contention (https://github.com/pointfreeco/swift-sharing/pull/192).
Full Changelog: https://github.com/pointfreeco/swift-sharing/compare/2.7.3...2.7.4
Unclaimed project
Are you a maintainer of swift-sharing? Claim this project to take control of your public changelog and roadmap.
Changelog
A universal solution to persistence and data sharing in surprisingly little code.
withMutation to minimize observation contention (https://github.com/pointfreeco/swift-sharing/pull/192).Full Changelog: https://github.com/pointfreeco/swift-sharing/compare/2.7.3...2.7.4
CustomReflectable conformances to @Shared and @SharedReader to prevent leaking sensitive data and better format things for Custom Dump (https://github.com/pointfreeco/swift-sharing/pull/191).Full Changelog: https://github.com/pointfreeco/swift-sharing/compare/2.7.2...2.7.3
Full Changelog: https://github.com/pointfreeco/swift-sharing/compare/2.7.1...2.7.2
appStorage's codable strategies to address a regression introduced in 2.7.0, where raw representable types with codable conformances preferred the codable strategy over the raw representable strategy (https://github.com/pointfreeco/swift-sharing/pull/185).Full Changelog: https://github.com/pointfreeco/swift-sharing/compare/2.7.0...2.7.1
AppStorageKey support for Codable (thanks @abdulilah99, https://github.com/pointfreeco/swift-sharing/pull/182).AppStorageKey support for string arrays (thanks @ph1ps, https://github.com/pointfreeco/swift-sharing/pull/107).