Hey!
I really love your framework and thought it would be awesome to have a function wich is executed if the routing path was not found.
In AngularJS this function is called 'otherwise()', maybe something like that?
F.e.
If you have a dispatch-function for '/getUsers' and '/getUser/:id' but somebody calls '?u=/some_page', Limonade would execute that 'otherwise()' function and this function redirects to the homepage or throws an error.
I would like to hear your ideas about this!
Thanks,
Skayo
P.S.: I'm sorry if this idea exists