Immer v8.0.0 Release Notes

Release Date: 2020-11-17 // over 3 years ago
  • 8.0.0 (2020-11-17)

    🔋 feature

    💥 BREAKING CHANGES

    • 👀 always freeze by default, even in production mode. Use setAutoFreeze(process.env.NODE_ENV !== 'production') for the old behavior. See #687 (comment) for the rationale. Fixes #649, #681, #687

Previous changes from v7.0.14