All Versions
19
Latest Version
Avg Release Cycle
162 days
Latest Release
289 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0-rc Changes
August 31, 2025What's Changed
- โก๏ธ Update Github Runners to macos 15.5 and Xcode 16.4 by @0xLucasMarcal in #585
- โ Delete Swinject Dynamic target by @0xLucasMarcal in #583
- Enable Swift 6 language mode by @0xLucasMarcal in #582
- ๐ Allow access to ServiceEntry properties by @bradfol in #575
- feat(container): add resetObjectScope(_:serviceType:) by @mehdisam in #579
๐ New Contributors
- @0xLucasMarcal made their first contribution in #585
- @mehdisam made their first contribution in #579
Full Changelog : 2.9.1...v3.0.0-rc-2
-
v2.10.0 Changes
September 01, 2025What's Changed
- โก๏ธ Update Github Runners to macos 15.5 and Xcode 16.4 by @0xLucasMarcal in #585
- โ Delete Swinject Dynamic target by @0xLucasMarcal in #583
- Enable Swift 6 language mode by @0xLucasMarcal in #582
- ๐ Allow access to ServiceEntry properties by @bradfol in #575
- feat(container): add resetObjectScope(_:serviceType:) by @mehdisam in #579
๐ New Contributors
- @0xLucasMarcal made their first contribution in #585
- @mehdisam made their first contribution in #579
Full Changelog : 2.9.1...v2.10.0
-
v2.9.1 Changes
June 03, 2024What's Changed
- ๐ Fix withObjectGraph losing scope by @maxim-chipeev in #569
Full Changelog : 2.9.0...2.9.1
-
v2.9.0 Changes
May 31, 2024What's Changed
Thank you contributors!! ๐
- ๐ Fix Github Workflows by @bradfol in #561
- ๐ Fix the broken links to Funq in README. by @yoichitgy in #565
- ๐ Fix visionOS build error in recursiveLock by @s0ta91 in #564
- ๐ Fix up test assertions by @bradfol in #562
- ๐ฆ Exposes object graph by @maxim-chipeev in #568
๐ New Contributors
Full Changelog : 2.8.8...2.9.0
-
v2.8.8 Changes
April 30, 2024What's Changed
- SPM asks for PrivacyManifest to be in Sources by @maxim-chipeev in #557
- ๐ Streamline Container synchronization logic by @maxim-chipeev in #556
- ๐ Improve resolution performance in large Containers by @maxim-chipeev in #558
Full Changelog : 2.8.7...2.8.8
-
v2.8.7 Changes
April 22, 2024What's Changed
- ๐ fix: add NSPrivacyCollectedDataTypes and NSPrivacyAccessedAPITypes to Privacy manifest by @gre7if in #555
- Thank you gre7if for reporting this!
๐ New Contributors
Full Changelog : 2.8.6...2.8.7
-
v2.8.6 Changes
April 12, 2024What's Changed
- โ Added Privacy manifest in resource bundles by @visaev in #554
- โ Added Privacy manifest to xcodeproj as well. @maxim-chipeev
๐ New Contributors
Full Changelog : 2.8.5...2.8.6
-
v2.8.5 Changes
April 08, 2024What's Changed
- ๐ Make synchronous reads and writes to the container safe by @dalemyers in #540
- โ Remove generated header file to make it a pure swift library by @sanju-naik in #537
- โก๏ธ Update script for build phase "Swiftlint" to make it compatible with Apple Silicon Macs by @KarinBerg in #533
- โ Adds privacy manifest by @maxim-chipeev in #550
- โก๏ธ Update swift-tools, add new platform visionOS by @BProg in #544
- Undo graph restoration once Lazy wrapper resolves its local hierarchy by @maxim-chipeev in #551
- โก๏ธ Update version and list Faire as active maintainer by @maxim-chipeev in #552
- ๐ Thank you to all contributors this release!
๐ New Contributors
- @dalemyers made their first contribution in #540
- @sanju-naik made their first contribution in #537
- @BProg made their first contribution in #544
Full Changelog : 2.8.4...2.8.5
-
v2.8.4 Changes
October 03, 2023- Set new minimum versions (thanks @KarinBerg!)
- iOS 9.0 -> 11.0
- macOS 10.10 -> 10.13
- watchOS 2.0 -> 4.0
- tvOS 9.0 -> 11.0
- Xcode 10.2 -> 14.3
- Set new minimum versions (thanks @KarinBerg!)
-
v2.7.1 Changes
September 09, 2019๐ Bugfix
- ๐ Fixed warning when integrating Swinject via Carthage into app extension (#435). Thanks @raptorxcz!
๐ This version supports Xcode 10.2+ with Swift 4.2+.