Skip to content

Releases: tideland/gorest

Release 2.15.5

10 Nov 13:02
22ece46
Compare
Choose a tag to compare
  • Added needed status codes
  • Renamings in docs and comments due to new project name

Release 2.15.4

25 Oct 19:06
Compare
Choose a tag to compare
  • Fixed renamed AddTokenToRequest()
  • Calls new AddToRequest() as the token part is redundant through the package

Release 2.15.3

01 Oct 21:06
Compare
Choose a tag to compare

Fixed unhandled error when header contains no token.

Release 2.15.2

10 Sep 15:22
Compare
Choose a tag to compare

Unimplemented HTTP methods now lead to status code 405.

Release v2.15.1

19 Jun 10:36
Compare
Choose a tag to compare
Merge pull request #24 from themue/master

Reduced handleJob complexity and finished fix

Release v2.15.0

15 May 20:16
Compare
Choose a tag to compare
  • Improved Path interface

Release v2.14.0

26 Apr 20:12
Compare
Choose a tag to compare
  • 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()

Release v2.13.1

13 Apr 15:40
Compare
Choose a tag to compare

Quality assurance release.

Release v2.13.0

20 Mar 16:10
Compare
Choose a tag to compare
  • 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

Release version 2.12.0

12 Feb 18:45
Compare
Choose a tag to compare
  • Some renamings in Request and Response, sadly to the previous minor release
  • More convenience helpers for testing
  • Adopted new testing to more packages
  • Using http package constants instead of own plain strings
  • Added documentation to restaudit