This repository was archived by the owner on Sep 28, 2018. It is now read-only.
v1.0.0-beta2
Pre-release
Pre-release
Features
- Now uses the following Koa middlewares to handle paths. Can be configured through
runtime.koa.
By default will it add trailing slashes, make paths to lowercase and normalize them. This can be changed through the configuration.
- Added https://github.com/vdemedes/koa-errors to default middlewares for better error management in development.
- Now informs about the path which the application is running from when starting.
- Will now open the correct path in development if
dev.openis set totrue.
Fixes
- Now correctly runs the application under the right path when specifying a path in
build.path.
Internal
- Updated
koa-staticfrom v1.5.x to v2.0.x.
Documentation
- Added
docs/Settings.mdthat list all possible settings, the same information can be seen by runningroc list-settingsorroc markdown-settingsin a project. - Moved esdocs to
/esdocsfrom/docs.
Examples
- Updated
/examples/client-serverto show some of the new path logic.