Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImmutable v4 compatibility #61
Conversation
|
This looks good. Is is ready to be merged? |
|
If you agree that |
|
|
Good to go |
|
Thank you |
|
Thank you for such a useful module. |
jeffchan
commented
Feb 28, 2018
|
@gajus Thanks for the package! We upgraded to Immutable v4 and noticed that this change, while merged, isn't published to NPM yet. Is it possible to publish it? |
jeffchan
commented
Feb 28, 2018
|
Nevermind my comment. It is indeed already published as v4. |
andrewmclagan
commented
Jun 5, 2018
|
Would people consider bumping this to "peerDependencies": {
"immutable": "^3.8.1 || ^4.0.0-rc.9"
},
"devDependencies": {
"immutable": "^3.8.1 || ^4.0.0-rc.9"
} |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Velenir commentedMar 14, 2017
Closes #46
Also I would like to propose separating
immutabledependency intopeerDependenciesanddevDependencies:That way if a user's project at large uses
immutable@^4, redux-immutable won't try to pull inimmutable@3.8.1as a local dependency, but rather import from the project. Avoids bloating up bundle size.Conditional
devDependenciesavoids npm warnings when switching betweenimmutableversions in development.3.8.1is installed by default.