File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 0.5.0 " ></a >
2
+ # [ 0.5.0] ( https://github.com/EnsembleLab/api-template/compare/0.4.1...0.5.0 ) (2018-05-02)
3
+
4
+
5
+
1
6
<a name =" 0.4.1 " ></a >
2
7
## [ 0.4.1] ( https://github.com/EnsembleLab/api-template/compare/0.4.0...0.4.1 ) (2018-04-27)
3
8
Original file line number Diff line number Diff line change 13
13
| routes/index.js | 304 | Make Log requests testable and write unit tests for it
14
14
| routes/index.js | 305 | Develop the route loader into a separate node module to be publish on npm
15
15
| routes/index.js | 306 | Develop all services onto separate node module to be publish on npm
16
- | services/logger/index.js | 36 | Test Error Handler
17
- | services/queue/clock.js | 11 | work on a clock functionality so kue can support scheduled jobs
18
- | services/queue/clock.js | 12 | Use the cron package here https://www.npmjs.com/package/cron for timer
16
+ | services/logger/index.js | 36 | Test Error Handler
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " api-template" ,
3
- "version" : " 0.4.1 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " A template for creating APIs Fast" ,
5
5
"main" : " app.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments