@loopback/build 6.4.0 → 7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +231 -188
- package/README.md +13 -4
- package/bin/compile-package.js +31 -4
- package/config/tsconfig.common.json +3 -0
- package/package.json +15 -14
- package/src/fail-on-console-logs.js +1 -1
- package/test/integration/scripts.integration.js +25 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,18 +3,61 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## [7.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@7.0.1...@loopback/build@7.0.2) (2021-10-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @loopback/build
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [7.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@7.0.0...@loopback/build@7.0.1) (2021-09-16)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @loopback/build
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [7.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.4.1...@loopback/build@7.0.0) (2021-07-15)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **rest:** upgrade to ajv@8.x ([d3b20ed](https://github.com/loopbackio/loopback-next/commit/d3b20edc142d5c014c17ffbfa69f74403793330f))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### BREAKING CHANGES
|
|
31
|
+
|
|
32
|
+
* **rest:** We upgrade to ajv@8.x, which contains breaking changes
|
|
33
|
+
for validations. See https://github.com/ajv-validator/ajv/blob/master/docs/v6-to-v8-migration.md.
|
|
34
|
+
|
|
35
|
+
Signed-off-by: Raymond Feng <enjoyjava@gmail.com>
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [6.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.4.0...@loopback/build@6.4.1) (2021-06-10)
|
|
42
|
+
|
|
43
|
+
**Note:** Version bump only for package @loopback/build
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# [6.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.3.1...@loopback/build@6.4.0) (2021-05-03)
|
|
7
50
|
|
|
8
51
|
|
|
9
52
|
### Features
|
|
10
53
|
|
|
11
|
-
* support node v16 ([ac99415](https://github.com/
|
|
54
|
+
* support node v16 ([ac99415](https://github.com/loopbackio/loopback-next/commit/ac994154543bde22b4482ba98813351656db1b55))
|
|
12
55
|
|
|
13
56
|
|
|
14
57
|
|
|
15
58
|
|
|
16
59
|
|
|
17
|
-
## [6.3.1](https://github.com/
|
|
60
|
+
## [6.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.3.0...@loopback/build@6.3.1) (2021-04-06)
|
|
18
61
|
|
|
19
62
|
**Note:** Version bump only for package @loopback/build
|
|
20
63
|
|
|
@@ -22,19 +65,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
22
65
|
|
|
23
66
|
|
|
24
67
|
|
|
25
|
-
# [6.3.0](https://github.com/
|
|
68
|
+
# [6.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.2.9...@loopback/build@6.3.0) (2021-03-18)
|
|
26
69
|
|
|
27
70
|
|
|
28
71
|
### Features
|
|
29
72
|
|
|
30
|
-
* update package-lock.json to v2 consistently ([dfc3fbd](https://github.com/
|
|
31
|
-
* upgrade to TypeScript 4.2.x ([05930bc](https://github.com/
|
|
73
|
+
* update package-lock.json to v2 consistently ([dfc3fbd](https://github.com/loopbackio/loopback-next/commit/dfc3fbdae0c9ca9f34c64154a471bef22d5ac6b7))
|
|
74
|
+
* upgrade to TypeScript 4.2.x ([05930bc](https://github.com/loopbackio/loopback-next/commit/05930bc0cece3909dd66f75ad91eeaa2d365a480))
|
|
32
75
|
|
|
33
76
|
|
|
34
77
|
|
|
35
78
|
|
|
36
79
|
|
|
37
|
-
## [6.2.9](https://github.com/
|
|
80
|
+
## [6.2.9](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.2.8...@loopback/build@6.2.9) (2021-01-21)
|
|
38
81
|
|
|
39
82
|
**Note:** Version bump only for package @loopback/build
|
|
40
83
|
|
|
@@ -42,7 +85,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
42
85
|
|
|
43
86
|
|
|
44
87
|
|
|
45
|
-
## [6.2.8](https://github.com/
|
|
88
|
+
## [6.2.8](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.2.7...@loopback/build@6.2.8) (2020-12-07)
|
|
46
89
|
|
|
47
90
|
**Note:** Version bump only for package @loopback/build
|
|
48
91
|
|
|
@@ -50,7 +93,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
50
93
|
|
|
51
94
|
|
|
52
95
|
|
|
53
|
-
## [6.2.7](https://github.com/
|
|
96
|
+
## [6.2.7](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.2.6...@loopback/build@6.2.7) (2020-11-18)
|
|
54
97
|
|
|
55
98
|
**Note:** Version bump only for package @loopback/build
|
|
56
99
|
|
|
@@ -58,7 +101,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
58
101
|
|
|
59
102
|
|
|
60
103
|
|
|
61
|
-
## [6.2.6](https://github.com/
|
|
104
|
+
## [6.2.6](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.2.5...@loopback/build@6.2.6) (2020-11-05)
|
|
62
105
|
|
|
63
106
|
**Note:** Version bump only for package @loopback/build
|
|
64
107
|
|
|
@@ -66,7 +109,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
66
109
|
|
|
67
110
|
|
|
68
111
|
|
|
69
|
-
## [6.2.5](https://github.com/
|
|
112
|
+
## [6.2.5](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.2.4...@loopback/build@6.2.5) (2020-10-07)
|
|
70
113
|
|
|
71
114
|
**Note:** Version bump only for package @loopback/build
|
|
72
115
|
|
|
@@ -74,7 +117,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
74
117
|
|
|
75
118
|
|
|
76
119
|
|
|
77
|
-
## [6.2.4](https://github.com/
|
|
120
|
+
## [6.2.4](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.2.3...@loopback/build@6.2.4) (2020-09-17)
|
|
78
121
|
|
|
79
122
|
**Note:** Version bump only for package @loopback/build
|
|
80
123
|
|
|
@@ -82,7 +125,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
82
125
|
|
|
83
126
|
|
|
84
127
|
|
|
85
|
-
## [6.2.3](https://github.com/
|
|
128
|
+
## [6.2.3](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.2.2...@loopback/build@6.2.3) (2020-09-15)
|
|
86
129
|
|
|
87
130
|
**Note:** Version bump only for package @loopback/build
|
|
88
131
|
|
|
@@ -90,7 +133,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
90
133
|
|
|
91
134
|
|
|
92
135
|
|
|
93
|
-
## [6.2.2](https://github.com/
|
|
136
|
+
## [6.2.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.2.1...@loopback/build@6.2.2) (2020-08-27)
|
|
94
137
|
|
|
95
138
|
**Note:** Version bump only for package @loopback/build
|
|
96
139
|
|
|
@@ -98,7 +141,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
98
141
|
|
|
99
142
|
|
|
100
143
|
|
|
101
|
-
## [6.2.1](https://github.com/
|
|
144
|
+
## [6.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.2.0...@loopback/build@6.2.1) (2020-08-19)
|
|
102
145
|
|
|
103
146
|
**Note:** Version bump only for package @loopback/build
|
|
104
147
|
|
|
@@ -106,23 +149,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
106
149
|
|
|
107
150
|
|
|
108
151
|
|
|
109
|
-
# [6.2.0](https://github.com/
|
|
152
|
+
# [6.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.1.1...@loopback/build@6.2.0) (2020-08-05)
|
|
110
153
|
|
|
111
154
|
|
|
112
155
|
### Bug Fixes
|
|
113
156
|
|
|
114
|
-
* **docs:** fix minor typo ([9b06ccc](https://github.com/
|
|
157
|
+
* **docs:** fix minor typo ([9b06ccc](https://github.com/loopbackio/loopback-next/commit/9b06ccc7659799ba8fdbc26ebddc34715dc6a8d3))
|
|
115
158
|
|
|
116
159
|
|
|
117
160
|
### Features
|
|
118
161
|
|
|
119
|
-
* rework fail-on-console-logs to support parallel test execution ([ba580de](https://github.com/
|
|
162
|
+
* rework fail-on-console-logs to support parallel test execution ([ba580de](https://github.com/loopbackio/loopback-next/commit/ba580de07ef6e9cd7448e6fc7f59201836228621))
|
|
120
163
|
|
|
121
164
|
|
|
122
165
|
|
|
123
166
|
|
|
124
167
|
|
|
125
|
-
## [6.1.1](https://github.com/
|
|
168
|
+
## [6.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.1.0...@loopback/build@6.1.1) (2020-07-20)
|
|
126
169
|
|
|
127
170
|
**Note:** Version bump only for package @loopback/build
|
|
128
171
|
|
|
@@ -130,28 +173,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
130
173
|
|
|
131
174
|
|
|
132
175
|
|
|
133
|
-
# [6.1.0](https://github.com/
|
|
176
|
+
# [6.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@6.0.0...@loopback/build@6.1.0) (2020-06-30)
|
|
134
177
|
|
|
135
178
|
|
|
136
179
|
### Features
|
|
137
180
|
|
|
138
|
-
* **build:** add a helper to merge mocha config objects ([3ce9eef](https://github.com/
|
|
181
|
+
* **build:** add a helper to merge mocha config objects ([3ce9eef](https://github.com/loopbackio/loopback-next/commit/3ce9eefdb3a286f2d2b2690ec471f00d8124efb9))
|
|
139
182
|
|
|
140
183
|
|
|
141
184
|
|
|
142
185
|
|
|
143
186
|
|
|
144
|
-
# [6.0.0](https://github.com/
|
|
187
|
+
# [6.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@5.4.3...@loopback/build@6.0.0) (2020-06-23)
|
|
145
188
|
|
|
146
189
|
|
|
147
190
|
### Bug Fixes
|
|
148
191
|
|
|
149
|
-
* set node version to >=10.16 to support events.once ([e39da1c](https://github.com/
|
|
192
|
+
* set node version to >=10.16 to support events.once ([e39da1c](https://github.com/loopbackio/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc))
|
|
150
193
|
|
|
151
194
|
|
|
152
195
|
### Features
|
|
153
196
|
|
|
154
|
-
* **build:** upgrade to mocha 8.x ([c83270d](https://github.com/
|
|
197
|
+
* **build:** upgrade to mocha 8.x ([c83270d](https://github.com/loopbackio/loopback-next/commit/c83270dbdbe42e1e17fabc7b81c345df45e869d8))
|
|
155
198
|
|
|
156
199
|
|
|
157
200
|
### BREAKING CHANGES
|
|
@@ -167,7 +210,7 @@ https://github.com/mochajs/mocha/releases/tag/v8.0.0
|
|
|
167
210
|
|
|
168
211
|
|
|
169
212
|
|
|
170
|
-
## [5.4.3](https://github.com/
|
|
213
|
+
## [5.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/build@5.4.2...@loopback/build@5.4.3) (2020-06-11)
|
|
171
214
|
|
|
172
215
|
**Note:** Version bump only for package @loopback/build
|
|
173
216
|
|
|
@@ -175,7 +218,7 @@ https://github.com/mochajs/mocha/releases/tag/v8.0.0
|
|
|
175
218
|
|
|
176
219
|
|
|
177
220
|
|
|
178
|
-
## [5.4.2](https://github.com/
|
|
221
|
+
## [5.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@5.4.1...@loopback/build@5.4.2) (2020-05-28)
|
|
179
222
|
|
|
180
223
|
**Note:** Version bump only for package @loopback/build
|
|
181
224
|
|
|
@@ -183,7 +226,7 @@ https://github.com/mochajs/mocha/releases/tag/v8.0.0
|
|
|
183
226
|
|
|
184
227
|
|
|
185
228
|
|
|
186
|
-
## [5.4.1](https://github.com/
|
|
229
|
+
## [5.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@5.4.0...@loopback/build@5.4.1) (2020-05-20)
|
|
187
230
|
|
|
188
231
|
**Note:** Version bump only for package @loopback/build
|
|
189
232
|
|
|
@@ -191,23 +234,23 @@ https://github.com/mochajs/mocha/releases/tag/v8.0.0
|
|
|
191
234
|
|
|
192
235
|
|
|
193
236
|
|
|
194
|
-
# [5.4.0](https://github.com/
|
|
237
|
+
# [5.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@5.3.1...@loopback/build@5.4.0) (2020-05-19)
|
|
195
238
|
|
|
196
239
|
|
|
197
240
|
### Bug Fixes
|
|
198
241
|
|
|
199
|
-
* **build:** recognize `lb-tsc` bool options with a value ([015df04](https://github.com/
|
|
242
|
+
* **build:** recognize `lb-tsc` bool options with a value ([015df04](https://github.com/loopbackio/loopback-next/commit/015df04cf2df3455b5eb8582e6097406ee00e58a))
|
|
200
243
|
|
|
201
244
|
|
|
202
245
|
### Features
|
|
203
246
|
|
|
204
|
-
* upgrade to TypeScript 3.9.x ([3300e45](https://github.com/
|
|
247
|
+
* upgrade to TypeScript 3.9.x ([3300e45](https://github.com/loopbackio/loopback-next/commit/3300e4569ab8410bb1285f7a54d326e9d976476d))
|
|
205
248
|
|
|
206
249
|
|
|
207
250
|
|
|
208
251
|
|
|
209
252
|
|
|
210
|
-
## [5.3.1](https://github.com/
|
|
253
|
+
## [5.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@5.3.0...@loopback/build@5.3.1) (2020-05-07)
|
|
211
254
|
|
|
212
255
|
**Note:** Version bump only for package @loopback/build
|
|
213
256
|
|
|
@@ -215,41 +258,41 @@ https://github.com/mochajs/mocha/releases/tag/v8.0.0
|
|
|
215
258
|
|
|
216
259
|
|
|
217
260
|
|
|
218
|
-
# [5.3.0](https://github.com/
|
|
261
|
+
# [5.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@5.2.0...@loopback/build@5.3.0) (2020-04-29)
|
|
219
262
|
|
|
220
263
|
|
|
221
264
|
### Features
|
|
222
265
|
|
|
223
|
-
* **build:** don't flag console logs when tests failed ([048e87e](https://github.com/
|
|
266
|
+
* **build:** don't flag console logs when tests failed ([048e87e](https://github.com/loopbackio/loopback-next/commit/048e87ec6bc705f73418adfed425b4db03c38aa8))
|
|
224
267
|
|
|
225
268
|
|
|
226
269
|
|
|
227
270
|
|
|
228
271
|
|
|
229
|
-
# [5.2.0](https://github.com/
|
|
272
|
+
# [5.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@5.1.0...@loopback/build@5.2.0) (2020-04-23)
|
|
230
273
|
|
|
231
274
|
|
|
232
275
|
### Features
|
|
233
276
|
|
|
234
|
-
* **build:** change the default compilation target to ES2018 (Node.js 10.x) ([a9df717](https://github.com/
|
|
235
|
-
* **build:** enable all ES2020 features in TypeScript `lib` config ([be6f31d](https://github.com/
|
|
277
|
+
* **build:** change the default compilation target to ES2018 (Node.js 10.x) ([a9df717](https://github.com/loopbackio/loopback-next/commit/a9df717a86871c5dd220fa842dda31bd08b00cae))
|
|
278
|
+
* **build:** enable all ES2020 features in TypeScript `lib` config ([be6f31d](https://github.com/loopbackio/loopback-next/commit/be6f31d10bb4b0ede27805c4ed08f752a675efd1))
|
|
236
279
|
|
|
237
280
|
|
|
238
281
|
|
|
239
282
|
|
|
240
283
|
|
|
241
|
-
# [5.1.0](https://github.com/
|
|
284
|
+
# [5.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@5.0.1...@loopback/build@5.1.0) (2020-04-22)
|
|
242
285
|
|
|
243
286
|
|
|
244
287
|
### Features
|
|
245
288
|
|
|
246
|
-
* **build:** update lb-tsc to support `-b` or `--build` ([d39b8d9](https://github.com/
|
|
289
|
+
* **build:** update lb-tsc to support `-b` or `--build` ([d39b8d9](https://github.com/loopbackio/loopback-next/commit/d39b8d9abdc3092ad99fc2885e7068816be27668))
|
|
247
290
|
|
|
248
291
|
|
|
249
292
|
|
|
250
293
|
|
|
251
294
|
|
|
252
|
-
## [5.0.1](https://github.com/
|
|
295
|
+
## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@5.0.0...@loopback/build@5.0.1) (2020-04-08)
|
|
253
296
|
|
|
254
297
|
**Note:** Version bump only for package @loopback/build
|
|
255
298
|
|
|
@@ -257,12 +300,12 @@ https://github.com/mochajs/mocha/releases/tag/v8.0.0
|
|
|
257
300
|
|
|
258
301
|
|
|
259
302
|
|
|
260
|
-
# [5.0.0](https://github.com/
|
|
303
|
+
# [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@4.0.1...@loopback/build@5.0.0) (2020-03-24)
|
|
261
304
|
|
|
262
305
|
|
|
263
306
|
### Features
|
|
264
307
|
|
|
265
|
-
* update dependency prettier to v2 ([65bdee7](https://github.com/
|
|
308
|
+
* update dependency prettier to v2 ([65bdee7](https://github.com/loopbackio/loopback-next/commit/65bdee7b22ade4c7ba32499ce3939fa84b9c7c42))
|
|
266
309
|
|
|
267
310
|
|
|
268
311
|
### BREAKING CHANGES
|
|
@@ -276,7 +319,7 @@ To reformat code using prettier, run `npm run prettier:fix`.
|
|
|
276
319
|
|
|
277
320
|
|
|
278
321
|
|
|
279
|
-
## [4.0.1](https://github.com/
|
|
322
|
+
## [4.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@4.0.0...@loopback/build@4.0.1) (2020-03-17)
|
|
280
323
|
|
|
281
324
|
**Note:** Version bump only for package @loopback/build
|
|
282
325
|
|
|
@@ -284,19 +327,19 @@ To reformat code using prettier, run `npm run prettier:fix`.
|
|
|
284
327
|
|
|
285
328
|
|
|
286
329
|
|
|
287
|
-
# [4.0.0](https://github.com/
|
|
330
|
+
# [4.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@3.1.1...@loopback/build@4.0.0) (2020-03-05)
|
|
288
331
|
|
|
289
332
|
|
|
290
333
|
### chore
|
|
291
334
|
|
|
292
|
-
* remove support for Node.js v8.x ([4281d9d](https://github.com/
|
|
335
|
+
* remove support for Node.js v8.x ([4281d9d](https://github.com/loopbackio/loopback-next/commit/4281d9df50f0715d32879e1442a90b643ec8f542))
|
|
293
336
|
|
|
294
337
|
|
|
295
338
|
### Features
|
|
296
339
|
|
|
297
|
-
* **build:** add --lang flag to set LANG env var for lb-mocha ([a78bb84](https://github.com/
|
|
298
|
-
* **build:** enable importHelpers ([e44f084](https://github.com/
|
|
299
|
-
* add `tslib` as dependency ([a6e0b4c](https://github.com/
|
|
340
|
+
* **build:** add --lang flag to set LANG env var for lb-mocha ([a78bb84](https://github.com/loopbackio/loopback-next/commit/a78bb846c43ed34f3fd9d8562ade037a1d29c2b9))
|
|
341
|
+
* **build:** enable importHelpers ([e44f084](https://github.com/loopbackio/loopback-next/commit/e44f084b6c8df762c0563b3716f13135f652b082)), closes [#4676](https://github.com/loopbackio/loopback-next/issues/4676)
|
|
342
|
+
* add `tslib` as dependency ([a6e0b4c](https://github.com/loopbackio/loopback-next/commit/a6e0b4ce7b862764167cefedee14c1115b25e0a4)), closes [#4676](https://github.com/loopbackio/loopback-next/issues/4676)
|
|
300
343
|
|
|
301
344
|
|
|
302
345
|
### BREAKING CHANGES
|
|
@@ -314,7 +357,7 @@ updating to this version.
|
|
|
314
357
|
|
|
315
358
|
|
|
316
359
|
|
|
317
|
-
## [3.1.1](https://github.com/
|
|
360
|
+
## [3.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@3.1.0...@loopback/build@3.1.1) (2020-02-05)
|
|
318
361
|
|
|
319
362
|
**Note:** Version bump only for package @loopback/build
|
|
320
363
|
|
|
@@ -322,24 +365,24 @@ updating to this version.
|
|
|
322
365
|
|
|
323
366
|
|
|
324
367
|
|
|
325
|
-
# [3.1.0](https://github.com/
|
|
368
|
+
# [3.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@3.0.1...@loopback/build@3.1.0) (2020-01-27)
|
|
326
369
|
|
|
327
370
|
|
|
328
371
|
### Bug Fixes
|
|
329
372
|
|
|
330
|
-
* remove updated debug config for PR ([15e8d34](https://github.com/
|
|
331
|
-
* typos ([852f198](https://github.com/
|
|
373
|
+
* remove updated debug config for PR ([15e8d34](https://github.com/loopbackio/loopback-next/commit/15e8d34ad628ecb5b8fafe02441c73362a873e8c))
|
|
374
|
+
* typos ([852f198](https://github.com/loopbackio/loopback-next/commit/852f198ae7cb2c7d8801d7222cc574d04757404c))
|
|
332
375
|
|
|
333
376
|
|
|
334
377
|
### Features
|
|
335
378
|
|
|
336
|
-
* adds MultiMethodDecoratorFactory ([bf6c787](https://github.com/
|
|
379
|
+
* adds MultiMethodDecoratorFactory ([bf6c787](https://github.com/loopbackio/loopback-next/commit/bf6c7872bb8ce492b43ab8f57a641dcbb341e96e))
|
|
337
380
|
|
|
338
381
|
|
|
339
382
|
|
|
340
383
|
|
|
341
384
|
|
|
342
|
-
## [3.0.1](https://github.com/
|
|
385
|
+
## [3.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@3.0.0...@loopback/build@3.0.1) (2020-01-07)
|
|
343
386
|
|
|
344
387
|
**Note:** Version bump only for package @loopback/build
|
|
345
388
|
|
|
@@ -347,12 +390,12 @@ updating to this version.
|
|
|
347
390
|
|
|
348
391
|
|
|
349
392
|
|
|
350
|
-
# [3.0.0](https://github.com/
|
|
393
|
+
# [3.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.1.0...@loopback/build@3.0.0) (2019-12-09)
|
|
351
394
|
|
|
352
395
|
|
|
353
396
|
### Features
|
|
354
397
|
|
|
355
|
-
* **build:** enable esModuleInterop compiler option ([3090073](https://github.com/
|
|
398
|
+
* **build:** enable esModuleInterop compiler option ([3090073](https://github.com/loopbackio/loopback-next/commit/309007346b72fec3ee127db5032d5cb3aa191c5d))
|
|
356
399
|
|
|
357
400
|
|
|
358
401
|
### BREAKING CHANGES
|
|
@@ -371,18 +414,18 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
371
414
|
|
|
372
415
|
|
|
373
416
|
|
|
374
|
-
# [2.1.0](https://github.com/
|
|
417
|
+
# [2.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.16...@loopback/build@2.1.0) (2019-11-25)
|
|
375
418
|
|
|
376
419
|
|
|
377
420
|
### Features
|
|
378
421
|
|
|
379
|
-
* **build:** add an option to control resolution of CLI module from project dependencies ([0715a91](https://github.com/
|
|
422
|
+
* **build:** add an option to control resolution of CLI module from project dependencies ([0715a91](https://github.com/loopbackio/loopback-next/commit/0715a91d0eef02c7e259cbd1b62a09010995c796))
|
|
380
423
|
|
|
381
424
|
|
|
382
425
|
|
|
383
426
|
|
|
384
427
|
|
|
385
|
-
## [2.0.16](https://github.com/
|
|
428
|
+
## [2.0.16](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.15...@loopback/build@2.0.16) (2019-11-12)
|
|
386
429
|
|
|
387
430
|
**Note:** Version bump only for package @loopback/build
|
|
388
431
|
|
|
@@ -390,7 +433,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
390
433
|
|
|
391
434
|
|
|
392
435
|
|
|
393
|
-
## [2.0.15](https://github.com/
|
|
436
|
+
## [2.0.15](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.14...@loopback/build@2.0.15) (2019-10-24)
|
|
394
437
|
|
|
395
438
|
**Note:** Version bump only for package @loopback/build
|
|
396
439
|
|
|
@@ -398,7 +441,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
398
441
|
|
|
399
442
|
|
|
400
443
|
|
|
401
|
-
## [2.0.14](https://github.com/
|
|
444
|
+
## [2.0.14](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.13...@loopback/build@2.0.14) (2019-10-07)
|
|
402
445
|
|
|
403
446
|
**Note:** Version bump only for package @loopback/build
|
|
404
447
|
|
|
@@ -406,7 +449,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
406
449
|
|
|
407
450
|
|
|
408
451
|
|
|
409
|
-
## [2.0.13](https://github.com/
|
|
452
|
+
## [2.0.13](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.12...@loopback/build@2.0.13) (2019-09-28)
|
|
410
453
|
|
|
411
454
|
**Note:** Version bump only for package @loopback/build
|
|
412
455
|
|
|
@@ -414,7 +457,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
414
457
|
|
|
415
458
|
|
|
416
459
|
|
|
417
|
-
## [2.0.12](https://github.com/
|
|
460
|
+
## [2.0.12](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.11...@loopback/build@2.0.12) (2019-09-27)
|
|
418
461
|
|
|
419
462
|
**Note:** Version bump only for package @loopback/build
|
|
420
463
|
|
|
@@ -422,7 +465,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
422
465
|
|
|
423
466
|
|
|
424
467
|
|
|
425
|
-
## [2.0.11](https://github.com/
|
|
468
|
+
## [2.0.11](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.10...@loopback/build@2.0.11) (2019-09-17)
|
|
426
469
|
|
|
427
470
|
**Note:** Version bump only for package @loopback/build
|
|
428
471
|
|
|
@@ -430,7 +473,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
430
473
|
|
|
431
474
|
|
|
432
475
|
|
|
433
|
-
## [2.0.10](https://github.com/
|
|
476
|
+
## [2.0.10](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.9...@loopback/build@2.0.10) (2019-09-06)
|
|
434
477
|
|
|
435
478
|
**Note:** Version bump only for package @loopback/build
|
|
436
479
|
|
|
@@ -438,7 +481,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
438
481
|
|
|
439
482
|
|
|
440
483
|
|
|
441
|
-
## [2.0.9](https://github.com/
|
|
484
|
+
## [2.0.9](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.8...@loopback/build@2.0.9) (2019-09-03)
|
|
442
485
|
|
|
443
486
|
**Note:** Version bump only for package @loopback/build
|
|
444
487
|
|
|
@@ -446,7 +489,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
446
489
|
|
|
447
490
|
|
|
448
491
|
|
|
449
|
-
## [2.0.8](https://github.com/
|
|
492
|
+
## [2.0.8](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.7...@loopback/build@2.0.8) (2019-08-19)
|
|
450
493
|
|
|
451
494
|
**Note:** Version bump only for package @loopback/build
|
|
452
495
|
|
|
@@ -454,7 +497,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
454
497
|
|
|
455
498
|
|
|
456
499
|
|
|
457
|
-
## [2.0.7](https://github.com/
|
|
500
|
+
## [2.0.7](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.6...@loopback/build@2.0.7) (2019-08-15)
|
|
458
501
|
|
|
459
502
|
**Note:** Version bump only for package @loopback/build
|
|
460
503
|
|
|
@@ -462,7 +505,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
462
505
|
|
|
463
506
|
|
|
464
507
|
|
|
465
|
-
## [2.0.6](https://github.com/
|
|
508
|
+
## [2.0.6](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.5...@loopback/build@2.0.6) (2019-07-31)
|
|
466
509
|
|
|
467
510
|
**Note:** Version bump only for package @loopback/build
|
|
468
511
|
|
|
@@ -470,7 +513,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
470
513
|
|
|
471
514
|
|
|
472
515
|
|
|
473
|
-
## [2.0.5](https://github.com/
|
|
516
|
+
## [2.0.5](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.4...@loopback/build@2.0.5) (2019-07-26)
|
|
474
517
|
|
|
475
518
|
**Note:** Version bump only for package @loopback/build
|
|
476
519
|
|
|
@@ -478,7 +521,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
478
521
|
|
|
479
522
|
|
|
480
523
|
|
|
481
|
-
## [2.0.4](https://github.com/
|
|
524
|
+
## [2.0.4](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.3...@loopback/build@2.0.4) (2019-07-17)
|
|
482
525
|
|
|
483
526
|
**Note:** Version bump only for package @loopback/build
|
|
484
527
|
|
|
@@ -486,7 +529,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
486
529
|
|
|
487
530
|
|
|
488
531
|
|
|
489
|
-
## [2.0.3](https://github.com/
|
|
532
|
+
## [2.0.3](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.2...@loopback/build@2.0.3) (2019-06-28)
|
|
490
533
|
|
|
491
534
|
**Note:** Version bump only for package @loopback/build
|
|
492
535
|
|
|
@@ -494,7 +537,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
494
537
|
|
|
495
538
|
|
|
496
539
|
|
|
497
|
-
## [2.0.2](https://github.com/
|
|
540
|
+
## [2.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.1...@loopback/build@2.0.2) (2019-06-21)
|
|
498
541
|
|
|
499
542
|
**Note:** Version bump only for package @loopback/build
|
|
500
543
|
|
|
@@ -502,7 +545,7 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
502
545
|
|
|
503
546
|
|
|
504
547
|
|
|
505
|
-
## [2.0.1](https://github.com/
|
|
548
|
+
## [2.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@2.0.0...@loopback/build@2.0.1) (2019-06-20)
|
|
506
549
|
|
|
507
550
|
**Note:** Version bump only for package @loopback/build
|
|
508
551
|
|
|
@@ -510,22 +553,22 @@ See https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.ht
|
|
|
510
553
|
|
|
511
554
|
|
|
512
555
|
|
|
513
|
-
# [2.0.0](https://github.com/
|
|
556
|
+
# [2.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.7.1...@loopback/build@2.0.0) (2019-06-17)
|
|
514
557
|
|
|
515
558
|
|
|
516
559
|
### Bug Fixes
|
|
517
560
|
|
|
518
|
-
* **build:** remove `lb-tslint` from README ([be89eb6](https://github.com/
|
|
561
|
+
* **build:** remove `lb-tslint` from README ([be89eb6](https://github.com/loopbackio/loopback-next/commit/be89eb6))
|
|
519
562
|
|
|
520
563
|
|
|
521
564
|
### Features
|
|
522
565
|
|
|
523
|
-
* **build:** add support for dryRun to `--copy-resources` ([f8f078f](https://github.com/
|
|
524
|
-
* **build:** enable incremental compilation ([2120712](https://github.com/
|
|
525
|
-
* **build:** read outDir from tsconfig when copying resources ([4f947a3](https://github.com/
|
|
526
|
-
* **build:** remove lb-tslint ([e9e4bba](https://github.com/
|
|
527
|
-
* **build:** remove strong-docs based `lb-apidocs` helper ([871457e](https://github.com/
|
|
528
|
-
* **build:** remove support for multi-dist compilation ([f6fcfe7](https://github.com/
|
|
566
|
+
* **build:** add support for dryRun to `--copy-resources` ([f8f078f](https://github.com/loopbackio/loopback-next/commit/f8f078f))
|
|
567
|
+
* **build:** enable incremental compilation ([2120712](https://github.com/loopbackio/loopback-next/commit/2120712))
|
|
568
|
+
* **build:** read outDir from tsconfig when copying resources ([4f947a3](https://github.com/loopbackio/loopback-next/commit/4f947a3))
|
|
569
|
+
* **build:** remove lb-tslint ([e9e4bba](https://github.com/loopbackio/loopback-next/commit/e9e4bba))
|
|
570
|
+
* **build:** remove strong-docs based `lb-apidocs` helper ([871457e](https://github.com/loopbackio/loopback-next/commit/871457e))
|
|
571
|
+
* **build:** remove support for multi-dist compilation ([f6fcfe7](https://github.com/loopbackio/loopback-next/commit/f6fcfe7))
|
|
529
572
|
|
|
530
573
|
|
|
531
574
|
### BREAKING CHANGES
|
|
@@ -558,7 +601,7 @@ of `lb-tslint`.
|
|
|
558
601
|
Alternatively, you can migrate from tslint to eslint and use the
|
|
559
602
|
recently introduced helper `lb-eslint`.
|
|
560
603
|
|
|
561
|
-
## [1.7.1](https://github.com/
|
|
604
|
+
## [1.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.7.0...@loopback/build@1.7.1) (2019-06-06)
|
|
562
605
|
|
|
563
606
|
**Note:** Version bump only for package @loopback/build
|
|
564
607
|
|
|
@@ -566,18 +609,18 @@ of `lb-tslint`.
|
|
|
566
609
|
|
|
567
610
|
|
|
568
611
|
|
|
569
|
-
# [1.7.0](https://github.com/
|
|
612
|
+
# [1.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.6.1...@loopback/build@1.7.0) (2019-06-03)
|
|
570
613
|
|
|
571
614
|
|
|
572
615
|
### Features
|
|
573
616
|
|
|
574
|
-
* replace tslint with eslint ([44185a7](https://github.com/
|
|
617
|
+
* replace tslint with eslint ([44185a7](https://github.com/loopbackio/loopback-next/commit/44185a7))
|
|
575
618
|
|
|
576
619
|
|
|
577
620
|
|
|
578
621
|
|
|
579
622
|
|
|
580
|
-
## [1.6.1](https://github.com/
|
|
623
|
+
## [1.6.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.6.0...@loopback/build@1.6.1) (2019-05-31)
|
|
581
624
|
|
|
582
625
|
**Note:** Version bump only for package @loopback/build
|
|
583
626
|
|
|
@@ -585,19 +628,19 @@ of `lb-tslint`.
|
|
|
585
628
|
|
|
586
629
|
|
|
587
630
|
|
|
588
|
-
# [1.6.0](https://github.com/
|
|
631
|
+
# [1.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.5.5...@loopback/build@1.6.0) (2019-05-30)
|
|
589
632
|
|
|
590
633
|
|
|
591
634
|
### Features
|
|
592
635
|
|
|
593
|
-
* **build:** add eslint scripts and default configs ([a6abe86](https://github.com/
|
|
594
|
-
* **tsdocs:** add integration with api-extractor/documenter ([c8d9572](https://github.com/
|
|
636
|
+
* **build:** add eslint scripts and default configs ([a6abe86](https://github.com/loopbackio/loopback-next/commit/a6abe86))
|
|
637
|
+
* **tsdocs:** add integration with api-extractor/documenter ([c8d9572](https://github.com/loopbackio/loopback-next/commit/c8d9572))
|
|
595
638
|
|
|
596
639
|
|
|
597
640
|
|
|
598
641
|
|
|
599
642
|
|
|
600
|
-
## [1.5.5](https://github.com/
|
|
643
|
+
## [1.5.5](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.5.4...@loopback/build@1.5.5) (2019-05-23)
|
|
601
644
|
|
|
602
645
|
**Note:** Version bump only for package @loopback/build
|
|
603
646
|
|
|
@@ -605,7 +648,7 @@ of `lb-tslint`.
|
|
|
605
648
|
|
|
606
649
|
|
|
607
650
|
|
|
608
|
-
## [1.5.4](https://github.com/
|
|
651
|
+
## [1.5.4](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.5.3...@loopback/build@1.5.4) (2019-05-14)
|
|
609
652
|
|
|
610
653
|
**Note:** Version bump only for package @loopback/build
|
|
611
654
|
|
|
@@ -613,18 +656,18 @@ of `lb-tslint`.
|
|
|
613
656
|
|
|
614
657
|
|
|
615
658
|
|
|
616
|
-
## [1.5.3](https://github.com/
|
|
659
|
+
## [1.5.3](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.5.2...@loopback/build@1.5.3) (2019-05-10)
|
|
617
660
|
|
|
618
661
|
|
|
619
662
|
### Bug Fixes
|
|
620
663
|
|
|
621
|
-
* **build:** honor tsconfig compilerOptions.rootDir to copy resources ([8a8857d](https://github.com/
|
|
664
|
+
* **build:** honor tsconfig compilerOptions.rootDir to copy resources ([8a8857d](https://github.com/loopbackio/loopback-next/commit/8a8857d))
|
|
622
665
|
|
|
623
666
|
|
|
624
667
|
|
|
625
668
|
|
|
626
669
|
|
|
627
|
-
## [1.5.2](https://github.com/
|
|
670
|
+
## [1.5.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.5.1...@loopback/build@1.5.2) (2019-05-09)
|
|
628
671
|
|
|
629
672
|
**Note:** Version bump only for package @loopback/build
|
|
630
673
|
|
|
@@ -632,7 +675,7 @@ of `lb-tslint`.
|
|
|
632
675
|
|
|
633
676
|
|
|
634
677
|
|
|
635
|
-
## [1.5.1](https://github.com/
|
|
678
|
+
## [1.5.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.5.0...@loopback/build@1.5.1) (2019-05-06)
|
|
636
679
|
|
|
637
680
|
**Note:** Version bump only for package @loopback/build
|
|
638
681
|
|
|
@@ -640,18 +683,18 @@ of `lb-tslint`.
|
|
|
640
683
|
|
|
641
684
|
|
|
642
685
|
|
|
643
|
-
# [1.5.0](https://github.com/
|
|
686
|
+
# [1.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.4.3...@loopback/build@1.5.0) (2019-04-20)
|
|
644
687
|
|
|
645
688
|
|
|
646
689
|
### Features
|
|
647
690
|
|
|
648
|
-
* **build:** add more TypeScript "strict" checks ([866aa2f](https://github.com/
|
|
691
|
+
* **build:** add more TypeScript "strict" checks ([866aa2f](https://github.com/loopbackio/loopback-next/commit/866aa2f))
|
|
649
692
|
|
|
650
693
|
|
|
651
694
|
|
|
652
695
|
|
|
653
696
|
|
|
654
|
-
## [1.4.3](https://github.com/
|
|
697
|
+
## [1.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.4.2...@loopback/build@1.4.3) (2019-04-11)
|
|
655
698
|
|
|
656
699
|
**Note:** Version bump only for package @loopback/build
|
|
657
700
|
|
|
@@ -659,7 +702,7 @@ of `lb-tslint`.
|
|
|
659
702
|
|
|
660
703
|
|
|
661
704
|
|
|
662
|
-
## [1.4.2](https://github.com/
|
|
705
|
+
## [1.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.4.1...@loopback/build@1.4.2) (2019-04-09)
|
|
663
706
|
|
|
664
707
|
**Note:** Version bump only for package @loopback/build
|
|
665
708
|
|
|
@@ -667,7 +710,7 @@ of `lb-tslint`.
|
|
|
667
710
|
|
|
668
711
|
|
|
669
712
|
|
|
670
|
-
## [1.4.1](https://github.com/
|
|
713
|
+
## [1.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.4.0...@loopback/build@1.4.1) (2019-04-05)
|
|
671
714
|
|
|
672
715
|
**Note:** Version bump only for package @loopback/build
|
|
673
716
|
|
|
@@ -675,23 +718,23 @@ of `lb-tslint`.
|
|
|
675
718
|
|
|
676
719
|
|
|
677
720
|
|
|
678
|
-
# [1.4.0](https://github.com/
|
|
721
|
+
# [1.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.3.2...@loopback/build@1.4.0) (2019-03-22)
|
|
679
722
|
|
|
680
723
|
|
|
681
724
|
### Bug Fixes
|
|
682
725
|
|
|
683
|
-
* **build:** remove "dom" from the list of global libraries ([781cd1d](https://github.com/
|
|
726
|
+
* **build:** remove "dom" from the list of global libraries ([781cd1d](https://github.com/loopbackio/loopback-next/commit/781cd1d))
|
|
684
727
|
|
|
685
728
|
|
|
686
729
|
### Features
|
|
687
730
|
|
|
688
|
-
* **build:** enable TSC option "skipLibCheck" ([66bb506](https://github.com/
|
|
731
|
+
* **build:** enable TSC option "skipLibCheck" ([66bb506](https://github.com/loopbackio/loopback-next/commit/66bb506))
|
|
689
732
|
|
|
690
733
|
|
|
691
734
|
|
|
692
735
|
|
|
693
736
|
|
|
694
|
-
## [1.3.2](https://github.com/
|
|
737
|
+
## [1.3.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.3.1...@loopback/build@1.3.2) (2019-03-12)
|
|
695
738
|
|
|
696
739
|
**Note:** Version bump only for package @loopback/build
|
|
697
740
|
|
|
@@ -699,29 +742,29 @@ of `lb-tslint`.
|
|
|
699
742
|
|
|
700
743
|
|
|
701
744
|
|
|
702
|
-
## [1.3.1](https://github.com/
|
|
745
|
+
## [1.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.3.0...@loopback/build@1.3.1) (2019-02-25)
|
|
703
746
|
|
|
704
747
|
|
|
705
748
|
### Bug Fixes
|
|
706
749
|
|
|
707
|
-
* update version of nyc ([f8db27c](https://github.com/
|
|
750
|
+
* update version of nyc ([f8db27c](https://github.com/loopbackio/loopback-next/commit/f8db27c))
|
|
708
751
|
|
|
709
752
|
|
|
710
753
|
|
|
711
754
|
|
|
712
755
|
|
|
713
|
-
# [1.3.0](https://github.com/
|
|
756
|
+
# [1.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.2.1...@loopback/build@1.3.0) (2019-02-08)
|
|
714
757
|
|
|
715
758
|
|
|
716
759
|
### Features
|
|
717
760
|
|
|
718
|
-
* **build:** use `dist/__tests__` in code examples and tests ([a3da024](https://github.com/
|
|
761
|
+
* **build:** use `dist/__tests__` in code examples and tests ([a3da024](https://github.com/loopbackio/loopback-next/commit/a3da024))
|
|
719
762
|
|
|
720
763
|
|
|
721
764
|
|
|
722
765
|
|
|
723
766
|
|
|
724
|
-
## [1.2.1](https://github.com/
|
|
767
|
+
## [1.2.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.2.0...@loopback/build@1.2.1) (2019-01-28)
|
|
725
768
|
|
|
726
769
|
**Note:** Version bump only for package @loopback/build
|
|
727
770
|
|
|
@@ -729,34 +772,34 @@ of `lb-tslint`.
|
|
|
729
772
|
|
|
730
773
|
|
|
731
774
|
|
|
732
|
-
# [1.2.0](https://github.com/
|
|
775
|
+
# [1.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.1.0...@loopback/build@1.2.0) (2019-01-14)
|
|
733
776
|
|
|
734
777
|
|
|
735
778
|
### Bug Fixes
|
|
736
779
|
|
|
737
|
-
* **build:** fix path lookup in build helpers ([16311c5](https://github.com/
|
|
780
|
+
* **build:** fix path lookup in build helpers ([16311c5](https://github.com/loopbackio/loopback-next/commit/16311c5))
|
|
738
781
|
|
|
739
782
|
|
|
740
783
|
### Features
|
|
741
784
|
|
|
742
|
-
* always include tslint and typescript in project dev-dependencies ([e0df285](https://github.com/
|
|
785
|
+
* always include tslint and typescript in project dev-dependencies ([e0df285](https://github.com/loopbackio/loopback-next/commit/e0df285))
|
|
743
786
|
|
|
744
787
|
|
|
745
788
|
|
|
746
789
|
|
|
747
790
|
|
|
748
|
-
# [1.1.0](https://github.com/
|
|
791
|
+
# [1.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.0.2...@loopback/build@1.1.0) (2018-12-20)
|
|
749
792
|
|
|
750
793
|
|
|
751
794
|
### Features
|
|
752
795
|
|
|
753
|
-
* move tslint config into a standalone package ([26f3543](https://github.com/
|
|
796
|
+
* move tslint config into a standalone package ([26f3543](https://github.com/loopbackio/loopback-next/commit/26f3543))
|
|
754
797
|
|
|
755
798
|
|
|
756
799
|
|
|
757
800
|
|
|
758
801
|
|
|
759
|
-
## [1.0.2](https://github.com/
|
|
802
|
+
## [1.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.0.1...@loopback/build@1.0.2) (2018-12-13)
|
|
760
803
|
|
|
761
804
|
**Note:** Version bump only for package @loopback/build
|
|
762
805
|
|
|
@@ -765,44 +808,44 @@ of `lb-tslint`.
|
|
|
765
808
|
|
|
766
809
|
|
|
767
810
|
<a name="1.0.1"></a>
|
|
768
|
-
## [1.0.1](https://github.com/
|
|
811
|
+
## [1.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@1.0.0...@loopback/build@1.0.1) (2018-11-08)
|
|
769
812
|
|
|
770
813
|
|
|
771
814
|
### Bug Fixes
|
|
772
815
|
|
|
773
|
-
* **cli:** exclude json files from tslint ([bd9f864](https://github.com/
|
|
816
|
+
* **cli:** exclude json files from tslint ([bd9f864](https://github.com/loopbackio/loopback-next/commit/bd9f864))
|
|
774
817
|
|
|
775
818
|
|
|
776
819
|
|
|
777
820
|
|
|
778
821
|
|
|
779
822
|
<a name="0.8.0"></a>
|
|
780
|
-
# [0.8.0](https://github.com/
|
|
823
|
+
# [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.7.6...@loopback/build@0.8.0) (2018-10-08)
|
|
781
824
|
|
|
782
825
|
|
|
783
826
|
### Features
|
|
784
827
|
|
|
785
|
-
* use resolveJsonModule to load datasource config ([73e19ff](https://github.com/
|
|
786
|
-
* **build:** rename --ignore-resources to --copy-resources ([2958ace](https://github.com/
|
|
828
|
+
* use resolveJsonModule to load datasource config ([73e19ff](https://github.com/loopbackio/loopback-next/commit/73e19ff))
|
|
829
|
+
* **build:** rename --ignore-resources to --copy-resources ([2958ace](https://github.com/loopbackio/loopback-next/commit/2958ace))
|
|
787
830
|
|
|
788
831
|
|
|
789
832
|
|
|
790
833
|
|
|
791
834
|
|
|
792
835
|
<a name="0.7.6"></a>
|
|
793
|
-
## [0.7.6](https://github.com/
|
|
836
|
+
## [0.7.6](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.7.5...@loopback/build@0.7.6) (2018-10-05)
|
|
794
837
|
|
|
795
838
|
|
|
796
839
|
### Bug Fixes
|
|
797
840
|
|
|
798
|
-
* **build:** preserve `--outDir` path as relative to CWD ([0e72ab9](https://github.com/
|
|
841
|
+
* **build:** preserve `--outDir` path as relative to CWD ([0e72ab9](https://github.com/loopbackio/loopback-next/commit/0e72ab9))
|
|
799
842
|
|
|
800
843
|
|
|
801
844
|
|
|
802
845
|
|
|
803
846
|
|
|
804
847
|
<a name="0.7.5"></a>
|
|
805
|
-
## [0.7.5](https://github.com/
|
|
848
|
+
## [0.7.5](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.7.4...@loopback/build@0.7.5) (2018-10-03)
|
|
806
849
|
|
|
807
850
|
**Note:** Version bump only for package @loopback/build
|
|
808
851
|
|
|
@@ -811,7 +854,7 @@ of `lb-tslint`.
|
|
|
811
854
|
|
|
812
855
|
|
|
813
856
|
<a name="0.7.4"></a>
|
|
814
|
-
## [0.7.4](https://github.com/
|
|
857
|
+
## [0.7.4](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.7.3...@loopback/build@0.7.4) (2018-09-27)
|
|
815
858
|
|
|
816
859
|
**Note:** Version bump only for package @loopback/build
|
|
817
860
|
|
|
@@ -820,7 +863,7 @@ of `lb-tslint`.
|
|
|
820
863
|
|
|
821
864
|
|
|
822
865
|
<a name="0.7.3"></a>
|
|
823
|
-
## [0.7.3](https://github.com/
|
|
866
|
+
## [0.7.3](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.7.2...@loopback/build@0.7.3) (2018-09-12)
|
|
824
867
|
|
|
825
868
|
**Note:** Version bump only for package @loopback/build
|
|
826
869
|
|
|
@@ -829,7 +872,7 @@ of `lb-tslint`.
|
|
|
829
872
|
|
|
830
873
|
|
|
831
874
|
<a name="0.7.2"></a>
|
|
832
|
-
## [0.7.2](https://github.com/
|
|
875
|
+
## [0.7.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.7.1...@loopback/build@0.7.2) (2018-09-08)
|
|
833
876
|
|
|
834
877
|
**Note:** Version bump only for package @loopback/build
|
|
835
878
|
|
|
@@ -838,7 +881,7 @@ of `lb-tslint`.
|
|
|
838
881
|
|
|
839
882
|
|
|
840
883
|
<a name="0.7.1"></a>
|
|
841
|
-
## [0.7.1](https://github.com/
|
|
884
|
+
## [0.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.7.0...@loopback/build@0.7.1) (2018-08-24)
|
|
842
885
|
|
|
843
886
|
**Note:** Version bump only for package @loopback/build
|
|
844
887
|
|
|
@@ -847,18 +890,18 @@ of `lb-tslint`.
|
|
|
847
890
|
|
|
848
891
|
|
|
849
892
|
<a name="0.7.0"></a>
|
|
850
|
-
# [0.7.0](https://github.com/
|
|
893
|
+
# [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.14...@loopback/build@0.7.0) (2018-08-15)
|
|
851
894
|
|
|
852
895
|
|
|
853
896
|
### Features
|
|
854
897
|
|
|
855
|
-
* **repository:** add KVRepository impl using legacy juggler ([97a75dc](https://github.com/
|
|
898
|
+
* **repository:** add KVRepository impl using legacy juggler ([97a75dc](https://github.com/loopbackio/loopback-next/commit/97a75dc))
|
|
856
899
|
|
|
857
900
|
|
|
858
901
|
|
|
859
902
|
|
|
860
903
|
<a name="0.6.14"></a>
|
|
861
|
-
## [0.6.14](https://github.com/
|
|
904
|
+
## [0.6.14](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.13...@loopback/build@0.6.14) (2018-08-08)
|
|
862
905
|
|
|
863
906
|
|
|
864
907
|
|
|
@@ -866,7 +909,7 @@ of `lb-tslint`.
|
|
|
866
909
|
**Note:** Version bump only for package @loopback/build
|
|
867
910
|
|
|
868
911
|
<a name="0.6.13"></a>
|
|
869
|
-
## [0.6.13](https://github.com/
|
|
912
|
+
## [0.6.13](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.12...@loopback/build@0.6.13) (2018-07-21)
|
|
870
913
|
|
|
871
914
|
|
|
872
915
|
|
|
@@ -874,7 +917,7 @@ of `lb-tslint`.
|
|
|
874
917
|
**Note:** Version bump only for package @loopback/build
|
|
875
918
|
|
|
876
919
|
<a name="0.6.12"></a>
|
|
877
|
-
## [0.6.12](https://github.com/
|
|
920
|
+
## [0.6.12](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.11...@loopback/build@0.6.12) (2018-07-20)
|
|
878
921
|
|
|
879
922
|
|
|
880
923
|
|
|
@@ -882,7 +925,7 @@ of `lb-tslint`.
|
|
|
882
925
|
**Note:** Version bump only for package @loopback/build
|
|
883
926
|
|
|
884
927
|
<a name="0.6.11"></a>
|
|
885
|
-
## [0.6.11](https://github.com/
|
|
928
|
+
## [0.6.11](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.10...@loopback/build@0.6.11) (2018-06-28)
|
|
886
929
|
|
|
887
930
|
|
|
888
931
|
|
|
@@ -890,18 +933,18 @@ of `lb-tslint`.
|
|
|
890
933
|
**Note:** Version bump only for package @loopback/build
|
|
891
934
|
|
|
892
935
|
<a name="0.6.10"></a>
|
|
893
|
-
## [0.6.10](https://github.com/
|
|
936
|
+
## [0.6.10](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.9...@loopback/build@0.6.10) (2018-06-27)
|
|
894
937
|
|
|
895
938
|
|
|
896
939
|
### Bug Fixes
|
|
897
940
|
|
|
898
|
-
* **docs:** upgrade to strong-docs@3.1.0 and fix links ([f91af8f](https://github.com/
|
|
941
|
+
* **docs:** upgrade to strong-docs@3.1.0 and fix links ([f91af8f](https://github.com/loopbackio/loopback-next/commit/f91af8f))
|
|
899
942
|
|
|
900
943
|
|
|
901
944
|
|
|
902
945
|
|
|
903
946
|
<a name="0.6.9"></a>
|
|
904
|
-
## [0.6.9](https://github.com/
|
|
947
|
+
## [0.6.9](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.8...@loopback/build@0.6.9) (2018-06-20)
|
|
905
948
|
|
|
906
949
|
|
|
907
950
|
|
|
@@ -909,7 +952,7 @@ of `lb-tslint`.
|
|
|
909
952
|
**Note:** Version bump only for package @loopback/build
|
|
910
953
|
|
|
911
954
|
<a name="0.6.8"></a>
|
|
912
|
-
## [0.6.8](https://github.com/
|
|
955
|
+
## [0.6.8](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.6...@loopback/build@0.6.8) (2018-06-09)
|
|
913
956
|
|
|
914
957
|
|
|
915
958
|
|
|
@@ -917,7 +960,7 @@ of `lb-tslint`.
|
|
|
917
960
|
**Note:** Version bump only for package @loopback/build
|
|
918
961
|
|
|
919
962
|
<a name="0.6.7"></a>
|
|
920
|
-
## [0.6.7](https://github.com/
|
|
963
|
+
## [0.6.7](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.6...@loopback/build@0.6.7) (2018-06-09)
|
|
921
964
|
|
|
922
965
|
|
|
923
966
|
|
|
@@ -925,18 +968,18 @@ of `lb-tslint`.
|
|
|
925
968
|
**Note:** Version bump only for package @loopback/build
|
|
926
969
|
|
|
927
970
|
<a name="0.6.6"></a>
|
|
928
|
-
## [0.6.6](https://github.com/
|
|
971
|
+
## [0.6.6](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.5...@loopback/build@0.6.6) (2018-06-08)
|
|
929
972
|
|
|
930
973
|
|
|
931
974
|
### Bug Fixes
|
|
932
975
|
|
|
933
|
-
* make the code compatible with TypeScript 2.9.x ([37aba50](https://github.com/
|
|
976
|
+
* make the code compatible with TypeScript 2.9.x ([37aba50](https://github.com/loopbackio/loopback-next/commit/37aba50))
|
|
934
977
|
|
|
935
978
|
|
|
936
979
|
|
|
937
980
|
|
|
938
981
|
<a name="0.6.5"></a>
|
|
939
|
-
## [0.6.5](https://github.com/
|
|
982
|
+
## [0.6.5](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.4...@loopback/build@0.6.5) (2018-05-20)
|
|
940
983
|
|
|
941
984
|
|
|
942
985
|
|
|
@@ -944,7 +987,7 @@ of `lb-tslint`.
|
|
|
944
987
|
**Note:** Version bump only for package @loopback/build
|
|
945
988
|
|
|
946
989
|
<a name="0.6.4"></a>
|
|
947
|
-
## [0.6.4](https://github.com/
|
|
990
|
+
## [0.6.4](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.3...@loopback/build@0.6.4) (2018-05-14)
|
|
948
991
|
|
|
949
992
|
|
|
950
993
|
|
|
@@ -952,7 +995,7 @@ of `lb-tslint`.
|
|
|
952
995
|
**Note:** Version bump only for package @loopback/build
|
|
953
996
|
|
|
954
997
|
<a name="0.6.3"></a>
|
|
955
|
-
## [0.6.3](https://github.com/
|
|
998
|
+
## [0.6.3](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.2...@loopback/build@0.6.3) (2018-05-08)
|
|
956
999
|
|
|
957
1000
|
|
|
958
1001
|
|
|
@@ -960,7 +1003,7 @@ of `lb-tslint`.
|
|
|
960
1003
|
**Note:** Version bump only for package @loopback/build
|
|
961
1004
|
|
|
962
1005
|
<a name="0.6.2"></a>
|
|
963
|
-
## [0.6.2](https://github.com/
|
|
1006
|
+
## [0.6.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.0...@loopback/build@0.6.2) (2018-05-03)
|
|
964
1007
|
|
|
965
1008
|
|
|
966
1009
|
|
|
@@ -968,7 +1011,7 @@ of `lb-tslint`.
|
|
|
968
1011
|
**Note:** Version bump only for package @loopback/build
|
|
969
1012
|
|
|
970
1013
|
<a name="0.6.1"></a>
|
|
971
|
-
## [0.6.1](https://github.com/
|
|
1014
|
+
## [0.6.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.6.0...@loopback/build@0.6.1) (2018-05-03)
|
|
972
1015
|
|
|
973
1016
|
|
|
974
1017
|
|
|
@@ -976,18 +1019,18 @@ of `lb-tslint`.
|
|
|
976
1019
|
**Note:** Version bump only for package @loopback/build
|
|
977
1020
|
|
|
978
1021
|
<a name="0.6.0"></a>
|
|
979
|
-
# [0.6.0](https://github.com/
|
|
1022
|
+
# [0.6.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.5.0...@loopback/build@0.6.0) (2018-04-25)
|
|
980
1023
|
|
|
981
1024
|
|
|
982
1025
|
### Features
|
|
983
1026
|
|
|
984
|
-
* **build:** add an option to copy non ts files to outDir ([49b9a82](https://github.com/
|
|
1027
|
+
* **build:** add an option to copy non ts files to outDir ([49b9a82](https://github.com/loopbackio/loopback-next/commit/49b9a82))
|
|
985
1028
|
|
|
986
1029
|
|
|
987
1030
|
|
|
988
1031
|
|
|
989
1032
|
<a name="0.5.0"></a>
|
|
990
|
-
# [0.5.0](https://github.com/
|
|
1033
|
+
# [0.5.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.4.3...@loopback/build@0.5.0) (2018-04-16)
|
|
991
1034
|
|
|
992
1035
|
|
|
993
1036
|
|
|
@@ -995,19 +1038,19 @@ of `lb-tslint`.
|
|
|
995
1038
|
**Note:** Version bump only for package @loopback/build
|
|
996
1039
|
|
|
997
1040
|
<a name="0.4.3"></a>
|
|
998
|
-
## [0.4.3](https://github.com/
|
|
1041
|
+
## [0.4.3](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.4.1...@loopback/build@0.4.3) (2018-04-11)
|
|
999
1042
|
|
|
1000
1043
|
|
|
1001
1044
|
### Bug Fixes
|
|
1002
1045
|
|
|
1003
|
-
* change file names to fit advocated naming convention ([0331df8](https://github.com/
|
|
1004
|
-
* **build:** update build scripts ([2a3f560](https://github.com/
|
|
1046
|
+
* change file names to fit advocated naming convention ([0331df8](https://github.com/loopbackio/loopback-next/commit/0331df8))
|
|
1047
|
+
* **build:** update build scripts ([2a3f560](https://github.com/loopbackio/loopback-next/commit/2a3f560))
|
|
1005
1048
|
|
|
1006
1049
|
|
|
1007
1050
|
|
|
1008
1051
|
|
|
1009
1052
|
<a name="0.4.2"></a>
|
|
1010
|
-
## [0.4.2](https://github.com/
|
|
1053
|
+
## [0.4.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.4.1...@loopback/build@0.4.2) (2018-04-06)
|
|
1011
1054
|
|
|
1012
1055
|
|
|
1013
1056
|
|
|
@@ -1015,7 +1058,7 @@ of `lb-tslint`.
|
|
|
1015
1058
|
**Note:** Version bump only for package @loopback/build
|
|
1016
1059
|
|
|
1017
1060
|
<a name="0.4.1"></a>
|
|
1018
|
-
## [0.4.1](https://github.com/
|
|
1061
|
+
## [0.4.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.4.0...@loopback/build@0.4.1) (2018-04-02)
|
|
1019
1062
|
|
|
1020
1063
|
|
|
1021
1064
|
|
|
@@ -1023,7 +1066,7 @@ of `lb-tslint`.
|
|
|
1023
1066
|
**Note:** Version bump only for package @loopback/build
|
|
1024
1067
|
|
|
1025
1068
|
<a name="0.4.0"></a>
|
|
1026
|
-
# [0.4.0](https://github.com/
|
|
1069
|
+
# [0.4.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.3.3...@loopback/build@0.4.0) (2018-03-29)
|
|
1027
1070
|
|
|
1028
1071
|
|
|
1029
1072
|
|
|
@@ -1031,20 +1074,20 @@ of `lb-tslint`.
|
|
|
1031
1074
|
**Note:** Version bump only for package @loopback/build
|
|
1032
1075
|
|
|
1033
1076
|
<a name="0.3.3"></a>
|
|
1034
|
-
## [0.3.3](https://github.com/
|
|
1077
|
+
## [0.3.3](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.3.2...@loopback/build@0.3.3) (2018-03-23)
|
|
1035
1078
|
|
|
1036
1079
|
|
|
1037
1080
|
### Bug Fixes
|
|
1038
1081
|
|
|
1039
|
-
* **build:** fix select-dist script ([e91e810](https://github.com/
|
|
1040
|
-
* use rimraf to remove files with glob patterns ([50d847c](https://github.com/
|
|
1041
|
-
* **build:** use variable names to reflect the accepted args ([c9350b9](https://github.com/
|
|
1082
|
+
* **build:** fix select-dist script ([e91e810](https://github.com/loopbackio/loopback-next/commit/e91e810))
|
|
1083
|
+
* use rimraf to remove files with glob patterns ([50d847c](https://github.com/loopbackio/loopback-next/commit/50d847c))
|
|
1084
|
+
* **build:** use variable names to reflect the accepted args ([c9350b9](https://github.com/loopbackio/loopback-next/commit/c9350b9))
|
|
1042
1085
|
|
|
1043
1086
|
|
|
1044
1087
|
|
|
1045
1088
|
|
|
1046
1089
|
<a name="0.3.2"></a>
|
|
1047
|
-
## [0.3.2](https://github.com/
|
|
1090
|
+
## [0.3.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.3.1...@loopback/build@0.3.2) (2018-03-14)
|
|
1048
1091
|
|
|
1049
1092
|
|
|
1050
1093
|
|
|
@@ -1052,34 +1095,34 @@ of `lb-tslint`.
|
|
|
1052
1095
|
**Note:** Version bump only for package @loopback/build
|
|
1053
1096
|
|
|
1054
1097
|
<a name="0.3.1"></a>
|
|
1055
|
-
## [0.3.1](https://github.com/
|
|
1098
|
+
## [0.3.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.3.0...@loopback/build@0.3.1) (2018-03-13)
|
|
1056
1099
|
|
|
1057
1100
|
|
|
1058
1101
|
### Bug Fixes
|
|
1059
1102
|
|
|
1060
|
-
* **build:** use options for `run` and disable stdout for tests ([0065eab](https://github.com/
|
|
1103
|
+
* **build:** use options for `run` and disable stdout for tests ([0065eab](https://github.com/loopbackio/loopback-next/commit/0065eab))
|
|
1061
1104
|
|
|
1062
1105
|
|
|
1063
1106
|
|
|
1064
1107
|
|
|
1065
1108
|
<a name="0.3.0"></a>
|
|
1066
|
-
# [0.3.0](https://github.com/
|
|
1109
|
+
# [0.3.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.2.0...@loopback/build@0.3.0) (2018-03-08)
|
|
1067
1110
|
|
|
1068
1111
|
|
|
1069
1112
|
### Bug Fixes
|
|
1070
1113
|
|
|
1071
|
-
* clean up the app run test ([c0d3731](https://github.com/
|
|
1114
|
+
* clean up the app run test ([c0d3731](https://github.com/loopbackio/loopback-next/commit/c0d3731))
|
|
1072
1115
|
|
|
1073
1116
|
|
|
1074
1117
|
### Features
|
|
1075
1118
|
|
|
1076
|
-
* **build:** use options to control cli/shell run ([c4e8bce](https://github.com/
|
|
1119
|
+
* **build:** use options to control cli/shell run ([c4e8bce](https://github.com/loopbackio/loopback-next/commit/c4e8bce))
|
|
1077
1120
|
|
|
1078
1121
|
|
|
1079
1122
|
|
|
1080
1123
|
|
|
1081
1124
|
<a name="0.2.0"></a>
|
|
1082
|
-
# [0.2.0](https://github.com/
|
|
1125
|
+
# [0.2.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.1.2...@loopback/build@0.2.0) (2018-03-01)
|
|
1083
1126
|
|
|
1084
1127
|
|
|
1085
1128
|
|
|
@@ -1087,12 +1130,12 @@ of `lb-tslint`.
|
|
|
1087
1130
|
**Note:** Version bump only for package @loopback/build
|
|
1088
1131
|
|
|
1089
1132
|
<a name="0.1.2"></a>
|
|
1090
|
-
## [0.1.2](https://github.com/
|
|
1133
|
+
## [0.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.1.1...@loopback/build@0.1.2) (2018-03-01)
|
|
1091
1134
|
|
|
1092
1135
|
|
|
1093
1136
|
### Features
|
|
1094
1137
|
|
|
1095
|
-
* **context:** add type as a generic parameter to `ctx.get()` and friends ([24b217d](https://github.com/
|
|
1138
|
+
* **context:** add type as a generic parameter to `ctx.get()` and friends ([24b217d](https://github.com/loopbackio/loopback-next/commit/24b217d))
|
|
1096
1139
|
|
|
1097
1140
|
|
|
1098
1141
|
### BREAKING CHANGES
|
|
@@ -1118,7 +1161,7 @@ userland Promise instance to a native Promise via
|
|
|
1118
1161
|
|
|
1119
1162
|
|
|
1120
1163
|
<a name="0.1.1"></a>
|
|
1121
|
-
## [0.1.1](https://github.com/
|
|
1164
|
+
## [0.1.1](https://github.com/loopbackio/loopback-next/compare/@loopback/build@0.1.0...@loopback/build@0.1.1) (2018-02-23)
|
|
1122
1165
|
|
|
1123
1166
|
|
|
1124
1167
|
|
|
@@ -1126,7 +1169,7 @@ userland Promise instance to a native Promise via
|
|
|
1126
1169
|
**Note:** Version bump only for package @loopback/build
|
|
1127
1170
|
|
|
1128
1171
|
<a name="0.1.0"></a>
|
|
1129
|
-
# [0.1.0](https://github.com/
|
|
1172
|
+
# [0.1.0](https://github.com/loopbackio/loopback-next/compare/@loopback/build@4.0.0-alpha.13...@loopback/build@0.1.0) (2018-02-21)
|
|
1130
1173
|
|
|
1131
1174
|
|
|
1132
1175
|
|
|
@@ -1134,7 +1177,7 @@ userland Promise instance to a native Promise via
|
|
|
1134
1177
|
**Note:** Version bump only for package @loopback/build
|
|
1135
1178
|
|
|
1136
1179
|
<a name="4.0.0-alpha.13"></a>
|
|
1137
|
-
# [4.0.0-alpha.13](https://github.com/
|
|
1180
|
+
# [4.0.0-alpha.13](https://github.com/loopbackio/loopback-next/compare/@loopback/build@4.0.0-alpha.12...@loopback/build@4.0.0-alpha.13) (2018-02-04)
|
|
1138
1181
|
|
|
1139
1182
|
|
|
1140
1183
|
|
|
@@ -1142,75 +1185,75 @@ userland Promise instance to a native Promise via
|
|
|
1142
1185
|
**Note:** Version bump only for package @loopback/build
|
|
1143
1186
|
|
|
1144
1187
|
<a name="4.0.0-alpha.12"></a>
|
|
1145
|
-
# [4.0.0-alpha.12](https://github.com/
|
|
1188
|
+
# [4.0.0-alpha.12](https://github.com/loopbackio/loopback-next/compare/@loopback/build@4.0.0-alpha.11...@loopback/build@4.0.0-alpha.12) (2018-01-30)
|
|
1146
1189
|
|
|
1147
1190
|
|
|
1148
1191
|
### Bug Fixes
|
|
1149
1192
|
|
|
1150
|
-
* **build:** upgrade to strong-docs@1.7.1 ([fd02e1b](https://github.com/
|
|
1193
|
+
* **build:** upgrade to strong-docs@1.7.1 ([fd02e1b](https://github.com/loopbackio/loopback-next/commit/fd02e1b))
|
|
1151
1194
|
|
|
1152
1195
|
|
|
1153
1196
|
|
|
1154
1197
|
|
|
1155
1198
|
<a name="4.0.0-alpha.11"></a>
|
|
1156
|
-
# [4.0.0-alpha.11](https://github.com/
|
|
1199
|
+
# [4.0.0-alpha.11](https://github.com/loopbackio/loopback-next/compare/@loopback/build@4.0.0-alpha.10...@loopback/build@4.0.0-alpha.11) (2018-01-29)
|
|
1157
1200
|
|
|
1158
1201
|
|
|
1159
1202
|
### Bug Fixes
|
|
1160
1203
|
|
|
1161
|
-
* remove typedoc/node_modules/.bin from local typescript dep ([877d6a5](https://github.com/
|
|
1204
|
+
* remove typedoc/node_modules/.bin from local typescript dep ([877d6a5](https://github.com/loopbackio/loopback-next/commit/877d6a5))
|
|
1162
1205
|
|
|
1163
1206
|
|
|
1164
1207
|
|
|
1165
1208
|
|
|
1166
1209
|
<a name="4.0.0-alpha.10"></a>
|
|
1167
|
-
# [4.0.0-alpha.10](https://github.com/
|
|
1210
|
+
# [4.0.0-alpha.10](https://github.com/loopbackio/loopback-next/compare/@loopback/build@4.0.0-alpha.9...@loopback/build@4.0.0-alpha.10) (2018-01-26)
|
|
1168
1211
|
|
|
1169
1212
|
|
|
1170
1213
|
### Bug Fixes
|
|
1171
1214
|
|
|
1172
|
-
* apply source-maps to test errors ([76a7f56](https://github.com/
|
|
1173
|
-
* make mocha self-contained with the source map support ([7c6d869](https://github.com/
|
|
1215
|
+
* apply source-maps to test errors ([76a7f56](https://github.com/loopbackio/loopback-next/commit/76a7f56)), closes [#602](https://github.com/loopbackio/loopback-next/issues/602)
|
|
1216
|
+
* make mocha self-contained with the source map support ([7c6d869](https://github.com/loopbackio/loopback-next/commit/7c6d869))
|
|
1174
1217
|
|
|
1175
1218
|
|
|
1176
1219
|
|
|
1177
1220
|
|
|
1178
1221
|
<a name="4.0.0-alpha.9"></a>
|
|
1179
|
-
# [4.0.0-alpha.9](https://github.com/
|
|
1222
|
+
# [4.0.0-alpha.9](https://github.com/loopbackio/loopback-next/compare/@loopback/build@4.0.0-alpha.8...@loopback/build@4.0.0-alpha.9) (2018-01-19)
|
|
1180
1223
|
|
|
1181
1224
|
|
|
1182
1225
|
### Bug Fixes
|
|
1183
1226
|
|
|
1184
|
-
* **build:** move no-unused-variables to tslint.build.json ([15dd2db](https://github.com/
|
|
1227
|
+
* **build:** move no-unused-variables to tslint.build.json ([15dd2db](https://github.com/loopbackio/loopback-next/commit/15dd2db))
|
|
1185
1228
|
|
|
1186
1229
|
|
|
1187
1230
|
|
|
1188
1231
|
|
|
1189
1232
|
<a name="4.0.0-alpha.8"></a>
|
|
1190
|
-
# [4.0.0-alpha.8](https://github.com/
|
|
1233
|
+
# [4.0.0-alpha.8](https://github.com/loopbackio/loopback-next/compare/@loopback/build@4.0.0-alpha.7...@loopback/build@4.0.0-alpha.8) (2018-01-11)
|
|
1191
1234
|
|
|
1192
1235
|
|
|
1193
1236
|
### Bug Fixes
|
|
1194
1237
|
|
|
1195
|
-
* fix build break and upgrade dependencies ([917da5d](https://github.com/
|
|
1196
|
-
* update git repo url ([444f06b](https://github.com/
|
|
1238
|
+
* fix build break and upgrade dependencies ([917da5d](https://github.com/loopbackio/loopback-next/commit/917da5d))
|
|
1239
|
+
* update git repo url ([444f06b](https://github.com/loopbackio/loopback-next/commit/444f06b))
|
|
1197
1240
|
|
|
1198
1241
|
|
|
1199
1242
|
|
|
1200
1243
|
|
|
1201
1244
|
<a name="4.0.0-alpha.7"></a>
|
|
1202
|
-
# [4.0.0-alpha.7](https://github.com/
|
|
1245
|
+
# [4.0.0-alpha.7](https://github.com/loopbackio/loopback4-build/compare/@loopback/build@4.0.0-alpha.6...@loopback/build@4.0.0-alpha.7) (2017-12-11)
|
|
1203
1246
|
|
|
1204
1247
|
|
|
1205
1248
|
### Bug Fixes
|
|
1206
1249
|
|
|
1207
|
-
* Fix node module names in source code headers ([0316f28](https://github.com/
|
|
1250
|
+
* Fix node module names in source code headers ([0316f28](https://github.com/loopbackio/loopback4-build/commit/0316f28))
|
|
1208
1251
|
|
|
1209
1252
|
|
|
1210
1253
|
|
|
1211
1254
|
|
|
1212
1255
|
<a name="4.0.0-alpha.6"></a>
|
|
1213
|
-
# [4.0.0-alpha.6](https://github.com/
|
|
1256
|
+
# [4.0.0-alpha.6](https://github.com/loopbackio/loopback4-build/compare/@loopback/build@4.0.0-alpha.5...@loopback/build@4.0.0-alpha.6) (2017-11-29)
|
|
1214
1257
|
|
|
1215
1258
|
|
|
1216
1259
|
|
|
@@ -1218,7 +1261,7 @@ userland Promise instance to a native Promise via
|
|
|
1218
1261
|
**Note:** Version bump only for package @loopback/build
|
|
1219
1262
|
|
|
1220
1263
|
<a name="4.0.0-alpha.5"></a>
|
|
1221
|
-
# [4.0.0-alpha.5](https://github.com/
|
|
1264
|
+
# [4.0.0-alpha.5](https://github.com/loopbackio/loopback4-build/compare/@loopback/build@4.0.0-alpha.4...@loopback/build@4.0.0-alpha.5) (2017-11-09)
|
|
1222
1265
|
|
|
1223
1266
|
|
|
1224
1267
|
|
|
@@ -1226,7 +1269,7 @@ userland Promise instance to a native Promise via
|
|
|
1226
1269
|
**Note:** Version bump only for package @loopback/build
|
|
1227
1270
|
|
|
1228
1271
|
<a name="4.0.0-alpha.4"></a>
|
|
1229
|
-
# [4.0.0-alpha.4](https://github.com/
|
|
1272
|
+
# [4.0.0-alpha.4](https://github.com/loopbackio/loopback4-build/compare/@loopback/build@4.0.0-alpha.3...@loopback/build@4.0.0-alpha.4) (2017-11-06)
|
|
1230
1273
|
|
|
1231
1274
|
|
|
1232
1275
|
|
|
@@ -1234,7 +1277,7 @@ userland Promise instance to a native Promise via
|
|
|
1234
1277
|
**Note:** Version bump only for package @loopback/build
|
|
1235
1278
|
|
|
1236
1279
|
<a name="4.0.0-alpha.3"></a>
|
|
1237
|
-
# [4.0.0-alpha.3](https://github.com/
|
|
1280
|
+
# [4.0.0-alpha.3](https://github.com/loopbackio/loopback4-build/compare/@loopback/build@4.0.0-alpha.2...@loopback/build@4.0.0-alpha.3) (2017-10-31)
|
|
1238
1281
|
|
|
1239
1282
|
|
|
1240
1283
|
|
|
@@ -1247,4 +1290,4 @@ userland Promise instance to a native Promise via
|
|
|
1247
1290
|
|
|
1248
1291
|
### Features
|
|
1249
1292
|
|
|
1250
|
-
* Add build scripts as a separate package ([6eacee7](https://github.com/
|
|
1293
|
+
* Add build scripts as a separate package ([6eacee7](https://github.com/loopbackio/loopback4-build/commit/6eacee7))
|