-
-
Notifications
You must be signed in to change notification settings - Fork 859
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: immerjs/immer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: immerjs/immer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 41 files changed
- 10 contributors
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3892e4d - Browse repository at this point
Copy the full SHA 3892e4dView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 462f506 - Browse repository at this point
Copy the full SHA 462f506View commit details
Commits on Jan 26, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for 439e4f1 - Browse repository at this point
Copy the full SHA 439e4f1View commit details
Commits on Feb 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 02dd265 - Browse repository at this point
Copy the full SHA 02dd265View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b0a5b7a - Browse repository at this point
Copy the full SHA b0a5b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b34cd8d - Browse repository at this point
Copy the full SHA b34cd8dView commit details
Commits on Mar 4, 2021
-
chore(deps): bump prismjs from 1.21.0 to 1.23.0 in /website (#762)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.21.0 to 1.23.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.21.0...v1.23.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf43e62 - Browse repository at this point
Copy the full SHA bf43e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8c9aa - Browse repository at this point
Copy the full SHA 9b8c9aaView commit details
Commits on Mar 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4ec0e7e - Browse repository at this point
Copy the full SHA 4ec0e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a1c67 - Browse repository at this point
Copy the full SHA 12a1c67View commit details
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d13987b - Browse repository at this point
Copy the full SHA d13987bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d6a5d7 - Browse repository at this point
Copy the full SHA 5d6a5d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42aac95 - Browse repository at this point
Copy the full SHA 42aac95View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec03dd0 - Browse repository at this point
Copy the full SHA ec03dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cabcd3d - Browse repository at this point
Copy the full SHA cabcd3dView commit details -
Merge branch 'proxy-set-ignore-equality' of https://github.com/smirea…
…/immer into smirea-proxy-set-ignore-equality
Configuration menu - View commit details
-
Copy full SHA for d435d0c - Browse repository at this point
Copy the full SHA d435d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b4286d - Browse repository at this point
Copy the full SHA 3b4286dView commit details -
fix: Add a type-checking fast path for primitive types (#755)
When `Draft<T>` is applied to a large enum type, TypeScript has to do a lot of unnecessary structural comparisons to confirm that no element of the enum matches `Function`, `Date`, `RegExp`, etc. Determining that they do match `string` or `number`, on the other hand, is trivial. This change splits `PrimitiveType` out of `AtomicObject` so that the fast path can be checked first. In microsoft/TypeScript#42824, this cut the check time from ~2.5 seconds to ~0.3 seconds.
Configuration menu - View commit details
-
Copy full SHA for d395efe - Browse repository at this point
Copy the full SHA d395efeView 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 v8.0.1...v8.0.2