Skip to content

v0.5.0

Compare
Choose a tag to compare
@kpheasey kpheasey released this 03 Nov 18:44
· 46 commits to master since this release

Introducing the all function on controller objects. This is called before the action function for all controller actions. It is preferred to using the controller's constructor since it doesn't require any call to super or the need to return this.