ramlwrap v2.3.3 Release Notes

Release Date: 2020-08-20 // over 3 years ago
  • ๐Ÿ›  Many thanks to @timharveyuk and @Emad88 who have provided fixes for a couple of edge cases:

    • Handling empty status codes (e.g. a status code with no body or description) (#55)
    • ๐Ÿ“š Passing the Base URI into the documentation template so that it can be used to generate correct full urls

Previous changes from v2.3.1

  • ๐Ÿ“š Tim Harvey has added code that allows the Documentation to handle multiple responses. 200's still go into the original response fields on the endpoint object, but there is now an array of response objects which allow you to produce better documentation for non-200 status's (204's, redirects, error codes etc).