-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,34 @@ | ||
# Change log | ||
# Changelog | ||
|
||
Summary of implemented features classified by release (github tag) | ||
|
||
## v0.0.0 | ||
## [0.0.2] - 2019-02-22 | ||
|
||
- poc rocket + diesel + mariadb | ||
- dockerimage | ||
### Added | ||
|
||
- Base App layout (sidebar & content, responsive) | ||
- SPA routing (URI matching & lazy component loading) | ||
- Frontend unit tests (js/utils & js/components) | ||
|
||
## [0.0.1] - 2019-02-15 | ||
|
||
### Added | ||
|
||
- User stories | ||
- DB schema | ||
- CI/CD (Drone) | ||
- Rocket auth guard & cookies | ||
- OpenAPI first draw | ||
|
||
### Changed | ||
|
||
- Docker compilation cache (volume) | ||
- CI/CD pipeline | ||
|
||
## [0.0.0] - 2019-02-10 | ||
|
||
### Added | ||
|
||
- POC rocket | ||
- Diesel & MariaDB | ||
- Docker image |