Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

2.1.0

Latest
Compare
Choose a tag to compare
@josepostiga josepostiga released this 07 Mar 19:50
· 1 commit to master since this release

Added

  • An authenticated user can delete a question (#30)
  • A guest or an authenticated user can see details of a question (#48)
  • A guest or an authenticated user can list questions (#26)
  • Guest cannot submit Links for existing author_email (#52)
  • An authenticated user can update an answer of a given question (#33)
  • A guest or an authenticated user can list answers of a question (#32)
  • Ported storage:link command from Laravel

Changed

  • Switched from response status 202 to 204 on successful accounts' logout operation

Fixed

  • Link cover image should be stored publicly (#58)