UNPKG

699 BMarkdownView Raw
1# CHANGELOG
2
3## unreleased
4
5## 0.3.1
6
7* autopublish from travis
8
9## 0.3.0
10
11* new eslint-rules
12* simplified get-node-env scripts (removed `lodash` dep)
13* change copyright years
14* stub for helpers (see #17)
15
16## 0.2.9 // 2016-12-10
17
18* use helmet
19* better main contructor
20* better NODE_ENV handling
21* set `trust proxy`
22* reorganize tests
23
24* fix #12
25* fix #9
26* fix #16
27
28## 0.2.8 // 2016-12-03
29
30* set timezone to **UTC** for `knex` in the `config`
31* more docs
32
33* fix #15
34
35## 0.2.7 // 2016-11-04
36
37* Config: pretty JSON for dev-env
38* disable `x-powered-by`
39* `config.db` moved to `config.model.db`
40* autoload model (`volebo-data`)
41* listening on local path (not host:port), handle existing socket correctly