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

Throw when accessing non-draftables in strict mode #715

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Dec 3, 2020

  1. feature: Add strict mode for accessing non-draftables

    In strict mode, accessing a non-draftable property will throw
    One can use the unsafe function to perform such operations
    
    Fixes immerjs#686
    Gelio committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    7836fb0 View commit details
    Browse the repository at this point in the history
  2. Add tests for strict mode

    Gelio committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    c30fef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae6808e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    adeb53b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c60c592 View commit details
    Browse the repository at this point in the history