You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
6
6
7
+
## [4.0.1] (2020-08-11)
8
+
9
+
### Fixed
10
+
11
+
- Updated api response interfaces to indicate optional vs required params
12
+
7
13
## [4.0.0] (2020-08-11)
8
14
9
15
### Changed
@@ -259,6 +265,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
259
265
- Update older libraries
260
266
- Now publish from Git tags instead of master pushes
headers: { [name:string]:string }; // headers as key-value pairs
124
124
testRequest:boolean; // indicates if this is a test request - looks for a header matching process.env.TEST_REQUEST_HEADER (dynamic from application) or 'Test-Request' (default)
headers: { [name:string]:string }; // headers as key-value pairs
616
616
testRequest:boolean; // indicates if this is a test request - looks for a header matching process.env.TEST_REQUEST_HEADER (dynamic from application) or 'Test-Request' (default)
0 commit comments