Releases: kastnerorz/animal-crossing-trading-system
Releases · kastnerorz/animal-crossing-trading-system
v0.6.1
fix: add `DELETE` to cors
v0.6.0
Merge remote-tracking branch 'origin/master'
v0.5.5
Merge remote-tracking branch 'origin/master'
v0.5.4
feat: add application creating filter (cannot apply my quotation)
v0.5.3
feat: add quotation creating filter (can only create once)
v0.5.2
feat: add type filter `SELL/BUY` to get my quotations
v0.5.1
feat: handle authentication errors
v0.5.0
FEATURE
- add delete application
DELETE /applications/:id
- add delete quotation
DELETE /quotations/:id
- add update user
PUT /me
- add get quotation by id
GET /quotations/:id
REFACTOR
- add
username
toquotations.author
andapplication.applicant
- change get my quotation from
/quotations/my
to/my-quotations
- change
application.ID
to objectID - change
quotation.ID
to objectID - change
user.ID
to objectID
v0.4.0
Merge branch 'master' of https://github.com/kastnerorz/animal-crossin…
v0.3.1
Merge remote-tracking branch 'origin/master'