Skip to content

Latest commit

History

History
123 lines (88 loc) 路 10.9 KB

CHANGELOG.md

File metadata and controls

123 lines (88 loc) 路 10.9 KB

5.0.1 (2021-08-29)

Bug Fixes

  • enforce to a new release (804b77e)

5.0.0 (2020-12-10)

Bug Fixes

  • entry-collection: circular dependency issue (4828faf)
  • general: fetch agenda titles and titles by tag (bd77f7b)
  • login: auth promise (195a3a8)
  • models/title-collection: exit the serializing if divider exist (59f09c7)
  • models/user: badge points and badge names (418c326)
  • models/user-for-member: change related model value after call a related function (e1ff3c7)
  • fix a constant (212446c)
  • http client settings (d3fad93)
  • move voting functions under member and test creds when login (63cb136)
  • title collections (af3a6d6)

Code Refactoring

  • move lib -> class (045039b)
  • use models instead of plain objects (b860a01)

Features

  • drafts: add date_created and date_modified properties (23fdb53)
  • general: ability to fetch today questions as title collection (d5b78a0)
  • general: ability to search (81514c1)
  • general: fetch agenda (3d563f7)
  • general: fetch questions (7dfdbff)
  • general: fetch tags (50ef6ca)
  • general: fetch titles by tag (9bbd0db)
  • general: fetch untagged titles (14bf213)
  • general/agenda: fetch agenda with page number (a298a6e)
  • member: ability select page when fetch today, drafts and rookie entries (c6b0422)
  • member: ability to change email address (9882966)
  • member: ability to check new messages and new events existence (2b199a6)
  • member: ability to create backup (6aba143)
  • member: ability to create entry (b8a6205)
  • member: ability to empty trash (82549a3)
  • member: ability to fetch and manage trash (cf64acb)
  • member: ability to fetch followed user favorite entries (2efb8ab)
  • member: ability to fetch user self profile directly (26ad284)
  • member: ability to follow and unfollow tags (446b267)
  • member: ability to follow and unfollow users (9b1ecdc)
  • member: ability to manage account (e777d9c)
  • member: ability to pin and unpin entry from user profile (9117a4e)
  • member: ability to retrieve, dismiss, publish and change draft entries (d7559e3)
  • member: ability to upload and delete images (52fb5ec)
  • member: create entry/draft from entry collection model (aa14812)
  • member: fetch drafts (0ef5425)
  • member: fetch events (d93a27c)
  • member: fetch followed user entries (d599a5c)
  • member: fetch rookie entries (0d9f70d)
  • member: fetch today entries (9a39a35)
  • member: remove vote (a31c940)
  • member/user: ability to block and unblock user (2c00764)
  • member/user: ability to block and unblock user titles (3fdf755)
  • member/user: ability to send message (c6d897c)
  • models: extend title and followed user title (40b10a7)
  • models: search results (312c7b1)
  • models/draft-title: add slug (a35fdd8)
  • models/entry-collection: ability to sorting and filtering entry collections (410031d)
  • models/entry-for-member: ability to favorite and unfavorite entry (cff6aa4)
  • models/entry-for-member: ability to fetch authors and rookies who favored the entry (96b5b85)
  • models/user: ability to fetch user images (5840e6e)
  • models/user-for-member: ability to change and clear user note (8847175)
  • ability to fetch user ukteler (dc6d3f3)
  • models/user: ability to fetch user favorite authors (6aeb59c)
  • ability to extend time of token (61130e7)
  • ability to fetch user -latest entries, -favorites, -most favorited & liked entries (6e84e03)
  • ability to login with credentials and create token (e699d4d)
  • models/followed-user-title: bind user model as owner (84165f1)
  • models/title: bind entries with entry collection (13a2cd4)
  • entry collection (5a166f3)
  • title collection (e66d6a7)

BREAKING CHANGES

  • Used camelCase instead of snake_case in returns of objects.
  • Voting functions removed for not authorized users.
  • The way functions are operated has been changed

4.1.0 (2020-10-27)

Features

4.0.1 (2020-09-23)

Bug Fixes

4.0.0 (2020-06-04)

Code Refactoring

  • response objects, functions, testing and coverage method (79a3d02)

BREAKING CHANGES

  • All functions switched to Promise API

3.0.1 (2020-06-02)

Bug Fixes

  • enforce ci to publish a new release (8f37119)