All Versions
9
Latest Version
Avg Release Cycle
29 days
Latest Release
2689 days ago
Changelog History
Changelog History
-
v2.15.5 Changes
November 09, 2017- โ Added needed status codes
- ๐ Renamings in docs and comments due to new project name
-
v2.15.4 Changes
October 25, 2017- ๐ Function
jwt.AddTokenToRequest()
is deprecated, now it isAddToRequest()
; sadly forgot backward compatability, so now are both available but first with an according comment
- ๐ Function
-
v2.15.3 Changes
September 10, 2017- ๐ Fixed return code in case of not implemented HTTP methods
to
405
(method not allowed)
- ๐ Fixed return code in case of not implemented HTTP methods
to
-
v2.15.2 Changes
June 19, 2017Unimplemented HTTP methods now lead to status code 405.
-
v2.15.1 Changes
May 15, 2017- ๐ Changed
Job.Path()
to return aPath
instance - This instance provides access to the different parts of the path
- Now
JoinedResourceID()
has the role of the formerResourceID()
(Job
uses this one in the deprecatedResourceID()
) while the methodResourceID()
of path returns only the third part of the path
- ๐ Changed
-
v2.15.0 Changes
April 26, 2017- โ Added access to URL path parts via
Job.Path()
- โ Added interfaces for handler methods directly mapping
HTTP verbs to the according REST methods like
Create()
,Read()
,Update()
,Modify()
,Delete()
, andInfo()
- โ Added access to URL path parts via
-
v2.14.0 Changes
April 26, 2017- ๐ท Added access to URL path parts via Job.Path()
- Added interfaces for handler methods directly mapping HTTP verbs to the according REST methods like Create(), Read(), Update(), Modify(), Delete(), and Info()
-
v2.13.1 Changes
April 13, 2017๐ Quality assurance release.
-
v2.13.0 Changes
March 20, 2017- Rename internal envelope to public Feedback in rest
- Added ReadFeedback() to Response in request
- Asserts in restaudit now internally increase the callstack
โ offset so that the correct test line number is shown - Added Response.AssertBodyGrep() to restaudit