compendium/CHANGELOG.md
2025-04-15 15:36:38 -04:00

51 lines
No EOL
2.2 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## 0.1.0 - 2025-04-15
#### Bug Fixes
- prevent crash of ci due to artifacts upload - (e0b259c) - aleidk
- gracefully handle no db password - (b22a5e5) - aleidk
- embedded templates path on build - (8e1e366) - aleidk
#### Build system
- simplify build & run process of FE files - (6ee3457) - aleidk
- add actions workflow for release - (9d2dc81) - aleidk
- update dockerfile - (29756b9) - aleidk
- add docker build files - (3c2d3cf) - aleidk
#### Features
- add basic configuration support - (3ff1f26) - aleidk
- add mini-strap components - (e59ae1f) - aleidk
- add basic htmx example - (ffca617) - aleidk
- add htmx package - (17bf419) - aleidk
- add sqlx transaction extractor to router - (a662b94) - aleidk
- add sqlx basic config - (48afdac) - aleidk
- add frontend compilation task with bun - (6b7642b) - aleidk
- add minijinja as template engine - (6cb75aa) - aleidk
- add error handling - (8d8388e) - aleidk
- add basic template functionality - (6bf3947) - aleidk
- add axium hello world - (0923ac1) - aleidk
- add database service as dev dependency - (ca2ea91) - aleidk
#### Miscellaneous Chores
- update bump tasks - (c535ee2) - aleidk
- remove unecesary dependencies - (48b0252) - aleidk
- add build steps to justfile - (e379967) - aleidk
- remove ci pipelines - (ba51990) - aleidk
- add semantic version to pipeline - (5bd421f) - aleidk
- fix restart when updating frontend files - (56a9c7b) - aleidk
- add tracing logs - (5a9b871) - aleidk
- add live reload features - (b6c909f) - aleidk
- init cargo project - (5362d2b) - aleidk
- initial commit - (7e331ee) - alecodes
#### Refactoring
- update dockerfile build - (d5e4886) - aleidk
- change migration tool to sqlx - (49c8682) - aleidk
- change css library to picocss - (27037a9) - aleidk
- change asset handling - (1871610) - aleidk
- build fronend via cli to allow watch mode - (e0e8700) - aleidk
- re-structure frontend code - (3e0dd79) - aleidk
#### Revert
- refactor: build fronend via cli to allow watch mode - (cfaf7ec) - aleidk
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).