# Changelog

## [0.4.0-beta](https://github.com/digitalnus/nextjs/releases/tag/v0.4.0-beta) - June 11, 2025

Updated home page on the hero banner

### 🚀 Features
- Update home page banner

### 💫 Improvements
- AI Recognition capabilities

### 🔒 Security
- Secure authentication flow with NextAuth.js
- Environment variable validation
- CORS configuration
- Secure session management

---

## [0.4.0-beta](https://github.com/digitalnus/nextjs/releases/tag/v0.4.0-beta) - June 11, 2025

Improved AI recognition capability to identify medication in foreign language, translate into English and base compound.

### 🚀 Features
- Improved AI recognition of medication in foreign language
- Improved UI enhancements

### 💫 Improvements
- AI Recognition capabilities

### 🔒 Security
- Secure authentication flow with NextAuth.js
- Environment variable validation
- CORS configuration
- Secure session management

---

## [0.3.0-beta](https://github.com/digitalnus/nextjs/releases/tag/v0.3.0-beta) - June 9, 2025

Added AWS S3 integration and added examples/aws/s3 route

### 🚀 Features
- Integration to AWS S3

### 💫 Improvements
- S3 integration

### 🔒 Security
- Secure authentication flow with NextAuth.js
- Environment variable validation
- CORS configuration
- Secure session management

---

## [0.2.0-beta](https://github.com/digitalnus/nextjs/releases/tag/v0.2.0-beta) - June 8, 2025

Revamped home page and refactoring of header/footer and hero section

### 🚀 Features
- New home page design
- Refactoring of header, footer and hero sections into components
- 

### 💫 Improvements
- Modern development workflow with pnpm
- Pre-commit hooks for code quality
- Automated testing pipeline
- Environment variable validation with Zod
- Optimized database setup with Docker Compose

### 🔒 Security
- Secure authentication flow with NextAuth.js
- Environment variable validation
- CORS configuration
- Secure session management

---

## [0.1.0-beta](https://github.com/digitalnus/nextjs/releases/tag/v0.1.0-beta) - June 7, 2025

The first beta release of our Next.js 15 full-stack application with modern tooling, comprehensive testing, and centralized configuration management.

### 🚀 Features
- Next.js 15 with App Router architecture
- TypeScript for type-safe development
- Tailwind CSS with responsive design
- shadcn/ui component library integration
- NextAuth.js v5 authentication system
- Prisma ORM with PostgreSQL database
- Comprehensive Vitest testing framework
- Centralized configuration management
- Docker development environment

### 💫 Improvements
- Modern development workflow with pnpm
- Pre-commit hooks for code quality
- Automated testing pipeline
- Environment variable validation with Zod
- Optimized database setup with Docker Compose

### 🔒 Security
- Secure authentication flow with NextAuth.js
- Environment variable validation
- CORS configuration
- Secure session management

---

