Commit graph

617 commits

Author SHA1 Message Date
Jake Luer
886e626e57 Release 1.0.3 2012-05-27 18:19:47 -04:00
domenic
8c680682dc Point Travis badge to the right place. 2012-05-27 17:36:36 -04:00
domenic
8cd580d7f2 Make error message for eql/deep.equal more clear. 2012-05-27 17:34:27 -04:00
domenic
db98bd69e6 Fix .not.deep.equal.
It wasn't passing the negation through.
2012-05-27 17:31:06 -04:00
Jake Luer
f273ed6f5a contributors list 2012-05-26 23:43:48 -04:00
Jake Luer
1b89af7114 Release 1.0.2 2012-05-26 23:39:29 -04:00
Jake Luer
eb6453a5ca Merge pull request #67 from chaijs/chaining-and-flags
Chaining and flags
2012-05-26 20:35:15 -07:00
domenic
93d9d98df0 Browser build.
Expect and assert tests now pass in IE9, IE10.
2012-05-26 22:41:34 -04:00
domenic
e1256e9005 Use addChainableMethod to get away from __proto__ manipulation.
Helps with #66.
2012-05-26 22:38:47 -04:00
domenic
3a67f058f0 New addChainableMethod utility.
Uses `transferFlags`, and will be used for Chai's `a`/`an` and `includes`/`contains`.
2012-05-26 22:34:55 -04:00
domenic
5455ce4b5d Replace getAllFlags with transferFlags utility.
This will help more directly with #66 and with domenic/chai-as-promised#5.
2012-05-26 21:38:10 -04:00
Jake Luer
0191e762b9 browser build 2012-05-22 14:51:39 -04:00
Jake Luer
6090d77ea8 test - get all flags 2012-05-22 14:51:39 -04:00
Jake Luer
ffab05a192 utility - get all flags 2012-05-22 14:51:39 -04:00
domenic
48da0bdb68 Add .mailmap to .npmignore. 2012-05-20 16:12:09 -04:00
domenic
d45b0b3c50 Add a .mailmap file to fix my name in shortlogs.
See http://stackoverflow.com/q/10638062/3191
2012-05-20 14:11:35 -04:00
Jake Luer
ca5368cf65 Release 1.0.1 2012-05-18 14:26:45 -04:00
Jake Luer
58ae39554a browser build 2012-05-18 14:24:29 -04:00
domenic
554944f82f Fixing "an" vs. "a" grammar in type assertions.
Now says stuff like "expected x to be an array" instead of "expected x to be a array."
2012-05-18 14:05:06 -04:00
domenic
46a2f1c406 Uniformize assert interface inline docs.
At the same time, made small tweaks to the should/expect ones.
2012-05-18 14:00:50 -04:00
domenic
ae3be8c684 Don't use instanceof for assert.isArray.
This makes it more compatible with cross-frame checks.
2012-05-18 14:00:46 -04:00
domenic
4a938ef672 Add deep flag for equality and property value.
See #63 for more discussion.

Also adds to the assert interface:
 - deepProperty
 - notDeepProperty
 - deepPropertyVal
 - deepPropertyNotVal
2012-05-17 10:13:19 -04:00
Jake Luer
edf7a44a3a Merge pull request #64 from chaijs/assertion-docs
Uniformize assertion inline docs.
2012-05-17 06:57:49 -07:00
domenic
771895aab8 Uniformize assertion inline docs. 2012-05-16 20:55:36 -04:00
domenic
a16f809318 Add npm-debug.log to .gitignore. 2012-05-16 20:14:17 -04:00
Jake Luer
efc7759633 no reserved words as actuals. #62 2012-05-16 19:01:36 -04:00
Jake Luer
ec07b48ed0 Release 1.0.0 2012-05-15 14:36:29 -04:00
Jake Luer
461739d316 clean makefile 2012-05-15 14:36:17 -04:00
Jake Luer
da7925c49c rawr 2012-05-15 14:30:19 -04:00
Jake Luer
f7850b163c bad readme image 2012-05-15 14:29:19 -04:00
Jake Luer
0949638c99 readme cleanup 2012-05-15 14:27:49 -04:00
Jake Luer
a8d1404b2f browser build 2012-05-15 13:23:32 -04:00
Jake Luer
6114afc906 utility comments 2012-05-15 13:20:24 -04:00
Jake Luer
e0eeaaa5dd removed docs
move to https://github.com/chaijs/chai-docs
2012-05-14 21:05:30 -04:00
Jake Luer
1018b739e2 update to package.json
- removed docs / doc deps
- moved to chains org on github
2012-05-14 21:03:47 -04:00
Jake Luer
accc85709a docs build 2012-05-14 20:43:33 -04:00
Jake Luer
9c63add86e comments / docs updates 2012-05-14 20:32:53 -04:00
Jake Luer
03c4a0cb14 plugins app cleanup 2012-05-14 19:20:42 -04:00
Domenic Denicola
fb41160a09 Merge pull request #61 from joliss/doc
Fix and improve documentation of assert.equal and friends
2012-05-14 09:30:39 -07:00
Jo Liss
4b72ff65ca Fix and improve documentation of assert.equal and friends 2012-05-14 15:01:57 +02:00
Jake Luer
3f5c6450c2 browser build 2012-05-13 23:25:14 -04:00
Jake Luer
882c649b50 doc checkpoint - texture 2012-05-13 23:03:05 -04:00
John Firebaugh
1f2b548460 Update chai-jquery link 2012-05-09 22:00:59 -07:00
John Firebaugh
ce5fc298ab Use defined return value of Assertion extension functions 2012-05-09 19:22:25 -07:00
John Firebaugh
4122ae5db9 Update utility docs 2012-05-09 19:01:22 -07:00
Jake Luer
be7a8fcf48 Release 1.0.0-rc3 2012-05-09 19:20:56 -04:00
Jake Luer
feb7242be9 Merge branch 'feature/rc3' 2012-05-09 19:18:41 -04:00
Jake Luer
7cacd473e6 docs update 2012-05-09 19:18:19 -04:00
Jake Luer
93e038c1d2 browser build 2012-05-09 19:18:13 -04:00
Jake Luer
d49436ccc9 assert test conformity for minor refactor api 2012-05-09 19:16:42 -04:00