-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: CrazyPython/immutable-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 1 file changed
- 5 contributors
Commits on Nov 4, 2017
-
Fix typo in Record documentation
Anthony Shuker authoredNov 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 1c6cb7e - Browse repository at this point
Copy the full SHA 1c6cb7eView commit details
Commits on Dec 14, 2017
-
correct examples for Map.getIn
Christian Ost committedDec 14, 2017 Configuration menu - View commit details
-
Copy full SHA for 51c8081 - Browse repository at this point
Copy the full SHA 51c8081View commit details
Commits on Dec 21, 2017
-
add "& T" to some places where it's missing in RecordInstance
Not sure why it was missing from `updateIn<U>` or `withMutations` arguments
Configuration menu - View commit details
-
Copy full SHA for 51d934e - Browse repository at this point
Copy the full SHA 51d934eView commit details
Commits on Mar 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6afb4b7 - Browse repository at this point
Copy the full SHA 6afb4b7View commit details
Commits on May 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fc66d4a - Browse repository at this point
Copy the full SHA fc66d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e75d0 - Browse repository at this point
Copy the full SHA e8e75d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e539d - Browse repository at this point
Copy the full SHA 02e539dView commit details
Commits on May 8, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 590bf98 - Browse repository at this point
Copy the full SHA 590bf98View commit details
Commits on May 9, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 724ca2b - Browse repository at this point
Copy the full SHA 724ca2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6cdd4f - Browse repository at this point
Copy the full SHA c6cdd4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e769027 - Browse repository at this point
Copy the full SHA e769027View commit details
Commits on Jul 1, 2018
-
# Conflicts: # src/utils/isArrayLike.js
Configuration menu - View commit details
-
Copy full SHA for 25de6da - Browse repository at this point
Copy the full SHA 25de6daView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...master