Releases: celsiusnarhwal/rest-against-humanity
Releases · celsiusnarhwal/rest-against-humanity
3.0.0
2.1.0
2.0.0
Added
- REST Against Humanity is now a versioned API. Its versioning scheme will adhere to Semantic Versioning as closely as possible.
- Pack names and cards are now served from distinct endpoints.
- Cards can now be filtered by color and pick.
- For all additions brought by version 2.0.0, see the documentation.
Changed
- The API's root endpoint is now located at
https://restagainsthumanity.com/api/vX/
, whereX
is the major version of the API you wish to access.- The previous, unversioned, release of REST Against Humanity has been retroactively dubbed Version 1 and is accessible at
https://restagainsthumanity.com/api/v1/
. https://restagainsthumanity.com/api/
will always redirect to Version 1.
- The previous, unversioned, release of REST Against Humanity has been retroactively dubbed Version 1 and is accessible at
- REST Against Humanity's documentation is now located at
https://restagainsthumanity.com/docs/version
, whereversion
is the version of the documentation you wish to access.- The latest version of the documentation is always accessible at
https://restagainsthumanity.com/docs/latest
. https://restagainsthumanity.com
andhttps://restagainsthumanity.com/docs
will always redirect to the latest version of the documentation.
- The latest version of the documentation is always accessible at