Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 803 Bytes

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 803 Bytes

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.

v2.0.0

Added

  • Support for the latest Node.js 16.16.0 LTS version.

Changed

  • User authentication part is now automated.

Removed

  • Old unit tests that had no real relevance.
  • open library previously used to launch the user's browser and allow him to connect manually.

v1.1.0

Added

  • Add jest test framework.
  • Add babel transcompiler.
  • Add husky and commitlint.
  • Add winston logger.

Changed

  • Update scripts in package.json.
  • Refactor configuration management.

v1.0.0

Added

  • Add initial codebase.