==================
* Merge pull request 361 from gregglind/b265-keys-object
* fix 359. Add `.keys(object)`
* Merge pull request 359 from gregglind/b359-unexpected-keys-sort
* Fix 359 keys() sorts input unexpectedly
* contrib: publish release strategy and travis npm creds 337
* Merge pull request 357 from danilovaz/master
* Update copyright date
* Merge pull request 349 from toastynerd/add-which-chain-method
* add the which chain method as per issue 347
* Merge pull request 333 from cmpolis/change-assertions
* more `by` cleanup
* cleaned out `.by` for 333
* Merge pull request 335 from DingoEatingFuzz/expose-util
* Expose chai util through the chai object
* cleanup (per notes on pr 333)
* updated `change` to work w/ non-number values + tests
* Merge pull request 334 from hurrymaplelad/patch-1
* Typo, the flag is called 'contains' with an 's'
* updated assertion interface with `change` (330)
* added `change`,`increase`,`decrease` assertions (330)
* assert tests for `change`,`increase`,`decrease`
* expect/should tests for `change`,`increase`,`decrease`
* Merge pull request 328 from lo1tuma/issue-327
* Add includes and contains alias (fixes 327)
* Merge pull request 325 from chasenlehara/overwriteChainableMethodDocs
* Fix docs for overwriteChainableMethod parameters
* Merge pull request 317 from jasonkarns/patch-2
* Merge pull request 318 from jasonkarns/patch-3
* Merge pull request 316 from jasonkarns/patch-1
* typos in docs
* minor docs typo
* update docs: getAllFlags -> transferFlags
* Merge pull request 313 from cjqed/254-expect-any-all
* Added the all and any flags for keys assertion, with all being the default behavior
* Merge pull request 312 from cjqed/291-assert-same-deep-members
* Changed public comment of sameDeepMemebers to be more clear
* Fixes issue 291, adds assert.sameDeepMembers
* Merge pull request 311 from cjqed/305-above-below-on-assert
* Merge pull request 308 from prodatakey/hasproperty
* Issue 305 fixed, added assert.isAbove and assert.isBelow
* Fix typo
* More unit tests for new utility functions
* Refactor common functionality, document, test
* Refactor if statement out
* Small unit test fix
* Handle array indexing terminating paths
* Merge pull request 309 from ericdouglas/iterableEqual-couting-once
* couting variables just once
* Fix properties with `undefined` value pass property assertion
* Merge pull request 306 from chaijs/revert-297-noopchainfunc
* Revert "Allows writing lint-friendly tests"