Skip to content

Releases: devcavin/brightside

v1.1.0

16 Jul 18:45

Choose a tag to compare

What's Changed

  • feat: add stock, variants, image to product; This repo is fully messe… by @Killercavin in #15
  • feat: integrate Flyway for DB migrations and restructure initial schema by @Killercavin in #16
  • feat: seed super admin and setup secure seeding script by @Killercavin in #17
  • feat(admin): implement Redis-based refresh token support using Lettuc… by @Killercavin in #18
  • feat(auth): add AdminAuthPlugin to secure admin routes using JWT by @Killercavin in #19
  • feat(auth): integrate Ktor's built-in JWT authentication and implemen… by @Killercavin in #20
  • fix: cleanup the code for better restructuring by @Killercavin in #21

Full Changelog: legacy-v1.0...v1.1.0

v1.0

25 May 22:19

Choose a tag to compare

What's Changed

  • Initialize backend project structure with Ktor and Exposed ORM by @Killercavin in #1
  • Server by @Killercavin in #2
  • feat: add update, patch, and delete endpoints for products by @Killercavin in #3
  • Server by @Killercavin in #4
  • Frontend by @Killercavin in #8
  • feat: cart; add get cart and modified the project structure by @Killercavin in #9
  • Feat/cart by @Killercavin in #10
  • feat: Implement cart item update with proper session handling and PAT… by @Killercavin in #11
  • feat(cart): refactor update and added delete endpoints for cleaner pa… by @Killercavin in #12
  • feat(cart): add clear cart, refactor add, update, delete cart endpoin… by @Killercavin in #13
  • chore(product): refactor add product and category validation by @Killercavin in #14

Full Changelog: https://github.com/Killercavin/brightside/commits/legacy-v1.0