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

Breaking: Fix .include to always use strict equality #760

Merged
merged 2 commits into from
Aug 15, 2016

Commits on Aug 14, 2016

  1. Configuration menu
    Copy the full SHA
    6d6bf60 View commit details
    Browse the repository at this point in the history
  2. Breaking: Fix .include to always use strict equality

    - Previously, `.include` was using strict equality for non-negated property
    inclusion, but deep equality for negated property inclusion and array
    inclusion. This fix causes `.include` to always use strict equality.
    meeber committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    38739f4 View commit details
    Browse the repository at this point in the history