Skip to content

LazyLoad is no longer required

Compare
Choose a tag to compare
@g105b g105b released this 29 Jun 11:41
· 6 commits to master since this release
9b9e65e

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