-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,34 @@ | ||
### 1.5.4 | ||
# CHANGELOG | ||
|
||
## 1.5.5 | ||
|
||
* Add support for endpoints that accept `application/x-www-form-urlencoded` instead of `application/json` (i.e. SLAS). | ||
|
||
## 1.5.4 | ||
|
||
* Support boolean query parameters | ||
|
||
### 1.5.3 | ||
## 1.5.3 | ||
|
||
* Different case headers specified when invoking a method will now properly be merged, rather than only one being used. | ||
Headers specified when invoking a method will overwrite headers specified in the client config, regardless of case. | ||
|
||
### 1.5.2 | ||
## 1.5.2 | ||
|
||
* Security updates | ||
|
||
### 1.5.1 | ||
## 1.5.1 | ||
|
||
* Security updates | ||
|
||
### 1.5.0 | ||
## 1.5.0 | ||
|
||
* Removed raml-toolkit as a runtime dependency | ||
* Refactored cache manager to be more object orientated | ||
* Exposed more options within the cache manager | ||
* Fixed type definitions within the cache manager | ||
|
||
### 1.4.10 | ||
## 1.4.10 | ||
|
||
* Updated to TypeScript 3.9 | ||
* Removed "beta" tag | ||
|