Skip to content

Commit 984f2c2

Browse files
committed
2.0.0-1
* output environment varialbes in predicatable order (Ryan Graham) * Allow loading multiple ENV files. (Joe Esposito) * add --raw option to suppress log decorations (Andrew Herrington) * Changed handler name to error instead of proxyError (Nazar Hussain) * improve error messages when loading a procfile (toastynerd) * fix exported systemd unit dependencies (Guten Ye) * test: refactor tests to use ephemeral ports (Ryan Graham) * clean up CLI argument handling (Ryan Graham) * deps: upgrade commander (Ryan Graham) * fix padding of keys (Jeff Dickey) * fix 'nf' command name (Jeff Dickey) * disable trimming by default (Jeff Dickey) * reorderd colors (Jeff Dickey) * disable black/white colors (Jeff Dickey) * display exit code (Jeff Dickey) * test: use OS-specific env expansion (Ryan Graham) * test: improve assertion message (Ryan Graham) * disable node 6.x in Travis and Appveyor (Ryan Graham) * update Travis config and add Appveyor (Ryan Graham) * Remove note about dropping privileges (#108) (Ari Pollak) * fix jshint issues (Jeff Dickey) * jshint all local js files (Jeff Dickey) * added jshintignore (Jeff Dickey) * Add '' argument to sed -i to fix mac os tests (Ransom Briggs) * Small typo fix in README (Simon Taranto)
1 parent 75da44c commit 984f2c2

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed

CHANGES.md

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,58 @@
1-
2015-11-19, Version 2.0.0-0
1+
2016-04-30, Version 2.0.0-1
2+
===========================
3+
4+
* output environment varialbes in predicatable order (Ryan Graham)
5+
6+
* Allow loading multiple ENV files. (Joe Esposito)
7+
8+
* add --raw option to suppress log decorations (Andrew Herrington)
9+
10+
* Changed handler name to error instead of proxyError (Nazar Hussain)
11+
12+
* improve error messages when loading a procfile (toastynerd)
13+
14+
* fix exported systemd unit dependencies (Guten Ye)
15+
16+
* test: refactor tests to use ephemeral ports (Ryan Graham)
17+
18+
* clean up CLI argument handling (Ryan Graham)
19+
20+
* deps: upgrade commander (Ryan Graham)
21+
22+
* fix padding of keys (Jeff Dickey)
23+
24+
* fix 'nf' command name (Jeff Dickey)
25+
26+
* disable trimming by default (Jeff Dickey)
27+
28+
* reorderd colors (Jeff Dickey)
29+
30+
* disable black/white colors (Jeff Dickey)
31+
32+
* display exit code (Jeff Dickey)
33+
34+
* test: use OS-specific env expansion (Ryan Graham)
35+
36+
* test: improve assertion message (Ryan Graham)
37+
38+
* disable node 6.x in Travis and Appveyor (Ryan Graham)
39+
40+
* update Travis config and add Appveyor (Ryan Graham)
41+
42+
* Remove note about dropping privileges (#108) (Ari Pollak)
43+
44+
* fix jshint issues (Jeff Dickey)
45+
46+
* jshint all local js files (Jeff Dickey)
47+
48+
* added jshintignore (Jeff Dickey)
49+
50+
* Add '' argument to sed -i to fix mac os tests (Ransom Briggs)
51+
52+
* Small typo fix in README (Simon Taranto)
53+
54+
55+
2015-11-18, Version 2.0.0-0
256
===========================
357

458
* Dont' drop sudo (Vasiliy Yorkin)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foreman",
3-
"version": "2.0.0-0",
3+
"version": "2.0.0-1",
44
"homepage": "http://strongloop.github.io/node-foreman/",
55
"description": "Node Implementation of Foreman",
66
"author": "StrongLoop, Inc.",

0 commit comments

Comments
 (0)