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

Move `immutable/*` re-exports to `immutable/index.js` #266

Closed kale-stew closed 6 years ago

kale-stew commented 6 years ago

All immutable imports now must be separately imported. For example:

import { immutableRouterForBrowser, ImmutableLink } from 'redux-little-router/es/immutable';
import { combineReducers } from 'redux-immutable';

Checklist:

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #266   +/-   ##
=======================================
  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 c9b37e3...25da7a9. Read the comment docs.

ryan-roemer commented 6 years ago

@stefvhuynh -- Mind taking a look at this too since we're moving around your immutable work?