Release of v2.0.0
🎉 We are happy to announce gontainer v2! 🎉
This new major release is all about maximum simplicity. We’ve stripped away everything unnecessary to deliver the cleanest API — giving you a library that is both extremely simple to use and powerful in practice.
Feel free to explore the brand new README to get started.
What's Changed
- V2 devel: use concrete types instead of interfaces by @pavelpatrin in #63
- V2 devel: remove the built-in events broker feature by @pavelpatrin in #64
- V2 devel: rid of service functions support by @pavelpatrin in #65
- V2 devel: support for the container root context by @pavelpatrin in #66
- V2 devel: readme actualization by @pavelpatrin in #67
- V2 devel: rid of the container services API by @pavelpatrin in #68
- V2 devel: simplification of the resolver and invoker methods by @pavelpatrin in #69
- V2 devel: stricter factory interface by @pavelpatrin in #70
- V2 devel: pass context to factories by @pavelpatrin in #71
- V2 devel: simplified module interface by @pavelpatrin in #75
- V2 devel: remove factory metadata support by @pavelpatrin in #76
- V2 devel: switch to container options from the factory type by @pavelpatrin in #77
- V2 devel: errors refactor by @pavelpatrin in #78
- V2 devel: support for invocable factories by @pavelpatrin in #73
- V2 devel: explicit API for closing of factories by @pavelpatrin in #79
- V2 devel: readme improvement by @pavelpatrin in #80
- V2 devel: switch to the new module by @pavelpatrin in #81
- V2 devel: entrypoints terminology instead of functions by @pavelpatrin in #83
- V2 devel: options interface improvement by @pavelpatrin in #85
- V2 devel: invoker improvements by @pavelpatrin in #86
- Gontainer V2 release by @pavelpatrin in #82
Full Changelog: v1.14.1...v2.0.0