This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
Releases: elanum/workspace-booking
Releases · elanum/workspace-booking
v1.0.1
v1.0.0
v0.3.0
v0.2.1
v0.2.0
0.2.0 (2021-01-29)
Bug Fixes
- add working directories to workflow (3931b93)
- change server port to heroku config vars (fa318c0)
- fix no-unused-vars error (a28a6a6)
- fix proxy function due to update (dbf687d)
- fix workspace initialization (1b3b0c1)
Features
- add eslint workflow (e4345cb)
- error handling with sentry (b971b45), closes #13
- initial sentry setup (5b68f97)
Reverts
- re-add changelog (bed17c2)
v0.1.0
Features
- client: add booking via workspaces (c6d060f)
- client: add bootstrap css framework (da9d225)
- client: add filter and update to form (9452cb8)
- client: add frontend login & logout (e6c9f42)
- client: add http-proxy for internal requests (db2ecaf)
- client: add room view (813caae)
- client: add views for rooms, workplaces, bookings and profile (0cc81bf)
- client: create client with create-react-app (182b8b1)
- client: first design implementations (c83af0a)
- server: add express server (41ba8d5)
- server: add new routes (4d9ee1d)
- server: add routes for booking (4d2aee2)
- improve workspaces routes and views (d4a671a)
- init base structure (42d830e)
- server: add username & password input check (5e677c5)
- server: change bookings model (a20d341)
- server: extended routes for bookings, rooms and workplaces (b7879e9)
- server: imporve init data import to mongoose (a118406)
Bug Fixes
- client: final fix of redux dispatch on navlinks (d5cb178), closes #1
- client: fix dispatch on navlink (85fa5bb)
- client: fix password crypt (c9e3ce0)
- client: fix redux routing (e716fff)
- server: fix booking filter (4b488e3)
- server: fix exeption on specific user (81ad74c)
- server: fix initalization of workspaces (c2467eb)
- server: fix password check on login (56109bc)
- server: fix reset password route (03e6e47)
- remove booking error on modal close (da1cbfc)
- server: fix return on error (8278274)
- remove Container from logout view (da4dd28)