UNPKG

5.43 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6<a name="3.3.1"></a>
7## [3.3.1](https://github.com/imcuttle/edam/compare/v3.3.0...v3.3.1) (2019-11-23)
8
9
10### Bug Fixes
11
12* edam config is advanced for alias ([d2a06c6](https://github.com/imcuttle/edam/commit/d2a06c6))
13
14
15
16
17<a name="3.2.0"></a>
18# [3.2.0](https://github.com/imcuttle/edam/compare/v3.1.5...v3.2.0) (2019-02-20)
19
20
21### Features
22
23* **edam:** support `pull.npmClientArgs` ([2b6f29f](https://github.com/imcuttle/edam/commit/2b6f29f)), closes [#25](https://github.com/imcuttle/edam/issues/25)
24
25
26
27
28<a name="3.1.5"></a>
29## [3.1.5](https://github.com/imcuttle/edam/compare/v3.1.4...v3.1.5) (2019-02-19)
30
31
32### Bug Fixes
33
34* **yarn-install:** use shellSync ([ef6fb61](https://github.com/imcuttle/edam/commit/ef6fb61))
35
36
37
38
39<a name="3.1.4"></a>
40## [3.1.4](https://github.com/imcuttle/edam/compare/v3.1.3...v3.1.4) (2019-02-17)
41
42
43### Bug Fixes
44
45* **edam:** use resolveEdamTemplate instead of require.resolve ([c228c8a](https://github.com/imcuttle/edam/commit/c228c8a))
46
47
48
49
50<a name="3.1.3"></a>
51## [3.1.3](https://github.com/imcuttle/edam/compare/v3.1.2...v3.1.3) (2019-02-17)
52
53
54
55
56**Note:** Version bump only for package edam
57
58<a name="3.1.2"></a>
59## [3.1.2](https://github.com/imcuttle/edam/compare/v3.1.1...v3.1.2) (2019-02-17)
60
61
62### Bug Fixes
63
64* **edam:** use resolveEdamTemplate instead of require.resolve ([af753eb](https://github.com/imcuttle/edam/commit/af753eb))
65
66
67
68
69<a name="3.1.1"></a>
70## [3.1.1](https://github.com/imcuttle/edam/compare/v3.1.0...v3.1.1) (2019-02-15)
71
72
73### Bug Fixes
74
75* **edam-pull-npm:** use execa in npmInstall for supporting version range ([637fffa](https://github.com/imcuttle/edam/commit/637fffa))
76
77
78
79
80<a name="3.1.0"></a>
81# [3.1.0](https://github.com/imcuttle/edam/compare/v3.0.3...v3.1.0) (2019-02-10)
82
83
84### Features
85
86* **edam:** support `edam:main` field in package.json ([25fe39b](https://github.com/imcuttle/edam/commit/25fe39b))
87
88
89
90
91<a name="3.0.3"></a>
92## [3.0.3](https://github.com/imcuttle/edam/compare/v3.0.2...v3.0.3) (2019-01-30)
93
94
95### Bug Fixes
96
97* **edam:** store-prompt does not work ([e269cdd](https://github.com/imcuttle/edam/commit/e269cdd))
98
99
100
101
102<a name="3.0.2"></a>
103## [3.0.2](https://github.com/imcuttle/edam/compare/v3.0.1...v3.0.2) (2019-01-02)
104
105
106
107
108**Note:** Version bump only for package edam
109
110<a name="3.0.1"></a>
111## [3.0.1](https://github.com/imcuttle/edam/compare/v3.0.0...v3.0.1) (2018-10-23)
112
113
114
115
116**Note:** Version bump only for package edam
117
118<a name="3.0.0"></a>
119# [3.0.0](https://github.com/imcuttle/edam/compare/v2.3.14...v3.0.0) (2018-10-23)
120
121
122### Bug Fixes
123
124* updateNotify is not working ([fab3586](https://github.com/imcuttle/edam/commit/fab3586)), closes [#10](https://github.com/imcuttle/edam/issues/10)
125
126
127### Features
128
129* add `offlineFallback` option ([b60ae55](https://github.com/imcuttle/edam/commit/b60ae55)), closes [#18](https://github.com/imcuttle/edam/issues/18)
130* handlebar.js inject some bulit-in helper (e.g. `eq`) ([50c593e](https://github.com/imcuttle/edam/commit/50c593e)), closes [#17](https://github.com/imcuttle/edam/issues/17)
131* support `scope` `ignore` globby files ([096b521](https://github.com/imcuttle/edam/commit/096b521)), closes [#16](https://github.com/imcuttle/edam/issues/16)
132* supports `debug` option ([b0cb8b7](https://github.com/imcuttle/edam/commit/b0cb8b7))
133
134
135### Performance Improvements
136
137* **edam:** make `storePrompts` be more useful ([5c123ca](https://github.com/imcuttle/edam/commit/5c123ca)), closes [#21](https://github.com/imcuttle/edam/issues/21) [#22](https://github.com/imcuttle/edam/issues/22)
138* should updateCheckInterval to be zero in npm template ([2abaad1](https://github.com/imcuttle/edam/commit/2abaad1))
139
140
141### BREAKING CHANGES
142
143* remove lodash loader
144
145
146
147
148<a name="2.3.14"></a>
149## [2.3.14](https://github.com/imcuttle/edam/compare/v2.3.13...v2.3.14) (2018-10-03)
150
151
152### Bug Fixes
153
154* preset `git.name` should find up git config ([5f03397](https://github.com/imcuttle/edam/commit/5f03397))
155
156
157
158
159<a name="2.3.13"></a>
160## [2.3.13](https://github.com/imcuttle/edam/compare/v2.3.12...v2.3.13) (2018-09-28)
161
162
163### Bug Fixes
164
165* **resolve:** should throw error when module is found ([92b33b9](https://github.com/imcuttle/edam/commit/92b33b9))
166
167
168
169
170<a name="2.3.12"></a>
171## [2.3.12](https://github.com/imcuttle/edam/compare/v2.3.11...v2.3.12) (2018-09-05)
172
173
174### Bug Fixes
175
176* **file-processor:** should ignore writing file when contains error ([eed9ccb](https://github.com/imcuttle/edam/commit/eed9ccb))
177
178
179
180
181<a name="2.3.11"></a>
182## [2.3.11](https://github.com/imcuttle/edam/compare/v2.3.10...v2.3.11) (2018-09-05)
183
184
185### Bug Fixes
186
187* **prompt:** should assign value when exists `validate` ([e2755fc](https://github.com/imcuttle/edam/commit/e2755fc))
188
189
190
191
192<a name="2.3.10"></a>
193## [2.3.10](https://github.com/imcuttle/edam/compare/v2.3.9...v2.3.10) (2018-09-05)
194
195
196### Performance Improvements
197
198* use `EdamError` thrown ([845bafe](https://github.com/imcuttle/edam/commit/845bafe))
199
200
201
202
203<a name="2.3.9"></a>
204## [2.3.9](https://github.com/imcuttle/edam/compare/v2.3.8...v2.3.9) (2018-09-02)
205
206
207
208
209**Note:** Version bump only for package edam
210
211<a name="2.3.8"></a>
212## [2.3.8](https://github.com/imcuttle/edam/compare/v2.3.7...v2.3.8) (2018-08-30)
213
214
215### Bug Fixes
216
217* **edam:** storePrompts filename when type eq 'npm' ([de6ba75](https://github.com/imcuttle/edam/commit/de6ba75))