Skip to content

Releases: makee-workshop/Huayra

Huayra v4

19 May 10:17

Choose a tag to compare

Added

  • Added graceful server shutdown and startup error handling to improve deployment stability.
  • Added an async database initialization command to simplify environment setup.

Changed

  • Migrated the frontend to React 18, React Router v6, Redux Toolkit, and Bootstrap 5.
  • Replaced the CRA build flow with Vite for faster development and aligned build output.

Fixed

  • Removed deprecated UI props and unsupported database options to prevent upgrade-related warnings.
  • Improved backend startup flow to avoid partial server states when MongoDB connection fails.

Maintenance

  • Upgraded major backend and frontend dependencies, including Express 5, Mongoose 8, Axios, and Reactstrap.
  • Refactored database controllers and authentication flows to async/await, reducing maintenance cost.
  • Removed unused cookie parsing, legacy CSRF remnants, Grunt packages, and obsolete dependencies.
  • Updated README content with clearer project overview, features, and installation guidance.

Huayra v3.5

08 Oct 03:57

Choose a tag to compare

v3.5 (2020-10-08)

  • Update authentication flow for JSON Web Token (JWT).
  • Some bug fixes.

Huayra v3

31 Jul 10:25

Choose a tag to compare

v3 (2020-07-31)

  • Upgrade bootstrap version to 4.5
  • Upgrade react scripts version
  • Upgrade mongoose version
  • Update mongoose function and session setting
  • Add return URL flow
  • Use axios on the frontend
  • Bug fix

Huayra v2

27 Jan 18:20

Choose a tag to compare

v2 (2019-01-28)

🎉New Features

  • Admin back office
    • Stub dashboard ready to customize
    • Manage users