@@ -80,38 +80,43 @@ Tu run tests, use the following command:
80
80
81
81
* ** [ NEXT] ** (changes on master that have not been released yet):
82
82
83
- * Replaced deprecated mocha-phantomjs by mocha-headless-chrome to run tests (@jbghoul , 27)
83
+ * Nothing yet ;)
84
+
85
+ * ** v1.5.2:**
86
+
87
+ * Replaced deprecated mocha-phantomjs by mocha-headless-chrome to run tests (@jbghoul , 27)
88
+ * Fix: added missing lodash dependency (@jbghoul , #28 )
84
89
85
90
* ** v1.5.1:**
86
91
87
- * Updated dependencies (@jbghoul , #26 )
92
+ * Updated dependencies (@jbghoul , #26 )
88
93
89
94
* ** v1.5.0:**
90
95
91
- * Add a method to get the result as Blob (#20 )
96
+ * Add a method to get the result as Blob (#20 )
92
97
93
98
* ** v1.4.0:**
94
99
95
- * Adds status code and message in Error objects (#19 )
100
+ * Adds status code and message in Error objects (#19 )
96
101
97
102
* ** v1.3.2:**
98
103
99
- * Accepts 2xx HTTP status code and not only 200 (client side)
104
+ * Accepts 2xx HTTP status code and not only 200 (client side)
100
105
101
106
* ** v1.3.1:**
102
107
103
- * Proxy do not returns an error anymore when server respond with 2xx stvatus code (#14 )
108
+ * Proxy do not returns an error anymore when server respond with 2xx stvatus code (#14 )
104
109
105
110
* ** v1.3.0:**
106
111
107
- * Log URLs in error messages
112
+ * Log URLs in error messages
108
113
109
114
* ** v1.2.0:**
110
115
111
- * Generic ` request ` and ` requestProxy ` method (to be able to use different methods than GET, with more options) #6
112
- * Proxyfied methods can now be used with relative links
113
- * Better documentation
116
+ * Generic ` request ` and ` requestProxy ` method (to be able to use different methods than GET, with more options) #6
117
+ * Proxyfied methods can now be used with relative links
118
+ * Better documentation
114
119
115
120
* ** v1.1.4:**
116
121
117
- * Updates dependencies
122
+ * Updates dependencies
0 commit comments