FormidableLabs / redux-little-router

A tiny router for Redux that lets the URL do the talking.
MIT License
1.04k stars 113 forks source link

Handle url paths with trailing slash #256

Closed bion closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #256 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   99.43%   99.43%   +<.01%     
==========================================
  Files          28       28              
  Lines         355      357       +2     
==========================================
+ Hits          353      355       +2     
  Misses          2        2
Impacted Files Coverage Δ
src/util/create-matcher.js 100% <100%> (ø) :arrow_up:

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 b60a98e...77ea3e0. Read the comment docs.

tptee commented 6 years ago

Looks great, thanks for this!!

dbalatero commented 6 years ago

@tptee thanks for the merge! Do you have any plans to release a new official version anytime soon? For now we'll point to git directly.