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.0
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.1
Choose a head ref
  • 15 commits
  • 13 files changed
  • 10 contributors

Commits on Nov 19, 2020

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

Commits on Jan 11, 2021

  1. chore(deps-dev): bump semantic-release from 17.0.2 to 17.2.3 (#704)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.0.2 to 17.2.3.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v17.0.2...v17.2.3)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    3c4e3f7 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump highlight.js from 9.15.10 to 9.18.5 in /website (#709)

    Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 9.18.5.
    - [Release notes](https://github.com/highlightjs/highlight.js/releases)
    - [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md)
    - [Commits](highlightjs/highlight.js@9.15.10...9.18.5)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    894d190 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump ini from 1.3.5 to 1.3.7 (#722)

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.7)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    1a15615 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump ini from 1.3.5 to 1.3.7 in /website (#723)

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.7)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    3a62869 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump dot-prop from 4.2.0 to 4.2.1 in /website (#735)

    Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/sindresorhus/dot-prop/releases)
    - [Commits](sindresorhus/dot-prop@v4.2.0...v4.2.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    d3908e1 View commit details
    Browse the repository at this point in the history
  6. chore(docs): Update example-reducer.md (#734)

    makes it more eaiser to see, where developers have to move their inital state. 
    
    prevents some reading issues that creates stuff like: 
    const byId = produce((draft = INITAL_STATE, action) => {
    conradkirschner authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    5379cdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8121d6 View commit details
    Browse the repository at this point in the history
  8. chore(comments): update comments (#727)

    Co-authored-by: xiyin <[email protected]>
    xyoscer and xiyin authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    fe8f589 View commit details
    Browse the repository at this point in the history
  9. chore(tests): use UTC date string in tests to be timezone independent (

    …#705)
    
    Previously tests could break when run in a different timezone.
    Gelio authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    e8fd805 View commit details
    Browse the repository at this point in the history
  10. docs: add cool-store into built-with.md (#724)

    * Update built-with.md
    
    * Update built-with.md
    VienDinhCom authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    211314c View commit details
    Browse the repository at this point in the history
  11. docs: Update current.md (#728)

    Minor typo, incorrect pluralization.
    url00 authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    c21a2ef View commit details
    Browse the repository at this point in the history
  12. docs: Add referential equality to pitfalls (#731)

    Add a section about referential equality to pitfalls, with the simple 
    example of using `indexOf` on a draft array to match an element.
    
    Fixes #730
    ianstormtaylor authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    8fbf93c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    d75de70 View commit details
    Browse the repository at this point in the history
  2. 6 Configuration menu
    Copy the full SHA
    da2bd4f View commit details
    Browse the repository at this point in the history
Loading