Releases: pointfreeco/swift-dependencies
Releases · pointfreeco/swift-dependencies
1.3.8
1.3.7
What's Changed
- Fixed: Add explicit XCTestDynamicOverlay dependency to DependenciesMacros target (thanks @andriyslyusar, #254).
- Fixed: Address Swift 6 snapshot boundary issue (thanks @hallee, #256).
New Contributors
- @andriyslyusar made their first contribution in #254
Full Changelog: 1.3.6...1.3.7
1.3.6
1.3.5
1.3.4
What's Changed
- Added: Swift Testing beta support (#239).
- Fixed: Properly cache dependencies during re-entrancy (#249).
Full Changelog: 1.3.3...1.3.4
1.3.3
What's Changed
- Fixed: Introduce more Swift 6 concurrency fixes (#235; thanks @hallee for addressing Xcode 16 beta 3 compatibility).
- Fixed: Remove incompatible JavaScript logging on SwiftWasm runtime warning code paths (#242).
Full Changelog: 1.3.2...1.3.3
1.3.2
What's Changed
- Changed: Swift Language Support: Drop <5.9, Add 6.0 (#226).
- Fixed: Allow
withRandomGenerator
to rethrow errors (thanks @samisuteria, #232). - Fixed: Update Package.swift for SwiftSyntax 601-prerelease via new swiftlang GitHub organization (#231; #240).
- Infrastructure: Remove reference to archived Cleanse project in README (thanks @BrentMifsud, #225).
- Infrastructure: Add
.editorconfig
for consistent code formatting (thanks @Matejkob, #236).
New Contributors
- @BrentMifsud made their first contribution in #225
- @samisuteria made their first contribution in #232
- @Matejkob made their first contribution in #236
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- Fixed: Remove insecure
assert
andprecondition
setters (#214). The ability to override these dependencies posed a security risk if a third party did so, so the library should prevent the possibility. - Fixed: Avoid deadlock when dependency values is first initialized if the main thread is blocked (#219).
- Fixed: Support swift-syntax from 600.0.0-latest (#223).
- Fixed: Silence some Swift 6 warnings (#224).
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Added:
assert
andprecondition
dependencies, for making Swift assertions testable (#213). - Fixed:
@DependencyClient
now ignores static properties (thanks @rhysm94, #196). - Fixed: Improve runtime warning when no
liveValue
is defined (#206). - Fixed: Address some strict concurrency sendable warnings (#207).
- Fixed: Improve
@DependencyEndpoint
failure messages by incorporating the type name (#208). - Fixed:
@DependencyClient
support for thepackage
access modifier (thanks @ivanlisovyi, #209). - Fixed:
@DependencyClient
will now automatically ignore@Dependency
properties via the new@DependencyEndpointIgnored
marker macro (thanks @freak4pc, #212). - Infrastructure: Fix documentation (thanks @gibachan, #198).
New Contributors
- @rhysm94 made their first contribution in #196
- @gibachan made their first contribution in #198
- @ivanlisovyi made their first contribution in #209
- @freak4pc made their first contribution in #212
Full Changelog: 1.2.2...1.3.0
1.2.2
What's Changed
- Fixed: Support swift-syntax 510.0 (#190).
- Infrastructure: Document Swift compiler bug in
@DependencyClient
(#189).
Full Changelog: 1.2.1...1.2.2