Skip to content

Latest commit

 

History

History
75 lines (64 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

75 lines (64 loc) · 1.44 KB

Change Log

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.

[0.0.10] - 2018-05-02

Added

  • Mongo helper

[0.0.9] - 2018-01-30

Added

  • Add dev and test config files

Fixed

  • Node env variable

[0.0.8] - 2017-11-14

Added

Changed

  • Update linter es2015 to env
  • Lint tests ok

[0.0.7] - 2017-11-13

Added

  • Add Docker

[0.0.6] - 2017-11-13

Added

  • Config dependency
  • Server file

Changed

  • Update makefile

Removed

  • Custom config

[0.0.5] - 2017-11-03

Added

  • Env file.
  • Cors library.

Changed

  • Update dependencies
  • Update lint rules
  • Update makefile

Removed

  • Manual cors.
  • Nyan cat reporter useless.

[0.0.4] - 2017-11-03

Added

  • Winston log.
  • Github templates.

Fixed

  • Env test.
  • 500 middleware

[0.0.3] - 2017-04-25

Added

  • Test with mocha.
  • Coverage with istanbul.

Removed

  • Hello endpoint.

[0.0.2] - 2017-04-25

Added

  • CRUD

Changed

  • Import practices in Makefile.

[0.0.1] - 2017-04-14

Added

  • Init the project.