Skip to content

Releases: Stephane-Pires/caravel

frontend@0.8.1

13 Feb 11:02
d817092

Choose a tag to compare

Patch Changes

Read more

caravel@0.1.1

13 Feb 11:02
d817092

Choose a tag to compare

Patch Changes

  • #373 e1ad9a4 Thanks @Stephane-Pires! - Permit to run the better-commit and changeset directly from the devcontainer

  • #295 1fe41b5 Thanks @renovate! - chore(app): 🧹 Update @changesets/changelog-github from 0.5.1 to v0.5.2

  • #296 e72f0cc Thanks @renovate! - chore(app): 🧹 Update @changesets/cli from 2.29.5 to v2.29.8

  • #313 073b659 Thanks @renovate! - chore(app): 🧹 Update prettier-plugin-tailwindcss from 0.6.13 to v0.7.2

  • #327 30596be Thanks @renovate! - chore(app): 🧹 Update @trivago/prettier-plugin-sort-imports from 5.2.2 to v6.0.0

  • #336 c2c75ff Thanks @renovate! - chore(app): 🧹 Update commitlint monorepo from 19.8.1 to v20.2.0

  • #341 d25e0bb Thanks @renovate! - chore(app): 🧹 Update Node.js from v24.11.1 to v24.12.0

  • #386 b54eee9 Thanks @renovate! - chore(app): 🧹 Update commitlint monorepo from 20.2.0 to v20.3.0

  • #387 3eda946 Thanks @renovate! - chore(app): 🧹 Update @trivago/prettier-plugin-sort-imports from 6.0.0 to v6.0.1

  • #394 ff6b146 Thanks @renovate! - chore(app): 🧹 Update commitlint monorepo from 20.3.0 to v20.4.1

  • #362 2048d9e Thanks @Stephane-Pires! - Add healthcheck to db inside docker-compose in order to launch the application once the database is up. Also update the path for the volume of postgres due to a change in postgres 18

  • #374 7385359 Thanks @Stephane-Pires! - Remove npmrc so that vercel pipeline can build the project. Add the npmrc configuration only for the devcontainer

  • #398 a50b167 Thanks @Stephane-Pires! - Add Faraway Project

backend@0.1.1

13 Feb 11:02
d817092

Choose a tag to compare

Patch Changes

Read more

frontend@0.8.0

06 Dec 18:22
1c5462a

Choose a tag to compare

Minor Changes

  • #265 8d19cf6 Thanks @Stephane-Pires! - - [Caravel] : Add the ability to take a RendezVous
    • [Frontend] : Add a component
    • [Frontend] : Add a Pourparler page
    • [Frontend] : Use multiple Shadcn components (Sonner, Card, Calendar, Button, Select, Tooltip, etc..)
    • [Frontend] : Import color palette use oklch colors
    • [Backend] : Handle RendezVous logic (CRUD) with exceptions
    • [Backend] : Create a mailing service using nodemailer and ical-generator

Patch Changes

Read more

caravel@0.1.0

06 Dec 18:22
1c5462a

Choose a tag to compare

Minor Changes

  • #265 8d19cf6 Thanks @Stephane-Pires! - - [Caravel] : Add the ability to take a RendezVous

    • [Frontend] : Add a component
    • [Frontend] : Add a Pourparler page
    • [Frontend] : Use multiple Shadcn components (Sonner, Card, Calendar, Button, Select, Tooltip, etc..)
    • [Frontend] : Import color palette use oklch colors
    • [Backend] : Handle RendezVous logic (CRUD) with exceptions
    • [Backend] : Create a mailing service using nodemailer and ical-generator
  • #226 b7eba3d Thanks @Stephane-Pires! - - [Backend] : Add PostGRES, Drizzle (generate, migrate, studio, seeding)

    • [Backend] : Create database entity (rendez-vous, contact)
    • [Backend] : Create endpoint /database/seed and /database/reset in order to seed and reset database
    • [Caravel] : Configure the devcontainer in order to launch postgres, migrate the database on running the application
    • [Caravel] : Update the documentation (README)
  • #235 bfe50b2 Thanks @Stephane-Pires! - - [Backend] : Add Scalar has UI on /ui

    • [Backend] : Add OpenAPI documentation on /doc
    • [Backend] : Handle POST/GET /rendez-vous + GET /{id} Handle GET /contacts

Patch Changes

  • #267 1109b38 Thanks @renovate! - chore(app): 🧹 Update @changesets/cli from 2.29.4 to v2.29.5

  • #269 0f0d24e Thanks @renovate! - chore(app): 🧹 Update prettier-plugin-tailwindcss from 0.6.12 to v0.6.13

  • #272 fdb3997 Thanks @renovate! - chore(app): 🧹 Update prettier from 3.5.3 to v3.6.0

  • #287 a1998c0 Thanks @renovate! - chore(app): 🧹 Update prettier from 3.6.0 to v3.7.4

  • #274 8fcf6e1 Thanks @Stephane-Pires! - - [Caravel] : Add prettier-plugin-oxc and format codebase

  • #292 c65f220 Thanks @Stephane-Pires! - - [Caravel] : Upgrade to Node v24

    • [Frontend] : Upgrade NextJS to v16
    • [Frontend] : Upgrade Node to v24
    • [Frontend] : Disable some eslint warning via disable-eslint on files or lines
    • [Frontend] : Fix some eslint warning
    • [Backend] : Upgrade Node to v24
  • #246 4b15e95 Thanks @Stephane-Pires! - - [Backend] : Add Scalar UI at /ui

    • [Backend] : Add Openapi at /doc
    • [Backend] : Handle exception

backend@0.1.0

06 Dec 18:22
1c5462a

Choose a tag to compare

Minor Changes

  • #265 8d19cf6 Thanks @Stephane-Pires! - - [Caravel] : Add the ability to take a RendezVous

    • [Frontend] : Add a component
    • [Frontend] : Add a Pourparler page
    • [Frontend] : Use multiple Shadcn components (Sonner, Card, Calendar, Button, Select, Tooltip, etc..)
    • [Frontend] : Import color palette use oklch colors
    • [Backend] : Handle RendezVous logic (CRUD) with exceptions
    • [Backend] : Create a mailing service using nodemailer and ical-generator
  • #226 b7eba3d Thanks @Stephane-Pires! - - [Backend] : Add PostGRES, Drizzle (generate, migrate, studio, seeding)

    • [Backend] : Create database entity (rendez-vous, contact)
    • [Backend] : Create endpoint /database/seed and /database/reset in order to seed and reset database
    • [Caravel] : Configure the devcontainer in order to launch postgres, migrate the database on running the application
    • [Caravel] : Update the documentation (README)
  • #235 bfe50b2 Thanks @Stephane-Pires! - - [Backend] : Add Scalar has UI on /ui

    • [Backend] : Add OpenAPI documentation on /doc
    • [Backend] : Handle POST/GET /rendez-vous + GET /{id} Handle GET /contacts

Patch Changes

frontend@0.7.1

07 Jun 09:58
8f2ee79

Choose a tag to compare

Patch Changes

caravel@0.0.2

07 Jun 10:19
21391bc

Choose a tag to compare

Patch Changes

backend@0.0.4

07 Jun 10:19
21391bc

Choose a tag to compare

Patch Changes

backend@0.0.3

07 Jun 09:58
8f2ee79

Choose a tag to compare

Patch Changes