Thanks in advance!
Thank you for asking this important question. We plan completing #165 , #139 and some other issues before getting out of beta. We have no exact time schedule. API might not be stable, but quality is stable as far as we checked.
@yoichitgy Thanks for the update!
Just a beginner's question while we're waiting: How can I force the swift package manager to install the 2.0 beta ?
EDIT: Sorry, for the lazy newbie post. Figured it out myself:
.Package(url: "https://github.com/Swinject/Swinject.git", Version(2, 0, 0, prereleaseIdentifiers: ["beta"]))
We'll release v2.0.0 after Pull Request #215 is merged.
Finally we released v2.0.0. Thanks everyone馃槂
Most helpful comment
Just a beginner's question while we're waiting: How can I force the swift package manager to install the 2.0 beta ?
EDIT: Sorry, for the lazy newbie post. Figured it out myself:
.Package(url: "https://github.com/Swinject/Swinject.git", Version(2, 0, 0, prereleaseIdentifiers: ["beta"]))