All Versions
9
Latest Version
Avg Release Cycle
29 days
Latest Release
2353 days ago

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 is AddToRequest(); sadly forgot backward compatability, so now are both available but first with an according comment
  • v2.15.3 Changes

    September 10, 2017
    • ๐Ÿ›  Fixed return code in case of not implemented HTTP methods to 405 (method not allowed)
  • v2.15.2 Changes

    June 19, 2017

    Unimplemented HTTP methods now lead to status code 405.

  • v2.15.1 Changes

    May 15, 2017
    • ๐Ÿ”„ Changed Job.Path() to return a Path instance
    • This instance provides access to the different parts of the path
    • Now JoinedResourceID() has the role of the former ResourceID() (Job uses this one in the deprecated ResourceID()) while the method ResourceID() of path returns only the third part of the path
  • 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(), and Info()
  • 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