Skip to content

Release of 0.4.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@designfrontier designfrontier released this 17 Jun 16:30
· 68 commits to master since this 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.