All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Configuration module
- HTTP express server factory with reconnect feature
- Application bootstrap
- HTTP body compression
- Cors
- Build script
- Github action for Build & Test
- Docker integration
- Add Dockerfile
- Use docker-compose to start the application in several environments
- Add scripts to help start those actions
- Build and Push github action
0.2.0 - 2021-06-24
- Define project initial architecture
- Typescript configuration files
- Build application using webpack in development and production modes
- Linter (ESLint)
- Test setup with several layers: E2E, Integration and Unit
0.1.0 - 2021-06-24
- Initialize npm project with all dependencies and its initial script set
- Setup prettier and scripts for helping formating and checking the code
- Add CHANGELOG.md file