Skip to content

Releases: quanphm/hoalu

v0.4.0

03 Feb 15:18
ba899f0
Compare
Choose a tag to compare

Version 0.4.0 (03-02-2025)

Authentication & User Management

  • Implemented user authentication across server and client
  • Added email verification
  • Developed workspace member invitation feature

Workspace Improvements

  • Created new workspace functionality
  • Added workspace data caching
  • Implemented workspace deletion

Technical Enhancements

  • Updated to Bun latest version
  • Integrated Tailwind v4 plugin
  • Added ETag header for response caching
  • Refactored database schema
  • Optimized Dockerfile configurations

Other Changes

  • Various UI improvements
  • Package and dependency updates
  • Minor bug fixes

v0.3.0

12 Jan 17:11
418d0e0
Compare
Choose a tag to compare

Version 0.3.0 (01-13-2024)

New Features & Improvements

  • Added OpenAPI documentation at /api/docs
  • Implemented build:types for correct Hono route type inference in web app
  • Enhanced packages/ui with additional shadcn/ui components
  • Integrated tailwindcss v4

Technical Changes

  • Modified web.Dockerfile to build server types first
  • Optimized Docker image sizes

Known Issues

  • tailwindcss vite plugin incompatible with oven/sh:bun-alpine image; using standard image instead

Notes

v0.2.0

05 Jan 06:02
e23a07f
Compare
Choose a tag to compare

Version 0.2.0 (05-01-2025)

Summary

  • Add Hono server as backend & Electric server as sync engine
  • Tanstack Router for client-side routing - Can not use Tanstack Start due to Electric useShape not work with SSR out-of-the-box.
  • Add path prefix /api & /sync for production deployment
  • Pull .env with Infisical - no need to create env variables manually

v0.1.0

03 Nov 07:27
c0ea5d2
Compare
Choose a tag to compare

Version 0.1.0 (03-11-2024)