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] bring package in line with node's assert.deepEqual #65

Merged
merged 6 commits into from
Aug 10, 2019

Commits on Apr 24, 2017

  1. [Tests] add more Error tests

    agirorn authored and ljharb committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    c0ae38c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

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

Commits on Jul 31, 2019

  1. [Breaking] comparing arrays and objects should always fail, per node‘…

    …s assert.deepEqual
    
    Fixes #12.
    
    Relates to tape-testing/tape#186
    ljharb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    3fea9da View commit details
    Browse the repository at this point in the history
  2. [Breaking] non-Date objects with different [[Prototypes]] are not equal

    Date objects are equal when:
     - the timestamp is the same
     - if strict, the [[Prototype]] is the same
     - own properties match, same as normal objects
    ljharb committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    5f2f2e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    45431b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a159a3a View commit details
    Browse the repository at this point in the history