Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 918 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.

[Unreleased]

[1.0.0] - 2021-05-06

Added

  • mariaDB

Changed

  • Config

Removed

  • markdown files

[1.0.0] - 2021-05-08

in branch cleanning boilerplate

Added

  • mariaDB config
  • endPoint Hello World on '/api'
  • inquired

Changed

  • userService use of Repository instead of MongodbRepository
  • database/seeds and database/factory the transition from MongoDB to MariaDB was destructive here. we should probably rething this part of the project later
  • config : use of full db description insteed of db_url and split it between env
  • seed (by cli) tools

Removed

  • markdown
  • Unused Routes and models (Company and JobApplication)
  • commander