2015-05-03 Webpack support
- Add example of webpack
- Now
.setupMiddleware()will throw when be executed on the same express instance more than once. - Now
.setBaseURL()will warn when be executed after.setupMiddleware() - new
.middlewareMounted()API - Now the
.request()resultR.response.bodyremoved because it is dupe withR.body. This makes client side.request()save 50% response size.