Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Latest commit

 

History

History
261 lines (234 loc) · 27.5 KB

File metadata and controls

261 lines (234 loc) · 27.5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.3 (2022-11-18)

Features

Bug Fixes

  • await initialize AppDataSource (816d1c9)
  • CI add env variables (cbec77f)
  • CI migration (c5df179)
  • import types (c1b9442)
  • install deps on CI (7a2367a)
  • install dev deps on CI (957c100)
  • install ts-node globally on ci (96031ce)
  • localstorage on server (6e2cb5f)
  • login + register alignment (e521e2b)
  • make NEXT_PUBLIC_MAPBOX_TOKEN not mandatory (de3a37c)
  • merging two rating components to one (29d911e)
  • Offer: invalid let (a2ff583)
  • orm: circular dependencies (882e87a)
  • remove host part from the client url (d7ab616)
  • use correct error classes (a319c9a)

0.1.2 (2022-11-10)

Features

  • add apollo client context, validation error handler (df4bc92)
  • add ChakraProvider (b6e6498)
  • add CI and CD (032bca5)
  • add EditorConfig file (d86b1c4)
  • add icons (76a89a8)
  • add react-icons package (37493bf)
  • add useLogin and useRegistration hooks (a0c8c12)
  • back icon (fffdea9)
  • chakra-ui initial setup (7ca80da)
  • create useUserSession hook, minor fix in useLogin (af0e1a7)
  • createUser mutation (c5c853b)
  • custom button with loading (404ef2f)
  • docker: basic Compose file with MariaDB config (c685204)
  • editprofilepage basic layout (daa8bfa)
  • editprofilepage basic layout 2 (f3d5671)
  • enable introspection on PROD (c4ca4a4)
  • functionality of registration form (38d20d2)
  • handle duplicate key error (567da14)
  • implement registration (7414c9e)
  • init registration (dc0a79b)
  • initialize the repo (6ed9986)
  • linking registration to login (7f2e3f1)
  • local user state management (ea6e6cb)
  • login endpoint connection (abb481c)
  • login form (31bbdaf)
  • login form (141036a)
  • login form (d015a21)
  • login form (9722168)
  • login form (e23b0cd)
  • login form (3e5c56a)
  • navbar login states, minor fixes (9edd0a8)
  • Offer: add map page (292ca6b)
  • Offer: map page init (bb3f89a)
  • profile page head FE (248d74f)
  • profile page items and reviews (54978c3)
  • profile page items and reviews 2 (c46c6dc)
  • profile page offerlist zaklad (0592c25)
  • react-hook-form and yup (350b597)
  • styling login form + resset password form (654eebc)
  • styling registration form (ae22de3)
  • Theme: add primary color variant (1d46e96)
  • TypeORM setup (74c5f74)
  • UI: add base layout component (32b28eb)
  • UI: add logo component (f9986b6)
  • UI: add navbar component (cc255de)
  • User: add accent colors, button styles (dff9ae6)
  • user: password hashing (7e39289)
  • user: return JWT for login mutation (110ce4c)

Bug Fixes

  • add git credentials (75a41fb)
  • add route constants (753242a)
  • added borrowed items (d7ae0d6)
  • api import naming issue (8fca0ad)
  • collisions with merge (af83453)
  • Docker Compose config typo (7e1d299)
  • fix import and alt tags (e8c216a)
  • imports in data source (678e6d0)
  • key in maps (4291f33)
  • local storage handle SSR and change dispatch (b6553c8)
  • login form (840f6e7)
  • login password registration layouts (2b9acd2)
  • remove context enriching with auth for now (7b7b2fc)
  • repair of form inputs and responsivity (62c4147)
  • setlistView (911d1a8)

0.1.1 (2022-11-10)

Features

  • add apollo client context, validation error handler (df4bc92)
  • add ChakraProvider (b6e6498)
  • add CI and CD (032bca5)
  • add EditorConfig file (d86b1c4)
  • add icons (76a89a8)
  • add react-icons package (37493bf)
  • add useLogin and useRegistration hooks (a0c8c12)
  • back icon (fffdea9)
  • chakra-ui initial setup (7ca80da)
  • create useUserSession hook, minor fix in useLogin (af0e1a7)
  • createUser mutation (c5c853b)
  • custom button with loading (404ef2f)
  • docker: basic Compose file with MariaDB config (c685204)
  • editprofilepage basic layout (daa8bfa)
  • editprofilepage basic layout 2 (f3d5671)
  • enable introspection on PROD (c4ca4a4)
  • functionality of registration form (38d20d2)
  • handle duplicate key error (567da14)
  • implement registration (7414c9e)
  • init registration (dc0a79b)
  • initialize the repo (6ed9986)
  • linking registration to login (7f2e3f1)
  • local user state management (ea6e6cb)
  • login endpoint connection (abb481c)
  • login form (31bbdaf)
  • login form (141036a)
  • login form (d015a21)
  • login form (9722168)
  • login form (e23b0cd)
  • login form (3e5c56a)
  • navbar login states, minor fixes (9edd0a8)
  • Offer: add map page (292ca6b)
  • Offer: map page init (bb3f89a)
  • profile page head FE (248d74f)
  • profile page items and reviews (54978c3)
  • profile page items and reviews 2 (c46c6dc)
  • profile page offerlist zaklad (0592c25)
  • react-hook-form and yup (350b597)
  • styling login form + resset password form (654eebc)
  • styling registration form (ae22de3)
  • Theme: add primary color variant (1d46e96)
  • TypeORM setup (74c5f74)
  • UI: add base layout component (32b28eb)
  • UI: add logo component (f9986b6)
  • UI: add navbar component (cc255de)
  • User: add accent colors, button styles (dff9ae6)
  • user: password hashing (7e39289)
  • user: return JWT for login mutation (110ce4c)

Bug Fixes

  • add git credentials (75a41fb)
  • add route constants (753242a)
  • added borrowed items (d7ae0d6)
  • api import naming issue (8fca0ad)
  • collisions with merge (af83453)
  • Docker Compose config typo (7e1d299)
  • fix import and alt tags (e8c216a)
  • imports in data source (678e6d0)
  • key in maps (4291f33)
  • local storage handle SSR and change dispatch (b6553c8)
  • login form (840f6e7)
  • login password registration layouts (2b9acd2)
  • remove context enriching with auth for now (7b7b2fc)
  • repair of form inputs and responsivity (62c4147)
  • setlistView (911d1a8)

0.1.0 (2022-11-10)

Features

  • add apollo client context, validation error handler (df4bc92)
  • add ChakraProvider (b6e6498)
  • add CI and CD (032bca5)
  • add EditorConfig file (d86b1c4)
  • add icons (76a89a8)
  • add react-icons package (37493bf)
  • add useLogin and useRegistration hooks (a0c8c12)
  • back icon (fffdea9)
  • chakra-ui initial setup (7ca80da)
  • create useUserSession hook, minor fix in useLogin (af0e1a7)
  • createUser mutation (c5c853b)
  • custom button with loading (404ef2f)
  • docker: basic Compose file with MariaDB config (c685204)
  • editprofilepage basic layout (daa8bfa)
  • editprofilepage basic layout 2 (f3d5671)
  • enable introspection on PROD (c4ca4a4)
  • functionality of registration form (38d20d2)
  • handle duplicate key error (567da14)
  • implement registration (7414c9e)
  • init registration (dc0a79b)
  • initialize the repo (6ed9986)
  • linking registration to login (7f2e3f1)
  • local user state management (ea6e6cb)
  • login endpoint connection (abb481c)
  • login form (31bbdaf)
  • login form (141036a)
  • login form (d015a21)
  • login form (9722168)
  • login form (e23b0cd)
  • login form (3e5c56a)
  • navbar login states, minor fixes (9edd0a8)
  • Offer: add map page (292ca6b)
  • Offer: map page init (bb3f89a)
  • profile page head FE (248d74f)
  • profile page items and reviews (54978c3)
  • profile page items and reviews 2 (c46c6dc)
  • profile page offerlist zaklad (0592c25)
  • react-hook-form and yup (350b597)
  • styling login form + resset password form (654eebc)
  • styling registration form (ae22de3)
  • Theme: add primary color variant (1d46e96)
  • TypeORM setup (74c5f74)
  • UI: add base layout component (32b28eb)
  • UI: add logo component (f9986b6)
  • UI: add navbar component (cc255de)
  • User: add accent colors, button styles (dff9ae6)
  • user: password hashing (7e39289)
  • user: return JWT for login mutation (110ce4c)

Bug Fixes

  • add route constants (753242a)
  • added borrowed items (d7ae0d6)
  • api import naming issue (8fca0ad)
  • collisions with merge (af83453)
  • Docker Compose config typo (7e1d299)
  • fix import and alt tags (e8c216a)
  • imports in data source (678e6d0)
  • key in maps (4291f33)
  • local storage handle SSR and change dispatch (b6553c8)
  • login form (840f6e7)
  • login password registration layouts (2b9acd2)
  • remove context enriching with auth for now (7b7b2fc)
  • repair of form inputs and responsivity (62c4147)
  • setlistView (911d1a8)