UNPKG

14 kBMarkdownView Raw
1#### 0.2.12 (2021-09-03)
2
3##### New Features
4
5* add exec_unix ([fd22c93a](https://github.com/zaaack/foy/commit/fd22c93a3faf7483e38d8691322aee62ca94c1f2))
6
7#### 0.2.11 (2021-07-29)
8
9##### Bug Fixes
10
11* task error log ([ae9ff593](https://github.com/zaaack/foy/commit/ae9ff5933f687ad81ad55d91418c46bef9522b9f))
12
13#### 0.2.10 (2021-07-28)
14
15##### Bug Fixes
16
17* monitor ([d0201871](https://github.com/zaaack/foy/commit/d0201871ad78fa86fcd5e0fc1277ac03c09dc787))
18
19#### 0.2.9 (2021-07-26)
20
21##### New Features
22
23* ctx.monitor ([fd3395c6](https://github.com/zaaack/foy/commit/fd3395c6fddcb51bc9da9f2f1958006f63a4d4d9))
24
25#### 0.2.8 (2021-07-14)
26
27##### New Features
28
29* log time ([d9d2262c](https://github.com/zaaack/foy/commit/d9d2262c181832a2224783e7f528ebdcdf21ba83))
30
31#### 0.2.7 (2021-06-03)
32
33##### Bug Fixes
34
35* exec promise ([da91fb57](https://github.com/zaaack/foy/commit/da91fb573a4427b8653ede7eba71346737edb779))
36
37#### 0.2.4 (2021-05-19)
38
39##### Bug Fixes
40
41* faster ts-node ([7cb2e1da](https://github.com/zaaack/foy/commit/7cb2e1da24deec4f7aad144d89b6679c55893439))
42
43#### 0.2.3 (2021-03-19)
44
45##### Bug Fixes
46
47* task error log ([a99fb856](https://github.com/zaaack/foy/commit/a99fb85670f066c593489f27307a5c4f647c2a2d))
48
49#### 0.2.2 (2021-03-11)
50
51##### Chores
52
53* fix ci ([0e25e142](https://github.com/zaaack/foy/commit/0e25e1427c72bd41366eb699d3a17ee87d4192fe))
54
55##### Documentation Changes
56
57* Corrected various typos, grammatical errors, and several pieces of awkward wording in the README. ([b76ce7af](https://github.com/zaaack/foy/commit/b76ce7afb05b71e9d70874a9a8bdd068aae2ab5e))
58
59##### Bug Fixes
60
61* fs.watchDir throttle ([23c4a476](https://github.com/zaaack/foy/commit/23c4a476736cb8ff10cc57db05360ab0019e3231))
62
63#### 0.2.1 (2020-09-24)
64
65##### Chores
66
67* upgrade deps & fix types ([ab13b7b5](https://github.com/zaaack/foy/commit/ab13b7b51d6709938e1e00a2fc215120b11f1eb9))
68
69### 0.2.0 (2020-09-14)
70
71##### Chores
72
73* add more docs ([06c9a0a4](https://github.com/zaaack/foy/commit/06c9a0a4bfb66f8e8c34f0ef68bfdc48f689d03e))
74
75##### Bug Fixes
76
77* update namespaces ([e88bd8d0](https://github.com/zaaack/foy/commit/e88bd8d075ff878dd8a7290fe3fac18212ed2194))
78
79#### 0.1.29 (2019-07-30)
80
81#### 0.1.28 (2019-07-30)
82
83#### 0.1.27 (2019-07-11)
84
85##### Bug Fixes
86
87* tell TaskDep & comments ([bb449a19](https://github.com/zaaack/foy/commit/bb449a19eacf1cc75afca946e30ae0b500e0bbe6))
88
89#### 0.1.26 (2019-07-11)
90
91##### Bug Fixes
92
93* logger inspect ([f60bc1a0](https://github.com/zaaack/foy/commit/f60bc1a0bf8fc344188bdc4502bb3b55e8e50e19))
94
95#### 0.1.25 (2019-07-08)
96
97##### Refactors
98
99* logger ([41a6b082](https://github.com/zaaack/foy/commit/41a6b082783c5eb0928663cafeed3bbab639299f))
100
101#### 0.1.24 (2019-07-08)
102
103##### Bug Fixes
104
105* move @types/execa to dependencies ([5c7730d6](https://github.com/zaaack/foy/commit/5c7730d64c976ff601752cafd4e2d08195f29599))
106
107##### Refactors
108
109* logger ([92120620](https://github.com/zaaack/foy/commit/92120620974895ced1a53aaba291d84ee81d797e))
110
111#### 0.1.23 (2019-07-01)
112
113##### Bug Fixes
114
115* ts-node/register module ([d2fd85ae](https://github.com/zaaack/foy/commit/d2fd85ae59fb1cb45f01c21d9b4460d1fa337b03))
116
117#### 0.1.22 (2019-06-06)
118
119##### Bug Fixes
120
121* **exec:** env ([6a1db589](https://github.com/zaaack/foy/commit/6a1db58921f699fe0e5467b9f3194cede07f4cc3))
122
123#### 0.1.20 (2019-05-08)
124
125##### New Features
126
127* **exec:** log envs & add resetEnv ([8fe7ef1e](https://github.com/zaaack/foy/commit/8fe7ef1e6765fe26d792c82eab6cba059f4bee64))
128
129#### 0.1.19 (2019-03-09)
130
131##### Chores
132
133* **lint:** Fix tslint ([87df7097](https://github.com/zaaack/foy/commit/87df70978f59de66819872a1d80db18848fb33b5))
134* **cli:**
135 * Add more comment ([5de650b3](https://github.com/zaaack/foy/commit/5de650b356f3d011b500616c9fa347b1f43efc2b))
136 * Add fs to template foyfile ([289dc195](https://github.com/zaaack/foy/commit/289dc195e0d646acb62b7cbcff3cd596c7e73bd7))
137* **docs:**
138 * Fix readme ([0e452af9](https://github.com/zaaack/foy/commit/0e452af9e50252b1853b694630727a98be84ff21))
139 * Update capture ([27418205](https://github.com/zaaack/foy/commit/27418205a375d41e9553c1f8966a9f5d7db94019))
140
141##### Documentation Changes
142
143* **api:** Add more comments for async ([c561458d](https://github.com/zaaack/foy/commit/c561458df3d02ee93cc98b08363e0b0aa2649545))
144* **readme:**
145 * Add more comments for async priority ([96311727](https://github.com/zaaack/foy/commit/963117276e11cde52e734703715b35e99801e1ed))
146 * Add Using in CI servers ([00e01792](https://github.com/zaaack/foy/commit/00e017925886bc8f7120223dfbf8be5bf0c55218))
147
148##### New Features
149
150* **cli:** add onerror hooks ([3d3dbd25](https://github.com/zaaack/foy/commit/3d3dbd258e7e99388c0f16d379cacd7c7de6ae1c))
151* **task:**
152 * add before & after hooks ([0bdacfa1](https://github.com/zaaack/foy/commit/0bdacfa1b09f4a81053c820fd006d9236666c24c))
153 * Async deps support priority ([782c5695](https://github.com/zaaack/foy/commit/782c5695359db4feec89040c9ddab88550d591dc))
154* **util:** Add namespace function ([c7acd50e](https://github.com/zaaack/foy/commit/c7acd50e24af944737e6d310b97c56473cf661ea))
155* **exec:**
156 * Add pushd/popd, ctx.cwd() => cwd.cwd ([a61273df](https://github.com/zaaack/foy/commit/a61273df5327131546a18d897ba5d24c9a63322c))
157 * Add redirectLog option to redirect external command executaion's log to file or stream ([4433d252](https://github.com/zaaack/foy/commit/4433d2525ec5582d362855ae8869e57d5c0b143a))
158* **utils:** Add namespacify ([9c752f02](https://github.com/zaaack/foy/commit/9c752f0295ad6e22748472ff4faf77223c3bd8b0))
159
160##### Bug Fixes
161
162* **cli:**
163 * resolve relative registers ([3fc4077c](https://github.com/zaaack/foy/commit/3fc4077cfb299b66b77187d9328b33031880b238))
164 * export onerror ([179731f8](https://github.com/zaaack/foy/commit/179731f8414cab192c1deb517bfddab9188c102b))
165 * Fix loading ([debf8379](https://github.com/zaaack/foy/commit/debf8379090b163b10d041dcd2e5f3ee4f197a52))
166 * Fix loading when resize terminal (fix: [#7](https://github.com/zaaack/foy/pull/7)) ([09a0d505](https://github.com/zaaack/foy/commit/09a0d505473f87b66c284d4ebb0b84b6bd4c3832))
167 * Output help when no argv ([1019fb35](https://github.com/zaaack/foy/commit/1019fb354b18b8590e8668f7182284e8db0259ad))
168 * Fix indent option ([0e9b8db5](https://github.com/zaaack/foy/commit/0e9b8db5afae446e30d50a55e7af883afa085d21))
169 * Less break line ([1855aa0d](https://github.com/zaaack/foy/commit/1855aa0dcf1e7d45bfbc3c33c0f09d2655523903))
170* **task:** Fix skipped in parallel ([9a574767](https://github.com/zaaack/foy/commit/9a5747672f8be35cfbff0f051f35ecf4db537e2e))
171* **fs:**
172 * Fix mkdirp parallel conflicts ([6de5e98c](https://github.com/zaaack/foy/commit/6de5e98c18508905f12f7ccaffbde317025a718c))
173 * Fix mkdirp parallel conflicts ([f54ef525](https://github.com/zaaack/foy/commit/f54ef5258b23c59fe55c3243526e513c3b8a00cd))
174 * fix rmrf directory ([46cfd8b4](https://github.com/zaaack/foy/commit/46cfd8b4303a0649742f2f565403ebcbe26664bc))
175 * copy should override existed files by default ([e510d0d9](https://github.com/zaaack/foy/commit/e510d0d9d0beb918969daa0b62050c698f17653e))
176* **exec:** Fix redirectStream is null ([dbfb65c4](https://github.com/zaaack/foy/commit/dbfb65c4d731cdd0bc92bcef795dfb9b122d9f81))
177
178##### Tests
179
180* Migrate mocha to jasmine ([2a99772e](https://github.com/zaaack/foy/commit/2a99772ec3973a1b98bb184d434fb2da19cc415c))
181
182#### 0.1.18 (2019-03-04)
183
184##### New Features
185
186* **cli:** add onerror hooks ([3d3dbd25](https://github.com/zaaack/foy/commit/3d3dbd258e7e99388c0f16d379cacd7c7de6ae1c))
187
188#### 0.1.17 (2019-03-01)
189
190##### Chores
191
192* **lint:** Fix tslint ([87df7097](https://github.com/zaaack/foy/commit/87df70978f59de66819872a1d80db18848fb33b5))
193
194##### Documentation Changes
195
196* **api:** Add more comments for async ([c561458d](https://github.com/zaaack/foy/commit/c561458df3d02ee93cc98b08363e0b0aa2649545))
197* **readme:** Add more comments for async priority ([96311727](https://github.com/zaaack/foy/commit/963117276e11cde52e734703715b35e99801e1ed))
198
199##### New Features
200
201* **task:** add before & after hooks ([0bdacfa1](https://github.com/zaaack/foy/commit/0bdacfa1b09f4a81053c820fd006d9236666c24c))
202
203##### Tests
204
205* Migrate mocha to jasmine ([2a99772e](https://github.com/zaaack/foy/commit/2a99772ec3973a1b98bb184d434fb2da19cc415c))
206
207#### 0.1.16 (2019-01-31)
208
209##### New Features
210
211* **task:** Async deps support priority ([782c5695](https://github.com/zaaack/foy/commit/782c5695359db4feec89040c9ddab88550d591dc))
212
213##### Bug Fixes
214
215* **task:** Fix skipped in parallel ([9a574767](https://github.com/zaaack/foy/commit/9a5747672f8be35cfbff0f051f35ecf4db537e2e))
216
217#### 0.1.15 (2019-01-30)
218
219##### Bug Fixes
220
221* **fs:** Fix mkdirp parallel conflicts ([6de5e98c](https://github.com/zaaack/foy/commit/6de5e98c18508905f12f7ccaffbde317025a718c))
222
223#### 0.1.14 (2019-01-30)
224
225##### Bug Fixes
226
227* **fs:** Fix mkdirp parallel conflicts ([f54ef525](https://github.com/zaaack/foy/commit/f54ef5258b23c59fe55c3243526e513c3b8a00cd))
228
229#### 0.1.13 (2019-01-30)
230
231##### Documentation Changes
232
233* **readme:** Add Using in CI servers ([00e01792](https://github.com/zaaack/foy/commit/00e017925886bc8f7120223dfbf8be5bf0c55218))
234
235##### New Features
236
237* **util:** Add namespace function ([c7acd50e](https://github.com/zaaack/foy/commit/c7acd50e24af944737e6d310b97c56473cf661ea))
238* **exec:** Add pushd/popd, ctx.cwd() => cwd.cwd ([a61273df](https://github.com/zaaack/foy/commit/a61273df5327131546a18d897ba5d24c9a63322c))
239
240##### Bug Fixes
241
242* **exec:** Fix redirectStream is null ([dbfb65c4](https://github.com/zaaack/foy/commit/dbfb65c4d731cdd0bc92bcef795dfb9b122d9f81))
243* **fs:** fix rmrf directory ([46cfd8b4](https://github.com/zaaack/foy/commit/46cfd8b4303a0649742f2f565403ebcbe26664bc))
244
245#### 0.1.12 (2019-01-21)
246
247##### Bug Fixes
248
249* **fs:** copy should override existed files by default ([e510d0d9](https://github.com/zaaack/foy/commit/e510d0d9d0beb918969daa0b62050c698f17653e))
250
251#### 0.1.11 (2019-01-15)
252
253##### New Features
254
255* **exec:** Add redirectLog option to redirect external command executaion's log to file or stream ([4433d252](https://github.com/zaaack/foy/commit/4433d2525ec5582d362855ae8869e57d5c0b143a))
256* **utils:** Add namespacify ([9c752f02](https://github.com/zaaack/foy/commit/9c752f0295ad6e22748472ff4faf77223c3bd8b0))
257
258##### Bug Fixes
259
260* **cli:** Fix loading ([debf8379](https://github.com/zaaack/foy/commit/debf8379090b163b10d041dcd2e5f3ee4f197a52))
261
262#### 0.1.10 (2019-01-14)
263
264##### Bug Fixes
265
266* **cli:**
267 * Fix loading when resize terminal (fix: [#7](https://github.com/zaaack/foy/pull/7)) ([09a0d505](https://github.com/zaaack/foy/commit/09a0d505473f87b66c284d4ebb0b84b6bd4c3832))
268 * Output help when no argv ([1019fb35](https://github.com/zaaack/foy/commit/1019fb354b18b8590e8668f7182284e8db0259ad))
269 * Fix indent option ([0e9b8db5](https://github.com/zaaack/foy/commit/0e9b8db5afae446e30d50a55e7af883afa085d21))
270 * Less break line ([1855aa0d](https://github.com/zaaack/foy/commit/1855aa0dcf1e7d45bfbc3c33c0f09d2655523903))
271
272#### 0.1.9 (2019-01-12)
273
274##### New Features
275
276* **cli:**
277 * Try load global installed foy if cannot find in local ([216510d2](https://github.com/zaaack/foy/commit/216510d278019d595f772f6b40c3e4b9c5aa6aff))
278 * Search Foyfiles in parent directories ([0bdfc802](https://github.com/zaaack/foy/commit/0bdfc8029931fd03db31f990708574ed5e0f40f4))
279* **fs:**
280 * Naming, filter => skip ([cb01de60](https://github.com/zaaack/foy/commit/cb01de609fe04e8d4f51c944358904e68850dcd7))
281 * Add json options for fs.outputJson ([0c60df36](https://github.com/zaaack/foy/commit/0c60df36ea451c044756f91f9b2f763df7ccfc97))
282* **exec & task:** Add log command options ([2f7a782b](https://github.com/zaaack/foy/commit/2f7a782b5ddd2c5e64fbb114a318199855a38aac))
283
284##### Bug Fixes
285
286* **task:**
287 * Add dependency graph loading & dependency sugar ([f98c2d39](https://github.com/zaaack/foy/commit/f98c2d390c2dab9ad125ee1fb5370491b7cc3518))
288 * Make taskManager singleton ([f797af2a](https://github.com/zaaack/foy/commit/f797af2ab8037b6b66baaf600bf66856ead8c38a))
289* **exec:** Fix .env() only return env value when passing one parameter ([52af9510](https://github.com/zaaack/foy/commit/52af9510abb883cd6b457ea787439cc089f2a7a8))
290* **util:** Fix sleep ms ([6511cc11](https://github.com/zaaack/foy/commit/6511cc11bd8f436fd565873ba636e44586ecfdac))
291
292##### Refactors
293
294* **utils:** Refactor defaults ([71841674](https://github.com/zaaack/foy/commit/718416742f3ac8e2286c250528d51ba6c786f5b5))
295
296#### 0.1.8 (2019-01-10)
297
298##### New Features
299
300* **fs:**
301 * Naming, filter => skip ([cb01de60](https://github.com/zaaack/foy/commit/cb01de609fe04e8d4f51c944358904e68850dcd7))
302 * Add json options for fs.outputJson ([0c60df36](https://github.com/zaaack/foy/commit/0c60df36ea451c044756f91f9b2f763df7ccfc97))
303* **exec & task:** Add log command options ([2f7a782b](https://github.com/zaaack/foy/commit/2f7a782b5ddd2c5e64fbb114a318199855a38aac))
304* **cli:** Search Foyfiles in parent directories ([0bdfc802](https://github.com/zaaack/foy/commit/0bdfc8029931fd03db31f990708574ed5e0f40f4))
305
306#### 0.1.7 (2019-01-09)
307
308##### New Features
309
310* **task:** Add loading option for each task ([ac5a4222](https://github.com/zaaack/foy/commit/ac5a4222a1a22c14930a9b72761eb8aed9aea8cb))
311* **cli:** add --init ([d2b27fcb](https://github.com/zaaack/foy/commit/d2b27fcb9fb6ce5ac0a3d0e3930131f770ed60a9))
312
313##### Bug Fixes
314
315* **exec:** Fix .env() only return env value when passing one parameter ([52af9510](https://github.com/zaaack/foy/commit/52af9510abb883cd6b457ea787439cc089f2a7a8))
316* **util:** Fix sleep ms ([6511cc11](https://github.com/zaaack/foy/commit/6511cc11bd8f436fd565873ba636e44586ecfdac))
317
318#### 0.1.6 (2018-12-29)
319
320##### Chores
321
322* **build:** Update Foyfile ([d52ea2f7](https://github.com/zaaack/foy/commit/d52ea2f760597ee5bc50a7f555f0f58cfdbe03ed))
323
324##### New Features
325
326* **task:** Add loading option for each task ([ac5a4222](https://github.com/zaaack/foy/commit/ac5a4222a1a22c14930a9b72761eb8aed9aea8cb))
327* **cli:** add --init ([d2b27fcb](https://github.com/zaaack/foy/commit/d2b27fcb9fb6ce5ac0a3d0e3930131f770ed60a9))