applitopia / immutable-sorted

This is an extension of Immutable.js that provides sorted collections SortedMap and SortedSet. The current implementation is using highly optimized B-tree memory structure.
http://applitopia.github.io/immutable-sorted/
Other
29 stars 6 forks source link

use immutable as dependency not fork #1

Open hexsprite opened 7 years ago

hexsprite commented 7 years ago

Hey guys - are you open to having a version where immutable-js is a dependency instead of forking it? That way you'll get improvements if any are made in immutable-js

applitopia commented 7 years ago

Thank you for your suggestion, we will definitely consider refactoring this project to eliminate the original immutable-js code and make imports from a separate package instead.

applitopia commented 6 years ago

This package is currently based on latest version of immutable-js@4.0.0-rc.9 which is a release candidate not published in NPM. We will have to wait until facebook fully releases v4.0.0.

chrisnojima commented 6 years ago

Just a heads up rc-10 exist and it seems like 4.0.0 isn't going to happen anytime soon... (https://github.com/facebook/immutable-js/tree/v4.0.0-rc.10)