Releases: tgrapperon/swift-dependencies-additions
Releases · tgrapperon/swift-dependencies-additions
1.1.1
1.1.0
1.0.2
What's Changed
- Remove
AssertDependency
. This dependency is now available directly inDependencies
itself starting from v1.3.0 - Add visionOS platform support for NSUbiquitousKeyValueStore by @Andrey
New Contributors
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Fix backward compatibility issue with
swift-concurrency-extras
by @tgrapperon in #87
Full Changelog: 1.0.0...1.0.1
1.0.0
This bumps Dependencies
major version to 1.0.0.
0.5.2
What's Changed
Full Changelog: 0.5.1...0.5.2
0.5.1
0.5.0
What's Changed
- Make
PersistentContainer
initialization more flexible in #61 - Fix DocC references in #55
- Bump resolved dependencies in #59
- Cleanup and modernize in #60
- Fix some concurrency warnings in #62
- Doc tweaks by @finestructure in #56
- Update CI in #63
New Contributors
- @finestructure made their first contribution in #56
Full Changelog: 0.4.0...0.5.0
0.4.0
What's new
- You don't need to override
\.logger
dependency when testing. See #52. - You can observe
\.userDefaults
changes without using the_AppStorage
dependency. See #50.
What's Changed
- Add
OSSignposter
sugar and makeLogger
not fail by default when testing in #51 - Stream of UserDefaults values by @atacan in #53
New Contributors
Full Changelog: 0.3.2...0.4.0
0.3.2
What's Changed
- Lazily configure
PersistentContainer
'sviewContext
on first access to avoid potential deadlocks in #47
Full Changelog: 0.3.1...0.3.2