1.5.0
Improvements
AjaxView extends AppView
This way the AjaxView automatically shares the AppView helpers loaded.
With CakePHP 3 now shifting helper loading from controller to view level this is a required chance at this point to have the AJAX templates being able to use the same helpers as the normal ones do.
Caution
All CakePHP 3 apps by now should have an AppView class present.
If you don't yet, please do that now before pulling this minor release.