Skip to content

0.3 - Updated / more accurate documentation, Unit tests, More type support (ie. Injector::inst()->get() )

Compare
Choose a tag to compare
@silbinarywolf silbinarywolf released this 21 Apr 16:11
· 50 commits to master since this release

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)