* added Throw, with a capital T, as an alias to `throw` (7)
0.2.0
==================
* update gitignore for vim *.swp * Merge branch 'feature/plugins' * browser build * interfaces now work with use * simple .use function. See 9. * readme notice on browser compat
0.1.7
==================
* added assert tests to browser test runner * browser update * `should` interface patch for primitives support in FF * fix isObject() Thanks milewise * travis only on branch `master` * add instanceof alias `instanceOf`. 6 * some tests for assert module
0.1.6
==================
* commenting for assert interface * updated codex dep
0.1.5
==================
* browser tests pass * type in should.not.equal * test for should (not) exist * added should.exist and should.not.exist * browser uses tdd * convert tests to tdd
0.1.4
==================
* browser lib update for new assert interface compatiblitiy * inspect typos * added strict equal + negatives and ifError * interface assert had doesNotThrow * added should tests to browser * new expect empty tests * should test browser compat * Fix typo for instanceof docs. Closes 3 [ci skip]