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: v3.3.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: v4.0.0
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 10, 2019

  1. updated tests

    mweststrate committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    8aa4da3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Implemented deepFreeze functionality, *anything draftable* returned f…

    …rom a produce will now be deeply frozen
    mweststrate committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    7fd3ef3 View commit details
    Browse the repository at this point in the history
  2. Processed review comments

    mweststrate committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    9064d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa2581 View commit details
    Browse the repository at this point in the history
  4. BREAKING CHANGE: In development mode, any new value stored in a tree …

    …will be deeply frozen
    
    This introduces a new side effect, where any data returned for a producer will be frozen. See #417 and linked issues for details
    mweststrate committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    fc41507 View commit details
    Browse the repository at this point in the history
  5. feat: In development mode, any new value stored in a tree will be dee…

    …ply frozen.
    
    BREAKING CHANGE: any value returned from produce will be deeply frozen in DEV, even when it wasn't frozen before the producer started. Fixes #412 #363 #260 #230 #313 #229 through #417
    mweststrate committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    cb1c6dd View commit details
    Browse the repository at this point in the history
Loading