Releases: BinaryStudioAcademy/bsa-2024-gitfit
Releases · BinaryStudioAcademy/bsa-2024-gitfit
backend: v1.1.0
v1.2.0
v1.1.1
frontend: v1.2.0
frontend: v1.1.1
backend: v1.0.1
v1.1.0
v1.0.0
1.0.0 (2024-08-29)
Features
- add absolute import to shared gf-7 (70e62f7)
- add alt to image gf-11 (7e7d3d7)
- add an ability to create a group gf-53 (#56) (438f4b2)
- add auth container styles and adjust existing gf-5 (62d1218)
- add auth errors and errors messages gf-7 (501585f)
- add auth plugin gf-13 (c78174e)
- add auth plugin hook to server gf-13 (5948ae8)
- add auth plugin options gf-13 (fa19c64)
- add authenticated user flow gf-25 (a7ffe54)
- add authenticated user to auth slice gf-14 (19d4f3c)
- add avatar component gf-11 (2d0188a)
- add avatar helper gf-11 (72742f2)
- add Color enum and colorToCss map gf-23 (10d108f)
- add common color variables gf-27 (4cdfa20)
- add common icon component gf-5 (4925b50)
- add common loader component gf-9 (3098599)
- add component header gf-11 (ffc60b5)
- add creating project gf-57 (54b5614)
- add custom select component gf-24 (eeef6b0)
- add decode token method gf-13 (6e7d42d)
- add development ui route gf-72 (821e93b)
- add encryption password comparement gf-7 (d18de1f)
- add env variables for jwt gf-8 (f3734a7)
- add error handling for failed sign-up process gf-5 (c0d4813)
- add error handling on front-end gf-10 (1ba66fa)
- add error messages enum gf-13 (d24087f)
- add example of TablePagination usage for visual testing gf-23 (8312b94)
- add font-family gf-5 (5c8ae07)
- add fonts gf-1 (257d20b)
- add form validation rules and day ranges for color indicators gf-66 (cb24049)
- add getting user on loading page gf-26 (051c5e2)
- add header in main page gf-11 (aa879c0)
- add href parameter gf-20 (2aa26cf)
- add icon support and styles for common input gf-5 (a0bb134)
- add icon-button component gf-5 (29ef178)
- add loader styles gf-9 (be50852)
- add margin bottom in text gf-20 (aaa036d)
- add name to UserSignUpRequestDto type gf-5 (4f6778d)
- add name validation (rule and message) gf-5 (ebb5d5e)
- add new route gf-20 (983514a)
- add not found page gf-20 (c527c28)
- add page layout gf-72 (1d2ef1a)
- add project table gf-57 (1716bf7)
- add projects get all api route gf-72 (5a44aa8)
- add projects get all types gf-72 (260cea8)
- add projects module with get all action gf-72 (cd29ed3)
- add projects page gf-72 (483fd8b)
- add protected route wrapper gf-14 (7528907)
- add pulsing animated loader gf-9 (98bde53)
- add redirection to root after auth form submission gf-4 (25859ff)
- add returning token on sign in gf-7 (046b5ea)
- add returning user by email gf-7 (fb46687)
- add sign-in flow gf-4 (4ea8b7f)
- add sign-up flow gf-6 (10a50c2)
- add start sidebar gf-12 (4d61f0d)
- add styles for common button gf-5 (6881e16)
- add styles for common button gf-5 (1e95539)
- add styling for custom select and generified options gf-24 (d23e156)
- add TablePagination component with MockSelect and no Icons gf-23 (8ba9d42)
- add template of project module gf-57 (6b8614f)
- add timer icon gf-11 (c097e01)
- add token generation on sign-in gf-7 (22daf61)
- add token generation on sign-in gf-7 (012758f)
- add TokenService gf-8 (0eb7921)
- add unauthorized http code gf-13 ([b2d1afa](b2d1afa247345b44061...
shared: v1.0.0
1.0.0 (2024-08-29)
Features
- add absolute import to shared gf-7 (70e62f7)
- add an ability to create a group gf-53 (#56) (438f4b2)
- add auth errors and errors messages gf-7 (501585f)
- add authenticated user flow gf-25 (a7ffe54)
- add creating project gf-57 (54b5614)
- add getting user on loading page gf-26 (051c5e2)
- add name to UserSignUpRequestDto type gf-5 (4f6778d)
- add name validation (rule and message) gf-5 (ebb5d5e)
- add projects get all types gf-72 (260cea8)
- add returning token on sign in gf-7 (046b5ea)
- add returning user by email gf-7 (fb46687)
- add sign-up flow gf-6 (10a50c2)
- add template of project module gf-57 (6b8614f)
- add token generation on sign-in gf-7 (012758f)
- add unauthorized http code gf-13 (b2d1afa)
- add user exeptions gf-7 (8d4a95d)
- add validation for creating project gf-57 (dfaaccd)
- add validation schema gf-7 (b008eeb)
- create access management page and add users table gf-41 (61f4bde)
- return token in response to sign-in/sign-up gf-8 (0d11e6e)
Bug Fixes
- add missing user id token error gf-13 (1af1ef5)
- change some mistakes gf-26 (cc12662)
- changed formatDate function and changed variable names gf-41 (65c1587)
- changed the name of variables, removed unnecessary things gf-41 (fcd8911)
- delete and restore .env.example gf-21 (34a39fc)
- enum singular form naming gf-13 (6457d71)
- error messages enum naming gf-13 (94c1f94)
- fixed merge conflicts and added modal test into projects gf-21 (89cc726)
- merge and fix conflicts gf-7 (8e3844c)
- move error messages enum to shared gf-13 (a6e58b0)
- naming, order conventions gf-13 (2dc674b)
- raplace error messages from modules to common gf-7 (1758a35)
- refactor encryption service types & enums & user repository gf-6 (0e78651)
- refactor error messages gf-6 (f495a73)
- refactor get authenticated user gf-25 (cdd2f2e)
- refactor user dto gf-6 (e9ea458)
- refactor user error & exception message gf-6 (61484c4)
- refactor user service & create custom user error gf-6 (66dc3d4)
- remove commented shared absolute imports gf-7 (2222f65)
- resolve conflicts gf-11 (4795453)
- resolve merge conflict in app.tsx and complete merge gf-21 (06565a3)
- resolve merge conflicts from main into 21-feat-create-modal gf-21 (f381b02)
- usecommon exception message enum gf-13 (7452d82)