- BREAKING: route now is request path, not fullpath.
- add the ability to pass file-specific parameters to the builder
- prevent middleware from continuing on source maps and messing things up
- fix for fonts
- fix koa-bundle for http assets
- add seamless support for dependencies within stylesheets
- pass CSS errors to the frontend
- escape HTML in error message
- pass server-side errors to the client in dev
- fix 1 argument
- fix when there is no src
- Release 1.0.4
- fix up routing path and allow you to pass options to middleware
- still display error when no stack is present
- fix up routing path and allow you to pass options to middleware
- fix routing
- cleanup
- Actually merge the branch
- new API, lots of bug fixes
- New API to be route agnostic across mounts
- Bugfixes, testing and a complete example
- support passing the file object back through
- better support when sourcemap is not present, thanks to @dominicbarnes & @thlorenz!
- pass the context through and more transparent routing via DEBUG
- fix example
- fix routing for node_modules
- fix for node_modules
- better extension handling
- support options with currying
- Initial commit