Skip to content

Commit 7479469

Browse files
committed
Added CHANGELOG.md
1 parent 0bf264e commit 7479469

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

backend/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
Nothing yet.
11+
12+
## [1.0.0] - 2023-06-21
13+
14+
### Added
15+
16+
- Created a Vue3 project using TypeScript, Pinia state management and VueRouter.
17+
- Configured Vue-I18n.
18+
- Installed Bootstrap 5.3.
19+
- Installed Font Awesome 6.4.
20+
- Installed Vee-Validate 4.
21+
- Implemented user management (register, confirm, sign-in, sign-out, session refresh, profile & password management, and password recovery).
22+
- Implemented toasts.
23+
- Provided French translations.
24+
- Implemented layout components.
25+
- Configured CORS.
26+
- Implemented Tabs components.
27+
- Implemented navigation guards and frontend security.
28+
- Implemented Realm management (CRUD).
29+
- Implemented 404 NotFound page.
30+
- Configured Swagger documentation.
31+
- ConfiguredGraphQL.
32+
33+
[unreleased]: https://github.com/Logitar/Vue3Template/compare/v1.0.0...HEAD
34+
[1.0.0]: https://github.com/Logitar/Vue3Template/releases/tag/v1.0.0

0 commit comments

Comments
 (0)