Changelog
Last updated
Was this helpful?
Last updated
Was this helpful?
All notable changes to this project will be documented in this file.
The format is based on and this project adheres to .
Generated by .
[Tests] use shared travis-ci configs
[meta] add auto-changelog
[Dev Deps] update eslint
, @ljharb/eslint-config
; add safe-publish-latest
[Tests] add npx aud
in posttest
[meta] add funding
field
[Tests] up to node
v12.7
, v11.15
, v10.16
, v9.11
, v8.16
, v7.10
, v6.17
, 4.9
; use nvm install-latest-npm
[Tests] make a tape
helper, to easily compare loose/strict, and (a,b)/(b,a) arg order
[Tests] add npm run lint
test: Fails simple array tests on IE < 9 #10
[Tests] clean up/flesh out test cases
[Fix] (array,arguments) now behaves the same as (arguments,array)
[Refactor] move Date and RegExp tests into objEquiv
[Fix] properly compare RegExp objects
[Refactor] Use object-keys
and is-arguments
instead of a homegrown shim.
[Fix] use object-is
to support NaN
and -0
properly
[meta] fix license text so GitHub can detect it
[Tests] add array/object tests
[Fix] ensure Buffer + non-Buffer comparison order does not matter
[Refactor] objEquiv
: bail early if typeofs are different
[Tests] add tests for Object.create(null)
[Refactor] there is no need to do further compareation when two types are not equal
Only apps should have lockfiles
[Tests] clean up redundant test
[Fix] use is-date-object
to properly detect cross-realm Dates
[meta] Add copyright statements
[Dev Deps] update tape
Null should == undefined
Update travis.yml to modern node
latest tape
add type check to support browsers
license file
buffer check without Buffer
failing test for buffer comparison
test the arguments shim and properly factor out the arguments handling
more coverage for the keys shim
test coverage for the non-object case
fix the argument comparisons to properly call equal()
more code coverage for date comparisons
use the latest version of tape
use https: for the badges
100% coverage
Fixed arguments support for IE8-
upgrade the markdown
opts.strict instead of a boolean arg
using testling-ci
Add optional strict parameter
strict equality test
document opts.strict
using tape
using travis
deepEquals comparing nulls seems to break in ie6-8
performance note in the readme
more firefoxes
implementation with an example
readme
and a test
actually just MIT