UNPKG

2.62 kBMarkdownView Raw
1### Note
2
3As of 2.0.0, the History.md file has been deprecated. [Please refer to the full
4commit logs available on GitHub](https://github.com/chaijs/chai-http/commits/master).
5
6---
7
81.0.0 / 2014-10-08
9==================
10
11 * update readme
12 * Merge pull request #14 from keithamus/fix-master
13 * Fix #13: Convert unroutable addresses to localhost
14 * Fix #13: Add proper detection of Promise capabilities in tests
15 * Merge pull request #12 from keithamus/patch-1
16 * add travis badge
17 * add travis support
18 * Fix typo
19 * Merge pull request #11 from keithamus/refactor-agent
20 * (chore) Regenerate README.md
21 * Add list of contributors to package.json
22 * Add simple usage docs for request api
23 * Fix typo in readme
24 * Add cookie assertions
25 * Add URL query string parameter assertions
26 * Add request.agent() which allows persisting of cookies
27 * Add Promises support
28 * Listen on random port in tests - not 4000 which may be taken
29 * Add Test class to exports, to enable extending
30 * Drastically simplify chai.request() by inheriting superagent
31 * Update SuperAgent to v0.19.x
32 * Drop harbor and pauli deps.
33
340.5.0 / 2014-08-19
35==================
36
37 * Merge pull request #9 from hurrymaplelad/assert_redirect
38 * Add redirect assertions
39 * Merge pull request #8 from lxanders/improveReadme
40 * Fixed missing word and improved wording in documentation
41
420.4.0 / 2013-06-25
43==================
44
45 * support: [readme] cleanup
46 * Merge pull request #7 from pezra/newer-superagent
47 * remove previous additions to the history
48 * bump superagent version dependency
49 * Merge pull request #5 from wookiehangover/patch-1
50 * Fixing typo in Readme
51 * readme typo
52
530.3.0 / 2012-10-24
54==================
55
56 * minor tweak to http docs
57 * Readme auto generation support
58 * readme preview
59 * improve readme code comments
60 * add readme
61 * documentation for request api
62 * update http assertion docs
63 * add request test for existing url
64 * support and tests for header existence
65 * improve type detection error message
66 * add support for superagent based testing
67 * code cleanup
68 * convert to tdd
69 * clean up test runner
70
710.2.0 / 2012-05-15
72==================
73
74 * chai 1.0.0 compatibility
75 * update package.json
76
770.1.0 / 2012-03-10
78==================
79
80 * Merge branch 'refs/heads/dev'
81 * git/npm ignore
82 * Add `Asssertion#ip`.
83 * Docs.
84 * Add test for Assertion#headers.
85 * Add test for Assertion#json, Assertion#html Assertion#text.
86 * Add test for Assertion#header.
87 * Add test for Assertion#status.
88
890.0.1 / 2012-03-06
90==================
91
92 * prepping for release 0.0.1
93 * first lib commit
94 * initial commit