Skip to content
This repository was archived by the owner on Sep 28, 2018. It is now read-only.

v1.0.0-beta2

Pre-release
Pre-release

Choose a tag to compare

@dlmr dlmr released this 21 Jan 15:52
· 10 commits to master since this release

Features

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.open is set to true.

Fixes

  • Now correctly runs the application under the right path when specifying a path in build.path.

Internal

  • Updated koa-static from v1.5.x to v2.0.x.

Documentation

  • Added docs/Settings.md that list all possible settings, the same information can be seen by running roc list-settings or roc markdown-settings in a project.
  • Moved esdocs to /esdocs from /docs.

Examples

  • Updated /examples/client-server to show some of the new path logic.