Skip to content
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: immerjs/immer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.1
Choose a base ref
...
head repository: immerjs/immer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.2
Choose a head ref
  • 18 commits
  • 41 files changed
  • 10 contributors

Commits on Oct 21, 2020

  1. Copy the full SHA
    3892e4d View commit details

Commits on Nov 17, 2020

  1. Added tests

    smirea committed Nov 17, 2020
    Copy the full SHA
    462f506 View commit details

Commits on Jan 26, 2021

  1. 1
    Copy the full SHA
    439e4f1 View commit details

Commits on Feb 2, 2021

  1. Copy the full SHA
    02dd265 View commit details

Commits on Feb 3, 2021

  1. Migrate to Docusaurus v2

    Signed-off-by: Reece Dunham <me@rdil.rocks>
    RDIL committed Feb 3, 2021
    Copy the full SHA
    b0a5b7a View commit details
  2. Fix installation docs

    RDIL committed Feb 3, 2021
    Copy the full SHA
    b34cd8d View commit details

Commits on Mar 4, 2021

  1. 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>
    dependabot[bot] authored Mar 4, 2021
    Copy the full SHA
    bf43e62 View commit details
  2. Copy the full SHA
    9b8c9aa View commit details

Commits on Mar 13, 2021

  1. Fix typo

    pvcresin authored Mar 13, 2021
    Copy the full SHA
    4ec0e7e View commit details
  2. Fix typo

    pvcresin committed Mar 13, 2021
    Copy the full SHA
    12a1c67 View commit details

Commits on Mar 17, 2021

  1. Copy the full SHA
    d13987b View commit details
  2. Some theming improvements

    mweststrate committed Mar 17, 2021
    Copy the full SHA
    5d6a5d7 View commit details
  3. Copy the full SHA
    42aac95 View commit details
  4. Copy the full SHA
    ec03dd0 View commit details
  5. Copy the full SHA
    cabcd3d View commit details
  6. Merge branch 'proxy-set-ignore-equality' of https://github.com/smirea…

    …/immer into smirea-proxy-set-ignore-equality
    mweststrate committed Mar 17, 2021
    Copy the full SHA
    d435d0c View commit details
  7. Copy the full SHA
    3b4286d View commit details
  8. 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.
    amcasey authored Mar 17, 2021
    Copy the full SHA
    d395efe View commit details
Loading