2.1.1
What's Changed
- Fixed:
$shared.load()
errors are now correctly rethrown (#70). - Fixed: Do not prematurely
nil
out load/save errors when reloading/resaving (#72). - Fixed: Depend directly (not transitively) on ConcurrencyExtras (#78; thanks @jflan-dd, #85).
- Fixed: Git-ignore .swiftpm directory and remove schemes (thanks @kamcma, #79).
- Fixed: Expose public initializers on shared key continuation types (thanks @arnauddorgans, #81).
- Fixed: Keep publishers alive when swapping out shared keys (#82).
- Infrastructure: Clean up shared initializers and overloads (#69).
- Infrastructure: Improve GRDB demo (#73).
- Infrastructure: Update live file storage examples in documentation (thanks @heiberg, #74).
New Contributors
- @heiberg made their first contribution in #74
- @kamcma made their first contribution in #79
- @arnauddorgans made their first contribution in #81
- @jflan-dd made their first contribution in #85
Full Changelog: 2.1.0...2.1.1