Skip to content

v7.5.7

Compare
Choose a tag to compare
@liruchen32 liruchen32 released this 17 Jul 09:47
· 100 commits to master since this release
70ef31a

Notable Changes

  • feat
    • return bio.html instead of md for GetAuthors
  • api/news
    • add toggleBookmark to query
    • get boomark_id from users_bookmarks table
    • use First to find bookmark and dont return err while not found
  • fix
    • /post_followups would return empty data
    • post.followup should be order-preserved field

Commits

  • [88604b5097] - fix: fix return test data (Lucien)
  • [8dc6da21fd] - fix: rename function (Lucien)
  • [fd29e9bc9d] - feat: return html instead md (Lucien)
  • [3ef061b10d] - fix: followup should be preserved field (Aylie Chou)
  • [2a460538e3] - fix: /post_followups would return empty data (Aylie Chou)
  • [f2371fb075] - fix: use First to find bookmark and dont return err while not found (Lucien)
  • [bf1bff98bc] - fix: fix comments (Lucien)
  • [9b2fd61a8a] - feat: select bookmark for users_bookmarks table (Lucien)
  • [e77c2170f6] - feat: get bookmark if is toggleBookmark (Lucien)
  • [3c5253aede] - feat: pass auth user id to controller (Lucien)
  • [8c4baf4bc0] - feat: add toggleBookmark to query (Lucien)