Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 500 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 500 Bytes

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[2.0.0]

Added

  • Added a docker-compose.yml file to spin a mysql container for development purposes.
  • Added command to run knex migrations.

Changed

  • Restructured project by putting everything under the /src directory.
  • Removed extra dependencies that may have not been needed by everyone.

[1.0.0]

Added

  • Initial Release