-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
39 lines (23 loc) · 866 Bytes
/
Changes
File metadata and controls
39 lines (23 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{{NEXT}}
1.0.2 2019-07-16 14:16
- Fix security issues with deps (Lodash & Sequelize)
1.0.1 2019-06-24 12:12
- Fix security issues with deps
1.0.0 2019-04-08 17:27
- Add OpenAPI version 3 docs
- Add GET /swagger endpoint to run SwaggerUI
0.3.1 2019-04-08 11:42
- Fix: Updated codecov badge in README
0.3.0 2019-04-08 11:33
- Added POST /messages endpoint
- Added PUT /messages/:id endpoint
0.2.0 2019-04-07 17:05
- Added GET /messages enpoint
- Added GET /messages/:id endpoint
- Added DELETE /messages/:id endpoint
0.1.1 2019-04-05 21:35
- Fix race condition uploading code coverage to codecov
0.1.0 2019-04-05 15:37
- Add docker support. Container for DB and application, as well as for testing
- Add circleci support. CI running on all commits with codecov coverage
- Added Healthcheck route