Skip to content

Releases: aelassas/movinin

Movin' In 1.5

14 Oct 11:54
Compare
Choose a tag to compare
  • Added cors and allowedMethods middlewares
  • Fixed some issues related to bookings
  • API:
    • Bump @types/express from 4.17.18 to 4.17.19
    • Bump @types/node from 20.8.3 to 20.8.6
    • Bump @types/validator from 13.11.2 to 13.11.3
    • Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.7.5
    • Bump @typescript-eslint/parser from 6.7.4 to 6.7.5
    • Bump mongoose from 7.6.0 to 7.6.2
    • Bump nodemailer from 6.9.5 to 6.9.6
    • Bump npm-check-updates from 16.14.5 to 16.14.6
  • Backend and frontend:
    • Bump @mui/icons-material from 5.14.12 to 5.14.13
    • Bump @mui/material from 5.14.12 to 5.14.13
    • Bump @mui/x-data-grid from 6.16.1 to 6.16.2
    • Bump @mui/x-date-pickers from 6.16.1 to 6.16.2
    • Bump @types/node from 20.8.3 to 20.8.6
    • Bump @types/react from 18.2.25 to 18.2.28
    • Bump @types/react-dom from 18.2.11 to 18.2.13
    • Bump @types/validator from 13.11.2 to 13.11.3
    • Bump npm-check-updates from 16.14.5 to 16.14.6
  • Mobile app:
    • Bump @babel/core from 7.23.0 to 7.23.2
    • Bump @types/validator from 13.11.2 to 13.11.3
    • Bump @types/react from 18.2.25 to 18.2.28
    • Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.7.5
    • Bump @typescript-eslint/parser from 6.7.4 to 6.7.5

Full Changelog: v1.4...v1.5

Movin' In 1.4

09 Oct 12:06
Compare
Choose a tag to compare
  • Secured the backend and the frontend against XSS, XST, CSRF and MITM
  • Updated eslint preset
  • Updated dependencies
  • Updated documentation
  • Updated CI workflows
  • Fixed some issues in the mobile app
  • Fixed some typos
  • API:
    • Bump @types/node from 20.8.2 to 20.8.3
    • Bump @types/uuid from 9.0.4 to 9.0.5
    • Bump eslint from 8.50.0 to 8.51.0
    • Bump mongoose from 7.5.4 to 7.6.0
  • Backend and frontend:
    • Bump @types/node from 20.8.2 to 20.8.3
    • Bump @types/react-dom from 18.2.10 to 18.2.11
  • Mobile app:
    • Bump eslint from 8.50.0 to 8.51.0

Full Changelog: v1.3...v1.4

Movin' In 1.3

06 Oct 11:06
Compare
Choose a tag to compare
  • Made localization more generic
  • Updated language menu color in the mobile app
  • Updated eslint preset
  • API:
    • Bump mongoose from 7.5.3 to 7.5.4
    • Bump npm-check-updates from 16.14.4 to 16.14.5
  • Backend and frontend:
    • Bump @mui/icons-material from 5.14.11 to 5.14.12
    • Bump @mui/material from 5.14.11 to 5.14.12
    • Bump @mui/x-data-grid from 6.16.0 to 6.16.1
    • Bump @mui/x-date-pickers from 6.16.0 to 6.16.1
    • Bump @types/react from 18.2.24 to 18.2.25
    • Bump @types/react-dom from 18.2.8 to 18.2.10
    • Bump npm-check-updates from 16.14.4 to 16.14.5
  • Mobile app:
    • Bump expo-updates from 0.18.14 to 0.18.16
    • Bump @types/react from 18.2.24 to 18.2.25

Full Changelog: v1.2...v1.3

Movin' In 1.2

04 Oct 08:00
Compare
Choose a tag to compare
  • Added airbnb preset
  • Updated deployment scripts and services
  • Fixed an issue in properties page
  • Fixed other issues in the api, the backend, the frontend and the mobile app
  • API:
    • Bump @types/node from 20.8.0 to 20.8.2
    • Bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.7.4
    • Bump @typescript-eslint/parser from 6.7.3 to 6.7.4
  • Backend and frontend:
    • Bump @mui/icons-material from 5.14.9 to 5.14.11
    • Bump @mui/material from 5.14.10 to 5.14.11
    • Bump @mui/x-data-grid from 6.15.0 to 6.16.0
    • Bump @mui/x-date-pickers from 6.15.0 to 6.16.0
    • Bump @types/node from 20.6.5 to 20.8.2
    • Bump @types/react from 18.2.22 to 18.2.24
    • Bump @types/react-dom from 18.2.7 to 18.2.8
    • Bump @types/react-draft-wysiwyg from 1.13.4 to 1.13.5
    • Bump @types/validator from 13.11.1 to 13.11.2
    • Bump @types/react-google-recaptcha from 2.1.5 to 2.1.6
    • Bump axios from 1.5.0 to 1.5.1
  • Mobile app:
    • Bump expo from 49.0.11 to 49.0.13
    • Bump @types/mime from 3.0.1 to 3.0.2
    • Bump @types/react-native-vector-icons from 6.4.14 to 6.4.15
    • Bump react-native-size-matters from 0.4.0 to 0.4.2
    • Bump @types/react from 18.2.23 to 18.2.24
    • Bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.7.4
    • Bump @typescript-eslint/parser from 6.7.3 to 6.7.4
    • Bump axios from 1.5.0 to 1.5.1

Full Changelog: v1.1...v1.2

Movin' In 1.1

29 Sep 07:17
Compare
Choose a tag to compare
  • Added build:android:preview and build:ios:preview commands
  • Added jsdoc to the api, the backend, the frontend and the mobile app
  • Updated mobile menu and switch colors
  • Upgrade to node:lts-alpine
  • Fixed some issues related to locations, bookings, users and properties
  • Fixed some issues related to dates
  • Fixed some issues related to cancellation
  • API:
    • Bump mongoose from 7.5.1 to 7.5.2
    • Bump eslint from 8.49.0 to 8.50.0
    • Bump @types/express from 4.17.17 to 4.17.18
    • Bump @types/jsonwebtoken from 9.0.2 to 9.0.3
    • Bump @types/node from 20.6.0 to 20.6.5
    • Bump @types/nodemailer from 6.4.10 to 6.4.11
    • Bump @types/uuid from 9.0.3 to 9.0.4
    • Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.3
    • Bump @typescript-eslint/parser from 6.7.0 to 6.7.3
  • Backend and frontend:
    • Bump @mui/material from 5.14.9 to 5.14.
    • Bump @mui/x-data-grid from 6.14.0 to 6.15.0
    • Bump @mui/x-date-pickers from 6.14.0 to 6.15.0
    • Bump @types/draftjs-to-html from 0.8.1 to 0.8.2
    • Bump @types/node from 20.6.2 to 20.6.5
    • Bump @types/react from 18.2.21 to 18.2.22
    • Bump npm-check-updates from 16.14.3 to 16.14.4
  • Mobile app:
    • Bump @react-navigation/drawer from 6.6.3 to 6.6.4
    • Bump @react-navigation/native from 6.1.7 to 6.1.8
    • Bump @react-navigation/native-stack from 6.9.13 to 6.9.14
    • Bump @react-navigation/stack from 6.3.17 to 6.3.18
    • Bump axios-retry from 3.7.0 to 3.8.0
    • Bump react-native from 0.72.4 to 0.72.5
    • Bump react-native-paper from 5.10.5 to 5.10.6
    • Bump react-native-web from 0.19.8 to 0.19.9
    • Bump @babel/core from 7.22.20 to 7.23.0
    • Bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.7.3
    • Bump @typescript-eslint/parser from 6.7.2 to 6.7.3
    • Bump eslint from 8.49.0 to 8.50.0

Full Changelog: v1.0...v1.1

Movin' In 1.0

20 Sep 08:45
494c46c
Compare
Choose a tag to compare

Initial release