Skip to content

Commit 90a9e38

Browse files
committed
v1.5.2
1 parent 68360cb commit 90a9e38

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,38 +80,43 @@ Tu run tests, use the following command:
8080

8181
* **[NEXT]** (changes on master that have not been released yet):
8282

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)
8489

8590
* **v1.5.1:**
8691

87-
* Updated dependencies (@jbghoul, #26)
92+
* Updated dependencies (@jbghoul, #26)
8893

8994
* **v1.5.0:**
9095

91-
* Add a method to get the result as Blob (#20)
96+
* Add a method to get the result as Blob (#20)
9297

9398
* **v1.4.0:**
9499

95-
* Adds status code and message in Error objects (#19)
100+
* Adds status code and message in Error objects (#19)
96101

97102
* **v1.3.2:**
98103

99-
* Accepts 2xx HTTP status code and not only 200 (client side)
104+
* Accepts 2xx HTTP status code and not only 200 (client side)
100105

101106
* **v1.3.1:**
102107

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)
104109

105110
* **v1.3.0:**
106111

107-
* Log URLs in error messages
112+
* Log URLs in error messages
108113

109114
* **v1.2.0:**
110115

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
114119

115120
* **v1.1.4:**
116121

117-
* Updates dependencies
122+
* Updates dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-http-request",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Helper library to download assets (ajax) directly or through a proxy",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)