Skip to content

Lazier LazyLoad

Compare
Choose a tag to compare
@g105b g105b released this 06 Jul 14:16
· 30 commits to master since this release
8628f96

The new feature in this release is the "lazier" LazyLoad attribute. Before, the LazyLoad attribute was required to state the type of object it loaded, but now if there's a return type on the class itself, the type annotation in the attribute is not mandatory.

Along with this feature, the development dependencies have been set to a hard version constraint to help with predictable builds.