Echo JS 0.11.0

<~>

ikessler comments

ikessler 2795 days ago. link 1 point
Thanks for the feedback.

I'm not a big fan of promises, but I can see what you mean, so I'll add it to my todo on this little module.

Could you give a real world example of your second suggestion?
ikessler 3036 days ago. link 1 point
When you have many middlewares, implementing with flat doesn't make sense, since the request goes through too many middlewares that are simply not relevant for it.

Also globbing is not needed since its a tree.