Skip to content

Releases: celsiusnarhwal/rest-against-humanity

3.0.0

12 May 00:47
9b576e4
Compare
Choose a tag to compare

This is REST Against Humanity 3.0.0.

For release notes, see the changelog.

2.1.0

25 Mar 12:37
fc107a4
Compare
Choose a tag to compare

This is REST Against Humanity 2.1.0.

For release notes, see the changelog.

2.0.0

21 Feb 19:53
ee86c62
Compare
Choose a tag to compare

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/, where X 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.
  • REST Against Humanity's documentation is now located at https://restagainsthumanity.com/docs/version, where version 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 and https://restagainsthumanity.com/docs will always redirect to the latest version of the documentation.