Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: immutable-js/immutable-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Loading
...
head repository: CrazyPython/immutable-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 1 file changed
  • 5 contributors

Commits on Nov 4, 2017

  1. Fix typo in Record documentation

    Anthony Shuker authored Nov 4, 2017
    Configuration menu
    Copy the full SHA
    1c6cb7e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. correct examples for Map.getIn

    Christian Ost committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    51c8081 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. add "& T" to some places where it's missing in RecordInstance

    Not sure why it was missing from `updateIn<U>` or `withMutations` arguments
    jedwards1211 authored Dec 21, 2017
    Configuration menu
    Copy the full SHA
    51d934e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Configuration menu
    Copy the full SHA
    6afb4b7 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Merge branch 'patch-1'

    acusti committed May 7, 2018
    Configuration menu
    Copy the full SHA
    fc66d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8e75d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02e539d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Update isArrayLike check to be more precise

    Verify that a value is array-like by checking for
    a numeric length and by confirming that it has the
    length - 1 key set (even if it is undefined). If
    length is 0, then check that it doesn’t have any
    other properties other than length
    acusti committed May 8, 2018
    Configuration menu
    Copy the full SHA
    590bf98 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. Fix collection size check in merge()

    Records can have a size property (`collection.size`, in this
    conditional) that is independent of the Collection.size property; using
    toSeq() ensures that the Collection.size property is checked instead
    acusti committed May 9, 2018
    Configuration menu
    Copy the full SHA
    724ca2b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'array-like'

    acusti committed May 9, 2018
    Configuration menu
    Copy the full SHA
    c6cdd4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e769027 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2018

  1. Merge from facebook/master

    # Conflicts:
    #	src/utils/isArrayLike.js
    CrazyPython committed Jul 1, 2018
    Configuration menu
    Copy the full SHA
    25de6da View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.