axios 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of axios might be problematic. Click here for more details.

package/CHANGELOG.md CHANGED
@@ -64,3 +64,7 @@
64
64
  ### 0.5.3 (Apr 07, 2015)
65
65
 
66
66
  - Using JSON.parse unconditionally when transforming response string ([#55](https://github.com/mzabriskie/axios/issues/55))
67
+
68
+ ### 0.5.4 (Apr 08, 2015)
69
+
70
+ - Fixing issue with FormData not being sent ([#53](https://github.com/mzabriskie/axios/issues/53))
@@ -18,16 +18,16 @@
18
18
  <h1>Code coverage report for <span class="entity">./</span></h1>
19
19
  <h2>
20
20
 
21
- Statements: <span class="metric">86.28% <small>(1094 / 1268)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
21
+ Statements: <span class="metric">86.22% <small>(1095 / 1270)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
22
22
 
23
23
 
24
- Branches: <span class="metric">60% <small>(198 / 330)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
24
+ Branches: <span class="metric">59.94% <small>(199 / 332)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
25
25
 
26
26
 
27
- Functions: <span class="metric">86.46% <small>(332 / 384)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
27
+ Functions: <span class="metric">86.49% <small>(333 / 385)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
28
28
 
29
29
 
30
- Lines: <span class="metric">87.15% <small>(1092 / 1253)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
30
+ Lines: <span class="metric">87.09% <small>(1093 / 1255)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
31
31
 
32
32
  Ignored: <span class="metric"><span class="ignore-none">none</span></span> &nbsp;&nbsp;&nbsp;&nbsp;
33
33
  </h2>
@@ -52,15 +52,15 @@
52
52
  </thead>
53
53
  <tbody><tr>
54
54
  <td class="file high" data-value="webpack.tests.js"><a href="webpack.tests.js.html">webpack.tests.js</a></td>
55
- <td data-value="86.28" class="pic high"><span class="cover-fill" style="width: 86px;"></span><span class="cover-empty" style="width:14px;"></span></td>
56
- <td data-value="86.28" class="pct high">86.28%</td>
57
- <td data-value="1268" class="abs high">(1094&nbsp;/&nbsp;1268)</td>
58
- <td data-value="60" class="pct medium">60%</td>
59
- <td data-value="330" class="abs medium">(198&nbsp;/&nbsp;330)</td>
60
- <td data-value="86.46" class="pct high">86.46%</td>
61
- <td data-value="384" class="abs high">(332&nbsp;/&nbsp;384)</td>
62
- <td data-value="87.15" class="pct high">87.15%</td>
63
- <td data-value="1253" class="abs high">(1092&nbsp;/&nbsp;1253)</td>
55
+ <td data-value="86.22" class="pic high"><span class="cover-fill" style="width: 86px;"></span><span class="cover-empty" style="width:14px;"></span></td>
56
+ <td data-value="86.22" class="pct high">86.22%</td>
57
+ <td data-value="1270" class="abs high">(1095&nbsp;/&nbsp;1270)</td>
58
+ <td data-value="59.94" class="pct medium">59.94%</td>
59
+ <td data-value="332" class="abs medium">(199&nbsp;/&nbsp;332)</td>
60
+ <td data-value="86.49" class="pct high">86.49%</td>
61
+ <td data-value="385" class="abs high">(333&nbsp;/&nbsp;385)</td>
62
+ <td data-value="87.09" class="pct high">87.09%</td>
63
+ <td data-value="1255" class="abs high">(1093&nbsp;/&nbsp;1255)</td>
64
64
  </tr>
65
65
 
66
66
  </tbody>
@@ -68,7 +68,7 @@
68
68
  </div>
69
69
  </div>
70
70
  <div class="footer">
71
- <div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Tue Apr 07 2015 20:55:55 GMT-0600 (MDT)</div>
71
+ <div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Apr 08 2015 12:46:51 GMT-0600 (MDT)</div>
72
72
  </div>
73
73
 
74
74
  <script src="prettify.js"></script>