github immutable-js/immutable-js 3.5.0

latest releases: v4.3.6, v5.0.0-beta.5, v4.3.5...
9 years ago

New:

  • zip(), zipWith() and interleave() for combining multiple collections are new methods on indexed collections.
  • isEmpty() is safer than comparing count() or size to 0.
  • groupBy() now returns OrderedMap when called on an ordered collection.
  • hashCode() included in public API

Fixes:

  • Custom toJSON() methods on values in a collection respected when provided to JSON.stringify().
  • Fixed issue with browserify including Cursor.
  • Throws TypeError if getIn/updateIn/hasIn/etc. are not provided valid key paths.

Don't miss a new immutable-js release

NewReleases is sending notifications on new releases.