Release of 0.4.2
Pre-release
Pre-release
New Stuff!
Added in a global event for domReady. You can listen to 'dom:ready' to be notified when the page is ready to do things for you. This is the Action!
equivalent of $(function(){})
in jQuery.
Also added the routing code. Convenience functions for setting up routes are still coming... Feel free to use it but be warned, it's not complete and is likely to change.