From 2fd9faf55c3a2188e622e413bf25b2a2998e5043 Mon Sep 17 00:00:00 2001 From: Vytor Calixto <vytorcalixto@gmail.com> Date: Mon, 10 Oct 2016 11:03:49 -0300 Subject: [PATCH] [ci skip] :memo: Add changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a8ebb134 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## 0.1.0 - 2016-10-10 +### Added +**Database** +- MonetDB connection middleware +- MongoDB connection middleware +- query_exec custom middleware (promise that executes an SQL query with optional parameters) +- This version depends on the version 0.1.0 of [MonetDB schema](https://gitlab.c3sl.ufpr.br/simcaq/monetdb) + +**Enrollments** +- Enrollments route with all sub dependencies + +**Middlewares** +- parseParams middleware to parse HTTP GET params +- query middleware that serves as an interface between squel generated sql and the query execution +- response middleware that gives a standard response (json, csv or xml) -- GitLab