Skip to content

Release 0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ghnuberath Ghnuberath released this 21 Apr 16:52
· 641 commits to master since this release

Improvements to Ravel lifecycle via #81

Modules now feature decorators which can be used on methods to easily connect those methods to Ravel lifecycle events:

@postinit
@prelisten
@postlisten
@end

This helps move a lot of initialization logic into Modules, and out of app.js.