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