LazyLoad is no longer required
The main feature to this minor release is to drop the requirement of the #[LazyLoad]
attribute. This attribute's usage has been removed, due to the simplification of the library to utilise any public method on the service container class.
What's Changed
- Public methods are used instead of LazyLoad by @g105b in #135
- CI and matrix builds by @g105b in #134
- docs: update docs to point to new ci tools by @g105b in #136
Full Changelog: v1.2.1...v1.2.2