- Changed MIME type of
js
andmjs
files totext/javascript
. This is in accordance with an IETF draft that treats application/javascript as obsolete. - Improved error handling: stacktrace wasn't relevant on unexpected panic since it was retrieved from the route's request handler therefore not including the real source of the panic. Stacktrace retrieval has been moved to the recovery middleware to fix this.