Skip to content

parsley v1.0.0

Compare
Choose a tag to compare
@matzefriedrich matzefriedrich released this 20 Sep 23:15
· 17 commits to main since this release
380af30

Parsley has reached its first stable release! 🎉 After continuous improvements, Parsley is now solidified as a robust, reliable, and easy-to-use dependency injection solution for Go applications.

New in v1.0.0

  • Validator Service: A major addition in this release, the Validator ensures service registrations are sound:
    • Detects missing service dependencies, improving app stability.
    • Identifies circular dependencies to prevent runtime errors.

With this release, Parsley is officially production-ready! 🚀