Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Always freeze by default #702

Merged
merged 8 commits into from Nov 17, 2020
Merged

feature: Always freeze by default #702

merged 8 commits into from Nov 17, 2020

Commits on Nov 17, 2020

  1. Copy the full SHA
    8d3a8d8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d18ee86 View commit details
    Browse the repository at this point in the history
  3. feature: Make autoFreeze the default

    BREAKING CHANGE: Immer will now always freeze data, even in production build. Use `setAutoFreeze(NODE_ENV !== 'production')` for the old behavior
    mweststrate committed Nov 17, 2020
    Copy the full SHA
    2aa68dd View commit details
    Browse the repository at this point in the history
  4. feature: Make autoFreeze the default

    BREAKING CHANGE: Immer will now always freeze data, even in production build. Use `setAutoFreeze(NODE_ENV !== 'production')` for the old behavior
    mweststrate committed Nov 17, 2020
    Copy the full SHA
    ac6a24f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9f2270c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e8bd33e View commit details
    Browse the repository at this point in the history
  7. more work on autoFreeze

    mweststrate committed Nov 17, 2020
    Copy the full SHA
    1111c9e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1ba9c4e View commit details
    Browse the repository at this point in the history