File: History.md

package info (click to toggle)
node-expect.js 0.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 152 kB
  • ctags: 50
  • sloc: makefile: 20
file content (54 lines) | stat: -rw-r--r-- 1,706 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54

0.3.0 / 2014-02-20
==================

 * renmaed to `index.js`
 * added repository to package.json
 * remove unused variable and merge
 * simpify isDate() and remove unnecessary semicolon.
 * Add .withArgs() syntax for building scenario
 * eql(): fix wrong order of actual vs. expected.
 * Added formatting for Error objects
 * Add support for 'regexp' type and eql comparison of regular expressions.
 * Better to follow the same coding style
 * Use 'showDiff' flag
 * Add 'actual' & 'expected' property to the thrown error
 * Pass .fail() unit test
 * Ignore 'script*' global leak in chrome
 * Exposed object stringification function
 * Use isRegExp in Assertion::throwException. Fix #25
 * Cleaned up local variables

0.2.0 / 2012-10-19
==================

  * fix isRegExp bug in some edge cases
  * add closure to all assertion messages deferring costly inspects
    until there is actually a failure
  * fix `make test` for recent mochas
  * add inspect() case for DOM elements
  * relax failure msg null check
  * add explicit failure through `expect().fail()`
  * clarified all `empty` functionality in README example
  * added docs for throwException fn/regexp signatures

0.1.2 / 2012-02-04
==================

  * Added regexp matching support for exceptions.
  * Added support for throwException callback.
  * Added `throwError` synonym to `throwException`.
  * Added object support for `.empty`.
  * Fixed `.a('object')` with nulls, and english error in error message.
  * Fix bug `indexOf` (IE). [hokaccha]
  * Fixed object property checking with `undefined` as value. [vovik]

0.1.1 / 2011-12-18
==================

  * Fixed typo

0.1.0 / 2011-12-18
==================

  * Initial import