hughfdjackson / immutable

neatly packages immutable equivalents to JavaScript's Objects and Arrays.
101 stars 7 forks source link

Simplify API by removing Array methods - allowing it to be ready for production use sooner #26

Closed hughfdjackson closed 11 years ago

hughfdjackson commented 11 years ago

At the moment, there's an unstable API warning up - while kinks in how to meaningfully support the suite of methods available on Array.prototype are being sorted.

To resolve this, a version should be released that supports an MVP for object and array -- Additions can come thereafter.