Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

67 lines (37 loc) · 1.05 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.

[Unreleased]

...

[1.0.0] - 2020-01-25

Changed

  • Makefile: Remove instruction about docker.
  • Config: Remove all no used config.

[0.5.0] - 2020-01-24

Added

  • Tests: Add mocha tests.

[0.4.0] - 2020-01-24

Added

  • Service: Add fizzbuzz service.
  • Routes: Validation of input parameters.

Changed

  • Logger: Switch gin console log output to file output.

[0.3.0] - 2020-01-24

Added

  • App: Gin server and route.

Changed

  • Logger: Change to file output.

[0.2.0] - 2020-01-23

Added

  • App: Basic logger service.
  • Config: Copy from NodeJs project,the config.toml file

[0.1.0] - 2020-01-23

Added

  • App: main.go

[0.0.1] - 2020-01-23

Added

  • Scripts: Copy form NodeJs project, the Swagger, Makefile and README.md files

[Created] - 2020-01-20