Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed May 15, 2023
1 parent 68360cb commit 90a9e38
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,38 +80,43 @@ Tu run tests, use the following command:

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

* Replaced deprecated mocha-phantomjs by mocha-headless-chrome to run tests (@jbghoul, 27)
* Nothing yet ;)

* **v1.5.2:**

* Replaced deprecated mocha-phantomjs by mocha-headless-chrome to run tests (@jbghoul, 27)
* Fix: added missing lodash dependency (@jbghoul, #28)

* **v1.5.1:**

* Updated dependencies (@jbghoul, #26)
* Updated dependencies (@jbghoul, #26)

* **v1.5.0:**

* Add a method to get the result as Blob (#20)
* Add a method to get the result as Blob (#20)

* **v1.4.0:**

* Adds status code and message in Error objects (#19)
* Adds status code and message in Error objects (#19)

* **v1.3.2:**

* Accepts 2xx HTTP status code and not only 200 (client side)
* Accepts 2xx HTTP status code and not only 200 (client side)

* **v1.3.1:**

* Proxy do not returns an error anymore when server respond with 2xx stvatus code (#14)
* Proxy do not returns an error anymore when server respond with 2xx stvatus code (#14)

* **v1.3.0:**

* Log URLs in error messages
* Log URLs in error messages

* **v1.2.0:**

* Generic `request` and `requestProxy` method (to be able to use different methods than GET, with more options) #6
* Proxyfied methods can now be used with relative links
* Better documentation
* Generic `request` and `requestProxy` method (to be able to use different methods than GET, with more options) #6
* Proxyfied methods can now be used with relative links
* Better documentation

* **v1.1.4:**

* Updates dependencies
* Updates dependencies
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-http-request",
"version": "1.5.1",
"version": "1.5.2",
"description": "Helper library to download assets (ajax) directly or through a proxy",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 90a9e38

Please sign in to comment.