This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
Releases: laravel-portugal/api
Releases · laravel-portugal/api
2.1.0
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)
2.0.0
1.1.0
1.0.5
1.0.4
Added
- Title to links
1.0.3
Changed
- Updated Laravel to v8.x.
1.0.2
Changed
- Updated Laravel to v7.15.0.
1.0.1
Security
- Bump symfony/http-foundation from 5.0.5 to 5.0.7 due to security fixes
1.0.0
Added
- Support to receive link's submissions with tag's relation for grouping purposes