Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (35 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 1.45 KB

Changelog

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.

Added

  • 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

Changed

  • Project structure include 3 tsconfig sub-project e2e, test and src

0.2.0 - 2021-06-24

Added

  • 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

Added

  • 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