UNPKG

2.89 kBMarkdownView Raw
1### Note
2
3As of 0.6.0, the History.md file has been deprecated. [Please refer to the full
4commit logs available on GitHub](https://github.com/chaijs/chai-spies/commits/master).
5
6---
7
80.6.0 / 2015-04-24
9==================
10
11 * Merge pull request #21 from stalniy/master
12 * Added test for anonymous spy object implementation
13 * Fixed JsDoc for spy.object method
14 * Implemented support for spy.on and spy.object methods
15 * Merge pull request #20 from Ryckes/patch-1
16 * Merge pull request #17 from Ryuno-Ki/master
17 * Update spy.js
18 * Update chai-spies.js
19 * Merge pull request #19 from sateffen/master
20 * Corrected some spelling mistakes in README.md
21 * Fixed typo.
22 * Merge pull request #16 from plaxdan/patch-1
23 * Add .with to the API docs
24 * Merge pull request #15 from brandonhorst/master
25 * Added docs for above/below
26 * Implemented min/at least and max/at most
27 * Fixed language of above and below
28 * Fix the `called` examples
29 * Merge pull request #10 from pgherveou/patch-1
30 * 'twice' instead of 'once'
31 * Merge pull request #9 from pgherveou/master
32 * Update component.json
33 * add component.json
34
350.5.1 / 2012-11-15
36==================
37
38 * fix output of .called(n) assertion error
39
400.5.0 / 2012-11-14
41==================
42
43 * Merge branch 'feature/arguments'
44 * browser build
45 * tests for argument call assertions
46 * add assertions for argument checking
47 * add assertion: .with() / .with
48
490.4.0 / 2012-10-09
50==================
51
52 * Merge pull request #5 from tregusti/feature/return-value
53 * Make spies have a return value.
54 * credit where due
55
560.3.0 / 2012-07-11
57==================
58
59 * Merge branch 'feature/human-stringified' of git://github.com/tregusti/chai-spies into tregusti-feature/human-stringified
60 * Merge pull request #3 from tregusti/feature/spyname
61 * Merge pull request #2 from tregusti/feature/wording
62 * Make spies print out prettier
63 * Add possibility to specify a name of a spy
64 * Documentation typo fix.
65 * More typo fixes
66 * Fix type in docs
67 * Corrected textual message
68
690.2.3 / 2012-07-09
70==================
71
72 * update folio dep version
73 * one more try
74 * improve amd wrapper
75 * browser build improved wrapper
76 * Merge branch 'refactor/compile'
77 * browser build
78 * use folio for build
79 * cleanup pre-folio
80
810.2.2 / 2012-05-17
82==================
83
84 * bug - not correctly overwriting above/below
85 * browser build
86
870.2.1 / 2012-05-17
88==================
89
90 * spies mimic length of original function
91
920.2.0 / 2012-05-16
93==================
94
95 * chai 1.0.0 compatibility
96 * browser build
97 * tests for 1.0.0 compatibility
98 * chai 1.0.0 compatibility
99 * Merge pull request #1 from JamesMaroney/master
100 * added link to jack project
101 * small typo fixes
102
1030.1.0 / 2012-02-13
104==================
105
106 * mit license
107 * readme
108 * makefile
109 * more comments
110 * comments
111 * browser support
112 * tests working
113 * initial commit