Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 951 Bytes

CHANGELOG.md

File metadata and controls

28 lines (25 loc) · 951 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.

Added

  • Added DELETE enpoint for /responsables/{id}
  • Make relations in /acopios not required
  • Added PUT enpoint for /acopios/{id} using new schema
  • Add travis config
  • Fixed POST enpoint for /acopios using new schema
  • Update schema to reflect new one
  • CORS config
  • Added POST enpoint for /acopios
  • Add GET methods for /acopios and /acopios/{id}/productos
  • Add Sequelize models for product, collection center and manager
  • Added sequelize configuration
  • Added glue to instantiate server
  • Added good console logging
  • Eslint configuration
  • Docker configuration
  • Hapi dependency
  • This CHANGELOG
  • Readme