FormidableLabs / redux-little-router

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

Add Redux 4 to peerDependencies #290

Open Methuselah96 opened 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #290   +/-   ##
=======================================
  Coverage   98.61%   98.61%           
=======================================
  Files          28       28           
  Lines         362      362           
=======================================
  Hits          357      357           
  Misses          5        5

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 57a15db...bbab1a1. Read the comment docs.

renchap commented 6 years ago

Any plans to merge this?

renchap commented 6 years ago

@parkerziegler I saw that you released a new version, could you please merge this and release again? Redux 4.0.0 compatible with Redux 3 for user-facing API, and I have been using it with redux-little-router without issues, but this generated a warning when installing redux-little-router as the peer deps do not match.

parkerziegler commented 6 years ago

Hey @renchap I can take a look at this. 15.1.2 was mostly intended as a release purely for TS defs. I'm trying to review PRs as I have time for and batch similar changes. Hopefully can get a version with this published in a few days.

Jameskmonger commented 5 years ago

@parkerziegler Could this be merged and published? 😄