Skip to content

v0.4

Compare
Choose a tag to compare
@xuelink xuelink released this 04 Apr 12:25
· 68 commits to main since this release
8b1f8b3

Release Notes

  • The repository has been renamed from server to api.
  • Controllers and routes for User, Language, and Visits have been implemented.
  • API endpoints for User, Language, and Visits, along with their associated permissions, have been established.
  • The permissions for the Message document have been updated to read only.
  • The permissions for the Room document have been updated to read only.

Endpoints

+    POST /api/user
+    POST /api/language
+    POST /api/visit
+    PATCH /api/user
+    PATCH /api/language
+    PATCH /api/message
+    DELETE /api/message/:id

Additional

  • Issue templates and release workflow have been updated.

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4