UNPKG

6.08 kBMarkdownView Raw
12015-01-13, Version 1.2.1
2=========================
3
4 * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
5
6
72014-12-26, Version 1.2.0
8=========================
9
10 * fix: honour PORT if set in .env file (Ryan Graham)
11
12 * cli: simplify version loading (Ryan Graham)
13
14
152014-11-04, Version 1.1.0
16=========================
17
18 * Propagate signals on exit (Ryan Graham)
19
20 * Fix proxy errors on Windows (Ryan Graham)
21
22 * Exit with non-zero on fatal error (Ryan Graham)
23
24 * Adds a run command for running one-off processes (Jeff Jewiss)
25
26 * Add contribution guidelines (Ryan Graham)
27
28
292014-09-29, Version 1.0.0
30=========================
31
32 * Don't delete files (Ryan Graham)
33
34 * [api] SMF export (for Solaris, Illumos, SmartOS) (Charles Phillips)
35
36
372014-08-15, Version 0.4.2
38=========================
39
40 * Remove quotes from spawn on Windows (Ryan Graham)
41
42
432014-08-11, Version 0.4.1
44=========================
45
46 * Regen CHANGES.md with updated script (Ryan Graham)
47
48 * Use spawn for worker processes (Ryan Graham)
49
50 * Update README so CLI's name, `nf`, is prominent (Sam Roberts)
51
52
532014-07-08, Version 0.4.0
54=========================
55
56 * Allow overriding supervisord templates (Ryan Graham)
57
58 * Update supervisord export instructions (Ryan Graham)
59
60 * Fix the tests (Bret Little)
61
62 * Add the ability to comment out tasks in a Procfile satisfying request #42 (Bret Little)
63
64 * Fix inconsistent indentation style (Sam Roberts)
65
66 * Remove package reference to non-existent index.js (Sam Roberts)
67
68 * test: Update to test --cwd option (Ryan Graham)
69
70 * export: Let --cwd accept absolute or relative path (Ryan Graham)
71
72 * Add informations on supervisord export to README.md (Paul d'Hubert)
73
74 * Allow cwd to be passed on CLI. (Paul d'Hubert)
75
76 * Add --template option to export command (Ryan Graham)
77
78 * Ignore ANSI escapes when doing line trimming (Ryan Graham)
79
80 * Expand tabs to spaces (Paul d'Hubert)
81
82 * Add test files for supervisord templates. (Paul d'Hubert)
83
84 * Do not set a default cwd to '.' (Paul d'Hubert)
85
86 * Fix an error when escaping numbers.. (Paul d'Hubert)
87
88 * Escape supervisord envs values (Paul d'Hubert)
89
90 * Correctly export supervisord group file (Paul d'Hubert)
91
92 * Scope the 'i' variable in export's foreman_app_n loop (Paul d'Hubert)
93
94 * Add 'n' to writeout.foreman's conf (Paul d'Hubert)
95
96 * Add supervisord exporter (Paul d'Hubert)
97
98
992014-04-10, Version 0.3.0
100=========================
101
102 * Handle env values with = in them (Ryan Graham)
103
104 * Add new FOREMAN_WORKER_NAME automatic variable (Ryan Graham)
105
106 * export: Improve comments in Upstart-single jobs (Ryan Graham)
107
108 * export: Don't export PATH env var to subjobs (Ryan Graham)
109
110 * env: Don't override PATH if set in .env (Ryan Graham)
111
112 * export: Quote env var values in Upstart jobs (Ryan Graham)
113
114 * upstart-single: Add coredump limits (Ryan Graham)
115
116 * Fixed typo (Brian Gonzalez)
117
118
1192014-03-28, Version 0.2.1
120=========================
121
122 * proxy: Fix regression caused by http-proxy upgrade (Ryan Graham)
123
124
1252014-03-28, Version 0.2.0
126=========================
127
128 * Release v0.2.0 (Ryan Graham)
129
130 * Ignore some CI files (Ryan Graham)
131
132 * test: Some useful example files (Ryan Graham)
133
134 * Disable colours if stdout is not a TTY (Ryan Graham)
135
136 * procfile: Use real shell expansion for commands (Evan Owen)
137
138 * test: Make PATH CI portable (Ryan Graham)
139
140 * Add Travis-CI (Ryan Graham)
141
142 * test: Use sed as fallback because sed may === gsed (Ryan Graham)
143
144 * test: Improve test portability (Ryan Graham)
145
146 * export: Use runlevels in Upstart jobs (Ryan Graham)
147
148 * Version dependencies (Ryan Graham)
149
150
1512014-03-27, Version 0.1.2
152=========================
153
154 * Ignore npm packed tarballs (Ryan Graham)
155
156
1572014-03-27, Version 0.1.1
158=========================
159
160 * env: Ignore quoted #'s (Ryan Graham)
161
162 * test: Failing test for # handling in .env (Ryan Graham)
163
164
1652014-03-27, Version 0.1.0
166=========================
167
168 * git: Ignore test/sandbox (Ryan Graham)
169
170 * export: Don't auto-set PORT for upstart-single (Ryan Graham)
171
172 * export: Use system logger for upstart-single (Ryan Graham)
173
174 * export: Initial support for flattend upstart layout (Ryan Graham)
175
176 * test: use strict PATH for tests (Ryan Graham)
177
178 * test: Basic tests for current exporters (Ryan Graham)
179
180 * refactor: Rename lib/upstart.js to be more accurate (Ryan Graham)
181
182 * fix: regression from colors replacement (Ryan Graham)
183
184 * test: Add basic tests for console logger (Ryan Graham)
185
186 * console: Parameterize console for better testing (Ryan Graham)
187
188 * src: replace dependency on colors module (Ryan Graham)
189
190 * src: refactor .env parsing/loading (Ryan Graham)
191
192 * test: Initial tests for .env parsing (Ryan Graham)
193
194 * doc: Add CHANGES.md (Ryan Graham)
195
196
1972014-03-18, Version 0.0.27
198==========================
199
200 * fix: Allow - in app-name in Procfile (Ryan Graham)
201
202
2032014-02-06, Version 0.0.26
204==========================
205
206 * Bump for license and home change (Ryan Graham)
207
208 * Update imaage URLs in README (Ryan Graham)
209
210 * Change to MIT license (Ryan Graham)
211
212 * Update owner and URLs (Ryan Graham)
213
214
2152013-02-13, Version 0.0.25
216==========================
217
218 * Version Bump (Jacob Groundwater)
219
220 * Warn on Unmatched Variable Substitutions in Procfile (Jacob Groundwater)
221
222 * Support both $var and ${var} style variables (Larz Conwell)
223
224 * Procfile can use environment variables from process.env, and any defined in the loaded env file. variables defined in a .env file take precendence over process.env vars. (Larz Conwell)
225
226
2272013-02-01, Version 0.0.24
228==========================
229
230 * Version Bump (Jacob Groundwater)
231
232 * Add Forward Proxy Section to README (Jacob Groundwater)
233
234 * Rename Reverse Proxy Titles in README (Jacob Groundwater)
235
236 * Handles Windows Procfiles with CRLF (Ethan J. Brown)
237
238
2392013-01-23, Version 0.0.23
240==========================
241
242 * Version Bump (Jacob Groundwater)
243
244 * Fix My Foolishness (Jacob Groundwater)
245
246
2472013-01-23, Version 0.0.22
248==========================
249
250 * Version Bump (Jacob Groundwater)
251
252 * Not being so precautious with quot marks (John Wright)
253
254
2552013-01-22, Version 0.0.21
256==========================
257
258 * First release!