Skip to content

Releases: tgrapperon/swift-dependencies-additions

1.0.2

08 May 18:25
406ed2d
Compare
Choose a tag to compare

What's Changed

  • Remove AssertDependency. This dependency is now available directly in Dependencies 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

09 Nov 17:26
02e7b18
Compare
Choose a tag to compare

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

31 Jul 14:08
3223855
Compare
Choose a tag to compare

This bumps Dependencies major version to 1.0.0.

0.5.2

25 Jul 09:53
9fa2e7e
Compare
Choose a tag to compare

What's Changed

  • Remove two deprecated ProxyBindable requirements in #76
  • Build for xrOS (Vision Pro) in #75

Full Changelog: 0.5.1...0.5.2

0.5.1

13 May 13:17
9b483d4
Compare
Choose a tag to compare

What's Changed

  • Depend on and import XCTestDynamicOverlay explicitly by @myihsan in #65

New Contributors

Full Changelog: 0.5.0...0.5.1

0.5.0

30 Apr 12:20
Compare
Choose a tag to compare

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

Full Changelog: 0.4.0...0.5.0

0.4.0

24 Apr 06:56
aa4b157
Compare
Choose a tag to compare

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 make Logger 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

09 Apr 21:36
Compare
Choose a tag to compare

What's Changed

  • Lazily configure PersistentContainer's viewContext on first access to avoid potential deadlocks in #47

Full Changelog: 0.3.1...0.3.2

0.3.1

19 Mar 04:46
a963ee1
Compare
Choose a tag to compare

What's Changed

  • Simplify StateObject.Dependency suggested by @kabiroberai in #39
  • Fix UserDefault's tests by @Sajjon in #35
  • Improve Proxy documentation in #40
  • Remove Logger's dependency to BundleInfo in #41

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

30 Jan 21:04
842f6f2
Compare
Choose a tag to compare

What's new

What's Changed

  • Improve UserDefaults diagnostic on Linux in #25
  • Improve Proxies ergonomics in #31
  • Typo by @JacksonUtsch in #29

New Contributors

Full Changelog: 0.2.0...0.3.0