Skip to content

Releases: security-union/yew-actix-template

[1.3.0] - 2023-11-24

25 Nov 02:15
a0ccf4a
Compare
Choose a tag to compare
  • Added versioning and changelog.
  • Transitioned from cargo actions to Docker Compose actions, enabling Docker Compose to run on CI. This change enhances the continuous integration process by leveraging the capabilities of Docker Compose for building and testing the application.
  • Upgraded Yew to a newer version, ensuring the frontend framework is up-to-date with the latest features and improvements.
  • Replaced PostgreSQL with SQLx for database interactions. This shift to SQLx modernizes the database access layer, providing more flexibility and asynchronous support.

(PR #26)
(PR #27)