koajs / joi-router

Configurable, input and output validated routing for koa
MIT License
450 stars 96 forks source link

update description of .use() API #84

Closed wdanxna closed 5 years ago

wdanxna commented 5 years ago

.use() behaviour had changed due to latest version ofkoa-router. now the .use() will not run handler before specific route but instead depend on the order respect to other verb().

codecov[bot] commented 5 years ago

Codecov Report

Merging #84 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   99.61%   99.61%           
=======================================
  Files           3        3           
  Lines         261      261           
  Branches       60       60           
=======================================
  Hits          260      260           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b52deb6...4832792. Read the comment docs.

aheckmann commented 5 years ago

Thanks!