0.3 - Updated / more accurate documentation, Unit tests, More type support (ie. Injector::inst()->get() )
Lots of improvements
-
Changed 'extension.neon' to 'phpstan.neon' to follow conventions of other phpstan modules. Make sure to update your project phpstan.neon file!
-
Unit tested functionality, ie. Page::get() == DataList type
-
Support for singleton() / Injector::inst()->get() calls
-
Improved property support for ViewableData (all properties fallback to mixed due to its __get() method)
-
Fix broken functionality by introducing tests (helped iron out various call cases)