oc 0.49.34 → 0.49.36
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 +11 -300
- package/dist/cli/domain/handle-dependencies/require-template.js +1 -1
- package/dist/components/oc-client/_package/package.json +1 -1
- package/dist/components/oc-client/_package/server.js +1 -1
- package/dist/components/oc-client/_package/src/oc-client.min.js +3 -828
- package/dist/components/oc-client/_package/src/oc-client.min.map +1 -1
- package/dist/components/oc-client/package.json +1 -1
- package/dist/components/oc-client/src/oc-client.min.js +3 -828
- package/dist/components/oc-client/src/oc-client.min.map +1 -1
- package/dist/registry/routes/components.js +1 -0
- package/dist/registry/routes/helpers/get-component.d.ts +1 -0
- package/dist/registry/routes/helpers/get-component.js +3 -1
- package/logintervals.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,57 +1,48 @@
|
|
|
1
1
|
## Change Log
|
|
2
2
|
|
|
3
|
-
### v0.49.
|
|
3
|
+
### v0.49.36
|
|
4
|
+
- [#1346](https://github.com/opencomponents/oc/pull/1346) Add support for Actions
|
|
4
5
|
|
|
6
|
+
### v0.49.34
|
|
5
7
|
- [#1342](https://github.com/opencomponents/oc/pull/1342) [Snyk] Security upgrade semver from 7.4.0 to 7.5.2
|
|
6
8
|
- [#1344](https://github.com/opencomponents/oc/pull/1344) Bump word-wrap from 1.2.3 to 1.2.4
|
|
7
9
|
|
|
8
10
|
### v0.49.30
|
|
9
|
-
|
|
10
11
|
- [#1339](https://github.com/opencomponents/oc/pull/1339) add dryrun on CLI and Registry
|
|
11
12
|
- [#1334](https://github.com/opencomponents/oc/pull/1334) [Snyk] Security upgrade oc-template-es6-compiler from 2.1.0 to 3.0.0
|
|
12
13
|
|
|
13
14
|
### v0.49.29
|
|
14
|
-
|
|
15
15
|
- [#1327](https://github.com/opencomponents/oc/pull/1327) showing all error when publishing fails
|
|
16
16
|
|
|
17
17
|
### v0.49.28
|
|
18
|
-
|
|
19
18
|
- [#1337](https://github.com/opencomponents/oc/pull/1337) send data-provider-error event
|
|
20
19
|
|
|
21
20
|
### v0.49.27
|
|
22
|
-
|
|
23
21
|
- [#1336](https://github.com/opencomponents/oc/pull/1336) add support for global fetch on components
|
|
24
22
|
- [#1324](https://github.com/opencomponents/oc/pull/1324) Bump http-cache-semantics from 4.1.0 to 4.1.1
|
|
25
23
|
- [#1332](https://github.com/opencomponents/oc/pull/1332) Bump webpack from 5.64.4 to 5.77.0
|
|
26
24
|
|
|
27
25
|
### v0.49.24
|
|
28
|
-
|
|
29
26
|
- [#1329](https://github.com/opencomponents/oc/pull/1329) check for exports data too
|
|
30
27
|
|
|
31
28
|
### v0.49.23
|
|
32
|
-
|
|
33
29
|
- [#1320](https://github.com/opencomponents/oc/pull/1320) make npmignore applied only to root folders
|
|
34
30
|
|
|
35
31
|
### v0.49.22
|
|
36
|
-
|
|
37
32
|
- [#1319](https://github.com/opencomponents/oc/pull/1319) Check unverified packages after start/publishing
|
|
38
33
|
|
|
39
34
|
### v0.49.21
|
|
40
|
-
|
|
41
35
|
- [#1303](https://github.com/opencomponents/oc/pull/1303) add ability to retreieve environment variables from an env file
|
|
42
36
|
- [#1312](https://github.com/opencomponents/oc/pull/1312) Upgrade project default Node.js version to 16
|
|
43
37
|
- [#1317](https://github.com/opencomponents/oc/pull/1317) Bump loader-utils from 1.4.0 to 1.4.2
|
|
44
38
|
|
|
45
39
|
### v0.49.19
|
|
46
|
-
|
|
47
40
|
- [#1315](https://github.com/opencomponents/oc/pull/1315) include the entire console api in the production stub
|
|
48
41
|
|
|
49
42
|
### v0.49.16
|
|
50
|
-
|
|
51
43
|
- [#1313](https://github.com/opencomponents/oc/pull/1313) remove some any types
|
|
52
44
|
|
|
53
45
|
### v0.49.14
|
|
54
|
-
|
|
55
46
|
- [#1308](https://github.com/opencomponents/oc/pull/1308) Update project to Node.js 14.x
|
|
56
47
|
- [#1310](https://github.com/opencomponents/oc/pull/1310) Add Node.js v18 to CI
|
|
57
48
|
- [#1306](https://github.com/opencomponents/oc/pull/1306) Align the Node.js nvm version with the one in package.json
|
|
@@ -65,11 +56,9 @@
|
|
|
65
56
|
- [#1296](https://github.com/opencomponents/oc/pull/1296) removing express-promise-router
|
|
66
57
|
|
|
67
58
|
### v0.49.12
|
|
68
|
-
|
|
69
59
|
- [#1295](https://github.com/opencomponents/oc/pull/1295) add option to send custom status code back to the registry
|
|
70
60
|
|
|
71
61
|
### v0.49.8
|
|
72
|
-
|
|
73
62
|
- [#1292](https://github.com/opencomponents/oc/pull/1292) dont watch files on temp folder from templates
|
|
74
63
|
- [#1289](https://github.com/opencomponents/oc/pull/1289) use polling on watch
|
|
75
64
|
- [#1288](https://github.com/opencomponents/oc/pull/1288) Update README documentation link
|
|
@@ -92,20 +81,16 @@
|
|
|
92
81
|
- [#1241](https://github.com/opencomponents/oc/pull/1241) Start moving callback based functions to promises
|
|
93
82
|
|
|
94
83
|
### v0.49.7
|
|
95
|
-
|
|
96
84
|
- [#1283](https://github.com/opencomponents/oc/pull/1283) add "open" link to component preview page
|
|
97
85
|
- [#1279](https://github.com/opencomponents/oc/pull/1279) improve auth flexibility allowing to pass any library on type field
|
|
98
86
|
|
|
99
87
|
### v0.49.6
|
|
100
|
-
|
|
101
88
|
- [#1282](https://github.com/opencomponents/oc/pull/1282) Minor logging improvements
|
|
102
89
|
|
|
103
90
|
### v0.49.5
|
|
104
|
-
|
|
105
91
|
- [#1280](https://github.com/opencomponents/oc/pull/1280) [INTERNAL] Allow for non-number port (i.e. pipe)
|
|
106
92
|
|
|
107
93
|
### v0.49.4
|
|
108
|
-
|
|
109
94
|
- [#1277](https://github.com/opencomponents/oc/pull/1277) [CLI-FEATURE] add registries options for oc publish
|
|
110
95
|
- [#1276](https://github.com/opencomponents/oc/pull/1276) [CLI-FEATURE] filter components to run when running oc dev
|
|
111
96
|
- [#1270](https://github.com/opencomponents/oc/pull/1270) [INTERNAL] remove code about module.paths pushing on authentication
|
|
@@ -113,7 +98,7 @@
|
|
|
113
98
|
- [#1271](https://github.com/opencomponents/oc/pull/1271) [TYPE IMPROVEMENT] remove global callback and dictionary types
|
|
114
99
|
- [#1268](https://github.com/opencomponents/oc/pull/1268) [IMPROVEMENT] Improve typings of events in events handler
|
|
115
100
|
- [#1264](https://github.com/opencomponents/oc/pull/1264) [INTERNAL] Replace lodash type checkers with typeof
|
|
116
|
-
- [#1263](https://github.com/opencomponents/oc/pull/1263) [INTERNAL] Replace usage of lodash
|
|
101
|
+
- [#1263](https://github.com/opencomponents/oc/pull/1263) [INTERNAL] Replace usage of lodash _.extend with Object.assign
|
|
117
102
|
- [#1261](https://github.com/opencomponents/oc/pull/1261) [INTERNAL] type cleanRequire better
|
|
118
103
|
- [#1256](https://github.com/opencomponents/oc/pull/1256) [INTERNAL] enable noUnusedParameters and noImplicitReturns rules. fix problems
|
|
119
104
|
- [#1260](https://github.com/opencomponents/oc/pull/1260) [INTERNAL] Remove pad-zero util
|
|
@@ -121,11 +106,9 @@
|
|
|
121
106
|
- [#1253](https://github.com/opencomponents/oc/pull/1253) [INTERNAL] Simplify log parameter names for newline
|
|
122
107
|
|
|
123
108
|
### v0.49.3
|
|
124
|
-
|
|
125
109
|
- [#1262](https://github.com/opencomponents/oc/pull/1262) [BUGFIX] Add back --prefix when installing dependencies
|
|
126
110
|
|
|
127
111
|
### v0.49.2
|
|
128
|
-
|
|
129
112
|
- [#1259](https://github.com/opencomponents/oc/pull/1259) [BUGFIX] remove prefix command on npm
|
|
130
113
|
- [#1248](https://github.com/opencomponents/oc/pull/1248) Type better baseUrlFunc and discoveryFunc
|
|
131
114
|
- [#1249](https://github.com/opencomponents/oc/pull/1249) use internal body-parser from express >=4.16
|
|
@@ -163,13 +146,11 @@
|
|
|
163
146
|
- [#1210](https://github.com/opencomponents/oc/pull/1210) remove new references on non-classes
|
|
164
147
|
|
|
165
148
|
### v0.49.1
|
|
166
|
-
|
|
167
149
|
- [#1215](https://github.com/opencomponents/oc/pull/1215) add default empty object for object keys
|
|
168
150
|
- [#1213](https://github.com/opencomponents/oc/pull/1213) replace _.keys and _.values with their Object methods
|
|
169
151
|
- [#1212](https://github.com/opencomponents/oc/pull/1212) add request ip to the context obj
|
|
170
152
|
|
|
171
153
|
### v0.49.0
|
|
172
|
-
|
|
173
154
|
- [#1207](https://github.com/opencomponents/oc/pull/1207) [BREAKING] Update oc-client-browser to 1.5.3
|
|
174
155
|
- [#1205](https://github.com/opencomponents/oc/pull/1205) update packages
|
|
175
156
|
- [#1206](https://github.com/opencomponents/oc/pull/1206) remove stringformat
|
|
@@ -179,11 +160,9 @@
|
|
|
179
160
|
- [#1203](https://github.com/opencomponents/oc/pull/1203) Drop support for Node 8/10
|
|
180
161
|
|
|
181
162
|
### v0.48.22
|
|
182
|
-
|
|
183
163
|
- [#1200](https://github.com/opencomponents/oc/pull/1200) upgrade oc-client to have es6 template by default
|
|
184
164
|
|
|
185
165
|
### v0.48.21
|
|
186
|
-
|
|
187
166
|
- [#1199](https://github.com/opencomponents/oc/pull/1199) Publish new version
|
|
188
167
|
- [#1198](https://github.com/opencomponents/oc/pull/1198) Upgrade oc client browser
|
|
189
168
|
- [#1194](https://github.com/opencomponents/oc/pull/1194) Available plugins
|
|
@@ -194,36 +173,28 @@
|
|
|
194
173
|
- [#1189](https://github.com/opencomponents/oc/pull/1189) Fix tests for windows
|
|
195
174
|
|
|
196
175
|
### v0.48.19
|
|
197
|
-
|
|
198
176
|
- [#1185](https://github.com/opencomponents/oc/pull/1185) update oc-client-browser package
|
|
199
177
|
|
|
200
178
|
### v0.48.18
|
|
201
|
-
|
|
202
179
|
- [#1184](https://github.com/opencomponents/oc/pull/1184) Add support for custom keepAliveTimeout config
|
|
203
180
|
|
|
204
181
|
### v0.48.17
|
|
205
|
-
|
|
206
182
|
- [#1181](https://github.com/opencomponents/oc/pull/1181) Handle scoped packages when removing version
|
|
207
183
|
|
|
208
184
|
### v0.48.16
|
|
209
|
-
|
|
210
185
|
- [#1180](https://github.com/opencomponents/oc/pull/1180) Respect cdn.maxConcurrentRequests in components-list
|
|
211
186
|
- [#1177](https://github.com/opencomponents/oc/pull/1177) Remove unsupported email address
|
|
212
187
|
|
|
213
188
|
### v0.48.15
|
|
214
|
-
|
|
215
189
|
- [#1174](https://github.com/opencomponents/oc/pull/1174) Handlebars OC Upgrade
|
|
216
190
|
|
|
217
191
|
### v0.48.14
|
|
218
|
-
|
|
219
192
|
- [#1173](https://github.com/opencomponents/oc/pull/1173) [SFX-2153] - Upgraded Handlebars Compiler
|
|
220
193
|
|
|
221
194
|
### v0.48.12
|
|
222
|
-
|
|
223
195
|
- [#1172](https://github.com/opencomponents/oc/pull/1172) [Snyk] Security upgrade oc-client from 3.2.10 to 3.2.11
|
|
224
196
|
|
|
225
197
|
### v0.48.9
|
|
226
|
-
|
|
227
198
|
- [#1170](https://github.com/opencomponents/oc/pull/1170) [SFX-2153] - Upgrading Handlerbars render to latest version
|
|
228
199
|
- [#1158](https://github.com/opencomponents/oc/pull/1158) Update mocha in package.json from 6.2.2 to 7.0.1
|
|
229
200
|
- [#1157](https://github.com/opencomponents/oc/pull/1157) Update async in package.json from 3.1.0 to 3.1.1
|
|
@@ -234,15 +205,12 @@
|
|
|
234
205
|
- [#1119](https://github.com/opencomponents/oc/pull/1119) Update cross-spawn in package.json from 7.0.0 to 7.0.1
|
|
235
206
|
|
|
236
207
|
### v0.48.6
|
|
237
|
-
|
|
238
208
|
- [#1123](https://github.com/opencomponents/oc/pull/1123) update travis.yml for node version 12
|
|
239
209
|
|
|
240
210
|
### v0.48.5
|
|
241
|
-
|
|
242
211
|
- [#1124](https://github.com/opencomponents/oc/pull/1124) Rollback handlebars
|
|
243
212
|
|
|
244
213
|
### v0.48.4
|
|
245
|
-
|
|
246
214
|
- [#1114](https://github.com/opencomponents/oc/pull/1114) Update oc-template-es6-compiler in package.json from 1.1.7 to 1.1.8
|
|
247
215
|
- [#1117](https://github.com/opencomponents/oc/pull/1117) Update oc-template-jade-compiler in package.json from 7.0.0 to 7.0.1
|
|
248
216
|
- [#1118](https://github.com/opencomponents/oc/pull/1118) Update various dependencies
|
|
@@ -257,11 +225,9 @@
|
|
|
257
225
|
- [#1103](https://github.com/opencomponents/oc/pull/1103) Update livereload in package.json from 0.8.0 to 0.8.1
|
|
258
226
|
|
|
259
227
|
### v0.48.3
|
|
260
|
-
|
|
261
228
|
- [#1102](https://github.com/opencomponents/oc/pull/1102) add off method (like EventListener.off)
|
|
262
229
|
|
|
263
230
|
### v0.48.2
|
|
264
|
-
|
|
265
231
|
- [#1101](https://github.com/opencomponents/oc/pull/1101) Update cross-spawn in package.json from ^6.0.3 to 7.0.0
|
|
266
232
|
- [#1100](https://github.com/opencomponents/oc/pull/1100) Update sinon in package.json from 7.4.1 to 7.4.2
|
|
267
233
|
- [#1099](https://github.com/opencomponents/oc/pull/1099) Update husky in package.json from 3.0.4 to 3.0.5
|
|
@@ -294,7 +260,6 @@
|
|
|
294
260
|
- [#1060](https://github.com/opencomponents/oc/pull/1060) Update oc-client in package.json from 3.2.6 to 3.2.7
|
|
295
261
|
|
|
296
262
|
### v0.48.1
|
|
297
|
-
|
|
298
263
|
- [#1056](https://github.com/opencomponents/oc/pull/1056) Added the support for changing the post request payload size
|
|
299
264
|
- [#1055](https://github.com/opencomponents/oc/pull/1055) Update husky in package.json from 2.4.0 to 2.4.1
|
|
300
265
|
- [#1057](https://github.com/opencomponents/oc/pull/1057) Update lint-staged in package.json from 8.2.0 to 8.2.1
|
|
@@ -302,13 +267,11 @@
|
|
|
302
267
|
- [#1052](https://github.com/opencomponents/oc/pull/1052) Update husky in package.json from 2.3.0 to 2.4.0
|
|
303
268
|
|
|
304
269
|
### v0.48.0
|
|
305
|
-
|
|
306
270
|
- [#1051](https://github.com/opencomponents/oc/pull/1051) Update oc-template-jade-compiler in package.json from 6.2.7 to 7.0.0
|
|
307
271
|
- [#1050](https://github.com/opencomponents/oc/pull/1050) Update oc-template-jade in package.json from 6.0.13 to 7.0.0
|
|
308
272
|
- [#1049](https://github.com/opencomponents/oc/pull/1049) Update oc-template-es6-compiler in package.json from 1.1.6 to 1.1.7
|
|
309
273
|
|
|
310
274
|
### v0.47.1
|
|
311
|
-
|
|
312
275
|
- [#1048](https://github.com/opencomponents/oc/pull/1048) Update semver in package.json from 6.1.0 to 6.1.1
|
|
313
276
|
- [#1047](https://github.com/opencomponents/oc/pull/1047) Update oc-template-jade-compiler in package.json from 6.2.6 to 6.2.7
|
|
314
277
|
- [#1045](https://github.com/opencomponents/oc/pull/1045) Update oc-client in package.json from 3.2.5 to 3.2.6
|
|
@@ -326,7 +289,6 @@
|
|
|
326
289
|
- [#1029](https://github.com/opencomponents/oc/pull/1029) Update husky in package.json from 2.1.0 to 2.2.0
|
|
327
290
|
|
|
328
291
|
### v0.47.0
|
|
329
|
-
|
|
330
292
|
- [#1024](https://github.com/opencomponents/oc/pull/1024) set headers for getComponents
|
|
331
293
|
- [#1028](https://github.com/opencomponents/oc/pull/1028) Update body-parser in package.json from 1.18.3 to 1.19.0
|
|
332
294
|
- [#1027](https://github.com/opencomponents/oc/pull/1027) Update husky in package.json from 1.3.1 to 2.1.0
|
|
@@ -340,7 +302,6 @@
|
|
|
340
302
|
- [#1015](https://github.com/opencomponents/oc/pull/1015) Update sinon in package.json from 7.3.0 to 7.3.1
|
|
341
303
|
|
|
342
304
|
### v0.46.0
|
|
343
|
-
|
|
344
305
|
- [#1013](https://github.com/opencomponents/oc/pull/1013) Update oc-client in package.json from 3.2.4 to 3.2.5
|
|
345
306
|
- [#1012](https://github.com/opencomponents/oc/pull/1012) Remove support for node 6
|
|
346
307
|
- [#1010](https://github.com/opencomponents/oc/pull/1010) Update serialize-error in package.json from 3.0.0 to 4.0.0
|
|
@@ -355,11 +316,9 @@
|
|
|
355
316
|
- [#1002](https://github.com/opencomponents/oc/pull/1002) Update mocha in package.json from 6.0.0 to 6.0.1
|
|
356
317
|
|
|
357
318
|
### v0.45.4
|
|
358
|
-
|
|
359
319
|
- [#1001](https://github.com/opencomponents/oc/pull/1001) [Snyk] Fix for 1 vulnerable dependencies
|
|
360
320
|
|
|
361
321
|
### v0.45.3
|
|
362
|
-
|
|
363
322
|
- [#1000](https://github.com/opencomponents/oc/pull/1000) [Snyk] Fix for 1 vulnerable dependencies
|
|
364
323
|
- [#997](https://github.com/opencomponents/oc/pull/997) Update yargs in package.json from 13.2.0 to 13.2.1
|
|
365
324
|
- [#999](https://github.com/opencomponents/oc/pull/999) Update sinon in package.json from 7.2.3 to 7.2.4
|
|
@@ -375,7 +334,6 @@
|
|
|
375
334
|
- [#986](https://github.com/opencomponents/oc/pull/986) Update husky in package.json from 1.3.0 to 1.3.1
|
|
376
335
|
|
|
377
336
|
### v0.45.2
|
|
378
|
-
|
|
379
337
|
- [#983](https://github.com/opencomponents/oc/pull/983) Update oc-template-handlebars-compiler in package.json from 6.2.4 to 6.2.6
|
|
380
338
|
- [#985](https://github.com/opencomponents/oc/pull/985) Update oc-template-jade-compiler in package.json from 6.2.4 to 6.2.6
|
|
381
339
|
- [#984](https://github.com/opencomponents/oc/pull/984) Update oc-template-es6-compiler in package.json from 1.1.3 to 1.1.5
|
|
@@ -387,7 +345,6 @@
|
|
|
387
345
|
- [#973](https://github.com/opencomponents/oc/pull/973) Update colors in package.json from 1.3.2 to 1.3.3
|
|
388
346
|
|
|
389
347
|
### v0.45.1
|
|
390
|
-
|
|
391
348
|
- [#971](https://github.com/opencomponents/oc/pull/971) oc package now is able to reuse modules in component path
|
|
392
349
|
- [#951](https://github.com/opencomponents/oc/pull/951) Update form-data in package.json from 2.3.2 to 2.3.3
|
|
393
350
|
- [#970](https://github.com/opencomponents/oc/pull/970) Update lint-staged in package.json from 8.0.5 to 8.1.0
|
|
@@ -407,7 +364,6 @@
|
|
|
407
364
|
- [#947](https://github.com/opencomponents/oc/pull/947) Update express in package.json from 4.16.3 to 4.16.4
|
|
408
365
|
|
|
409
366
|
### v0.45.0
|
|
410
|
-
|
|
411
367
|
- [#941](https://github.com/opencomponents/oc/pull/941) [Suggestion] Handling relative path when initiating component
|
|
412
368
|
- [#944](https://github.com/opencomponents/oc/pull/944) Update sinon in package.json from 6.3.4 to 6.3.5
|
|
413
369
|
- [#945](https://github.com/opencomponents/oc/pull/945) Update husky in package.json from 1.0.1 to 1.1.1
|
|
@@ -416,7 +372,6 @@
|
|
|
416
372
|
- [#939](https://github.com/opencomponents/oc/pull/939) Update chai in package.json from 4.1.2 to 4.2.0
|
|
417
373
|
|
|
418
374
|
### v0.44.13
|
|
419
|
-
|
|
420
375
|
- [#933](https://github.com/opencomponents/oc/pull/933) Update morgan in package.json from 1.9.0 to 1.9.1
|
|
421
376
|
- [#926](https://github.com/opencomponents/oc/pull/926) Update dependency-graph in package.json from 0.7.1 to 0.7.2
|
|
422
377
|
- [#937](https://github.com/opencomponents/oc/pull/937) Update opn in package.json from 5.3.0 to 5.4.0
|
|
@@ -432,7 +387,6 @@
|
|
|
432
387
|
- [#916](https://github.com/opencomponents/oc/pull/916) Update oc-s3-storage-adapter in package.json from 1.1.2 to 1.1.3
|
|
433
388
|
|
|
434
389
|
### v0.44.12
|
|
435
|
-
|
|
436
390
|
- [#915](https://github.com/opencomponents/oc/pull/915) Update oc-storage-adapters-utils in package.json from 1.0.2 to 1.0.3
|
|
437
391
|
- [#914](https://github.com/opencomponents/oc/pull/914) Update sinon in package.json from 6.1.0 to 6.1.3
|
|
438
392
|
- [#910](https://github.com/opencomponents/oc/pull/910) Update yargs in package.json from ^11.0.0 to 12.0.1
|
|
@@ -442,11 +396,9 @@
|
|
|
442
396
|
- [#905](https://github.com/opencomponents/oc/pull/905) Update sinon in package.json from ^5.0.10 to 6.0.0
|
|
443
397
|
|
|
444
398
|
### v0.44.11
|
|
445
|
-
|
|
446
399
|
- [#904](https://github.com/opencomponents/oc/pull/904) Upgrade deps
|
|
447
400
|
|
|
448
401
|
### v0.44.10
|
|
449
|
-
|
|
450
402
|
- [#902](https://github.com/opencomponents/oc/pull/902) Update oc-client in package.json from 3.2.0 to 3.2.1
|
|
451
403
|
- [#895](https://github.com/opencomponents/oc/pull/895) Update chai in package.json from 3.5.0 to 4.1.2
|
|
452
404
|
- [#903](https://github.com/opencomponents/oc/pull/903) Update oc-client-browser in package.json from 1.3.2 to 1.3.3
|
|
@@ -455,11 +407,9 @@
|
|
|
455
407
|
- [#900](https://github.com/opencomponents/oc/pull/900) Update oc-client in package.json from 3.1.0 to 3.2.0
|
|
456
408
|
|
|
457
409
|
### v0.44.9
|
|
458
|
-
|
|
459
410
|
- [#897](https://github.com/opencomponents/oc/pull/897) [DX-515] Async waterfall was calling the wrong callback
|
|
460
411
|
|
|
461
412
|
### v0.44.8
|
|
462
|
-
|
|
463
413
|
- [#896](https://github.com/opencomponents/oc/pull/896) Update compilers
|
|
464
414
|
- [#891](https://github.com/opencomponents/oc/pull/891) Update oc-client-browser in package.json from 1.3.1 to 1.3.2
|
|
465
415
|
- [#890](https://github.com/opencomponents/oc/pull/890) Update fs-extra in package.json from 6.0.0 to 6.0.1
|
|
@@ -467,15 +417,12 @@
|
|
|
467
417
|
- [#888](https://github.com/opencomponents/oc/pull/888) Switch from Greenkeeper to dependencies.io
|
|
468
418
|
|
|
469
419
|
### v0.44.7
|
|
470
|
-
|
|
471
420
|
- [#885](https://github.com/opencomponents/oc/pull/885) Add .idea/ in files patterns to ignore
|
|
472
421
|
|
|
473
422
|
### v0.44.6
|
|
474
|
-
|
|
475
423
|
- [#886](https://github.com/opencomponents/oc/pull/886) Lock broken version of es6-compiler
|
|
476
424
|
|
|
477
425
|
### v0.44.5
|
|
478
|
-
|
|
479
426
|
- [#881](https://github.com/opencomponents/oc/pull/881) chore(package): update sinon to version 5.0.10
|
|
480
427
|
- [#884](https://github.com/opencomponents/oc/pull/884) ensuring trailing slash to the registry url before removing
|
|
481
428
|
- [#882](https://github.com/opencomponents/oc/pull/882) Update builtin-modules to the latest version 🚀
|
|
@@ -484,39 +431,32 @@
|
|
|
484
431
|
- [#877](https://github.com/opencomponents/oc/pull/877) UI bugfix
|
|
485
432
|
|
|
486
433
|
### v0.44.4
|
|
487
|
-
|
|
488
434
|
- [#875](https://github.com/opencomponents/oc/pull/875) [DX-502] Add templates info into OC UI
|
|
489
435
|
- [#874](https://github.com/opencomponents/oc/pull/874) Update body-parser to the latest version 🚀
|
|
490
436
|
|
|
491
437
|
### v0.44.3
|
|
492
|
-
|
|
493
438
|
- [#872](https://github.com/opencomponents/oc/pull/872) [DX-497] OC Clean
|
|
494
439
|
- [#871](https://github.com/opencomponents/oc/pull/871) [DX-467] Legacy cleanup Part I
|
|
495
440
|
- [#869](https://github.com/opencomponents/oc/pull/869) [DX-496] Fix port allocation for liveReload
|
|
496
441
|
- [#870](https://github.com/opencomponents/oc/pull/870) Update fs-extra to the latest version 🚀
|
|
497
442
|
|
|
498
443
|
### v0.44.2
|
|
499
|
-
|
|
500
444
|
- [#868](https://github.com/opencomponents/oc/pull/868) Live reload to work in dev only when hotReloading flag is on
|
|
501
445
|
- [#867](https://github.com/opencomponents/oc/pull/867) Fix git script
|
|
502
446
|
|
|
503
447
|
### v0.44.1
|
|
504
|
-
|
|
505
448
|
- [#864](https://github.com/opencomponents/oc/pull/864) [DX-467] Remove Pug dependency from the UI
|
|
506
449
|
- [#865](https://github.com/opencomponents/oc/pull/865) Integrate CI to modern node versions
|
|
507
450
|
- [#866](https://github.com/opencomponents/oc/pull/866) Update colors to the latest version 🚀
|
|
508
451
|
|
|
509
452
|
### v0.44.0
|
|
510
|
-
|
|
511
453
|
- [#862](https://github.com/opencomponents/oc/pull/862) [DX-467] Add ES6 template as default core template
|
|
512
454
|
- [#863](https://github.com/opencomponents/oc/pull/863) Update oc-client to the latest version 🚀
|
|
513
455
|
|
|
514
456
|
### v0.43.2
|
|
515
|
-
|
|
516
457
|
- [#861](https://github.com/opencomponents/oc/pull/861) Housekeeping
|
|
517
458
|
|
|
518
459
|
### v0.43.0
|
|
519
|
-
|
|
520
460
|
- [#852](https://github.com/opencomponents/oc/pull/852) [DX-412] Empty response setter on context
|
|
521
461
|
- [#860](https://github.com/opencomponents/oc/pull/860) Housekeeping
|
|
522
462
|
- [#859](https://github.com/opencomponents/oc/pull/859) Update oc-client to the latest version 🚀
|
|
@@ -545,27 +485,22 @@
|
|
|
545
485
|
- [#830](https://github.com/opencomponents/oc/pull/830) Update form-data to the latest version 🚀
|
|
546
486
|
|
|
547
487
|
### v0.42.26
|
|
548
|
-
|
|
549
488
|
- [#829](https://github.com/opencomponents/oc/pull/829) Added author to components list view and author filter
|
|
550
489
|
|
|
551
490
|
### v0.42.25
|
|
552
|
-
|
|
553
491
|
- [#828](https://github.com/opencomponents/oc/pull/828) Update oc-client to the latest version 🚀
|
|
554
492
|
- [#827](https://github.com/opencomponents/oc/pull/827) Update oc-client-browser to the latest version 🚀
|
|
555
493
|
- [#826](https://github.com/opencomponents/oc/pull/826) Update oc-client to the latest version 🚀
|
|
556
494
|
|
|
557
495
|
### v0.42.24
|
|
558
|
-
|
|
559
496
|
- [#825](https://github.com/opencomponents/oc/pull/825) [DX-385] Add sourcemaps to server.js during dev, add path to node's vm
|
|
560
497
|
|
|
561
498
|
### v0.42.21
|
|
562
|
-
|
|
563
499
|
- [#823](https://github.com/opencomponents/oc/pull/823) [DX-390] Fix protocol sanitization
|
|
564
500
|
- [#822](https://github.com/opencomponents/oc/pull/822) logo-type
|
|
565
501
|
- [#821](https://github.com/opencomponents/oc/pull/821) Node builds matrix
|
|
566
502
|
|
|
567
503
|
### v0.42.20
|
|
568
|
-
|
|
569
504
|
- [#820](https://github.com/opencomponents/oc/pull/820) [DX-353] Serialize exception
|
|
570
505
|
- [#818](https://github.com/opencomponents/oc/pull/818) Update oc-s3-storage-adapter to the latest version 🚀
|
|
571
506
|
- [#816](https://github.com/opencomponents/oc/pull/816) updated logo asset
|
|
@@ -573,16 +508,13 @@
|
|
|
573
508
|
- [#814](https://github.com/opencomponents/oc/pull/814) Update dependencies to enable Greenkeeper 🌴
|
|
574
509
|
|
|
575
510
|
### v0.42.19
|
|
576
|
-
|
|
577
|
-
- [#813](https://github.com/opencomponents/oc/pull/813) [DX-366] Allow usage of protocol in storage.options.path
|
|
511
|
+
- [#813](https://github.com/opencomponents/oc/pull/813) [DX-366] Allow usage of protocol in storage.options.path
|
|
578
512
|
- [#812](https://github.com/opencomponents/oc/pull/812) Update oc-s3-storage-adapter to the latest version 🚀
|
|
579
513
|
|
|
580
514
|
### v0.42.18
|
|
581
|
-
|
|
582
515
|
- [#811](https://github.com/opencomponents/oc/pull/811) [DX-363] Registry conf.env sanitizer
|
|
583
516
|
|
|
584
517
|
### v0.42.17
|
|
585
|
-
|
|
586
518
|
- [#810](https://github.com/opencomponents/oc/pull/810) [DX-270] Async update
|
|
587
519
|
- [#809](https://github.com/opencomponents/oc/pull/809) fix(package): update cross-spawn to version 6.0.3
|
|
588
520
|
- [#806](https://github.com/opencomponents/oc/pull/806) Update minimal-request to the latest version 🚀
|
|
@@ -592,20 +524,16 @@
|
|
|
592
524
|
- [#801](https://github.com/opencomponents/oc/pull/801) Update opn to the latest version 🚀
|
|
593
525
|
|
|
594
526
|
### v0.42.16
|
|
595
|
-
|
|
596
527
|
- [#792](https://github.com/opencomponents/oc/pull/792) Add test for issue #789 showing error message [Object object]
|
|
597
528
|
|
|
598
529
|
### v0.42.15
|
|
599
|
-
|
|
600
530
|
- [#798](https://github.com/opencomponents/oc/pull/798) Update oc-client to the latest version 🚀
|
|
601
531
|
- [#797](https://github.com/opencomponents/oc/pull/797) Update oc-client-browser to the latest version 🚀
|
|
602
532
|
|
|
603
533
|
### v0.42.14
|
|
604
|
-
|
|
605
|
-
- [#795](https://github.com/opencomponents/oc/pull/795) [DX-324] full async plugins initialisation
|
|
534
|
+
- [#795](https://github.com/opencomponents/oc/pull/795) [DX-324] full async plugins initialisation
|
|
606
535
|
|
|
607
536
|
### v0.42.13
|
|
608
|
-
|
|
609
537
|
- [#794](https://github.com/opencomponents/oc/pull/794) [DX-296] Mocks can have the same signature as real plugins
|
|
610
538
|
- [#793](https://github.com/opencomponents/oc/pull/793) Update oc-s3-storage-adapter to the latest version 🚀
|
|
611
539
|
- [#790](https://github.com/opencomponents/oc/pull/790) Update oc-template-jade-compiler to the latest version 🚀
|
|
@@ -613,7 +541,6 @@
|
|
|
613
541
|
- [#788](https://github.com/opencomponents/oc/pull/788) Update fs-extra to the latest version 🚀
|
|
614
542
|
|
|
615
543
|
### v0.42.12
|
|
616
|
-
|
|
617
544
|
- [#786](https://github.com/opencomponents/oc/pull/786) Update oc-template-handlebars-compiler to the latest version 🚀
|
|
618
545
|
- [#787](https://github.com/opencomponents/oc/pull/787) Update oc-template-jade-compiler to the latest version 🚀
|
|
619
546
|
- [#785](https://github.com/opencomponents/oc/pull/785) Update oc-client to the latest version 🚀
|
|
@@ -623,42 +550,34 @@
|
|
|
623
550
|
- [#781](https://github.com/opencomponents/oc/pull/781) Update fs-extra to the latest version 🚀
|
|
624
551
|
|
|
625
552
|
### v0.42.10
|
|
626
|
-
|
|
627
553
|
- [#775](https://github.com/opencomponents/oc/pull/775) Add github issue/PR templates
|
|
628
554
|
- [#780](https://github.com/opencomponents/oc/pull/780) Update oc-client to the latest version 🚀
|
|
629
555
|
- [#779](https://github.com/opencomponents/oc/pull/779) Update oc-client-browser to the latest version 🚀
|
|
630
556
|
- [#776](https://github.com/opencomponents/oc/pull/776) Update lint-staged to the latest version 🚀
|
|
631
557
|
|
|
632
558
|
### v0.42.7
|
|
633
|
-
|
|
634
559
|
- [#778](https://github.com/opencomponents/oc/pull/778) Update oc-client to the latest version 🚀
|
|
635
560
|
- [#777](https://github.com/opencomponents/oc/pull/777) Update oc-client-browser to the latest version 🚀
|
|
636
561
|
|
|
637
562
|
### v0.42.6
|
|
638
|
-
|
|
639
563
|
- [#774](https://github.com/opencomponents/oc/pull/774) logger.fail bugfix
|
|
640
564
|
|
|
641
565
|
### v0.42.5
|
|
642
|
-
|
|
643
566
|
- [#773](https://github.com/opencomponents/oc/pull/773) [DX-283] Dependencies handler on packaging
|
|
644
567
|
|
|
645
568
|
### v0.42.4
|
|
646
|
-
|
|
647
569
|
- [#772](https://github.com/opencomponents/oc/pull/772) Update oc-client to the latest version 🚀
|
|
648
570
|
- [#771](https://github.com/opencomponents/oc/pull/771) [DX-277] Pass the templates down to the client via the registry
|
|
649
571
|
- [#770](https://github.com/opencomponents/oc/pull/770) Update oc-client-browser to the latest version 🚀
|
|
650
572
|
|
|
651
573
|
### v0.42.3
|
|
652
|
-
|
|
653
574
|
- [#768](https://github.com/opencomponents/oc/pull/768) [DX-247] dev/publish cli mode - prevent some deps to run in an infinite loop
|
|
654
575
|
|
|
655
576
|
### v0.42.2
|
|
656
|
-
|
|
657
577
|
- [#757](https://github.com/opencomponents/oc/pull/757) [DX-260] s3 storage adapter
|
|
658
578
|
- [#767](https://github.com/opencomponents/oc/pull/767) Update oc-client to the latest version 🚀
|
|
659
579
|
|
|
660
580
|
### v0.42.1
|
|
661
|
-
|
|
662
581
|
- [#765](https://github.com/opencomponents/oc/pull/765) Update oc-template-handlebars-compiler to the latest version 🚀
|
|
663
582
|
- [#766](https://github.com/opencomponents/oc/pull/766) Update oc-template-jade-compiler to the latest version 🚀
|
|
664
583
|
- [#763](https://github.com/opencomponents/oc/pull/763) passing prefix option to dev cmd
|
|
@@ -679,7 +598,6 @@
|
|
|
679
598
|
- [#746](https://github.com/opencomponents/oc/pull/746) Update oc-template-handlebars to the latest version 🚀
|
|
680
599
|
|
|
681
600
|
### v0.42.0
|
|
682
|
-
|
|
683
601
|
- [#745](https://github.com/opencomponents/oc/pull/745) Update oc-client to the latest version 🚀
|
|
684
602
|
- [#744](https://github.com/opencomponents/oc/pull/744) Update oc-template-handlebars to the latest version 🚀
|
|
685
603
|
- [#743](https://github.com/opencomponents/oc/pull/743) Update aws-sdk to the latest version 🚀
|
|
@@ -691,23 +609,19 @@
|
|
|
691
609
|
- [#734](https://github.com/opencomponents/oc/pull/734) Update aws-sdk to the latest version 🚀
|
|
692
610
|
|
|
693
611
|
### v0.41.16
|
|
694
|
-
|
|
695
612
|
- [#733](https://github.com/opencomponents/oc/pull/733) Repackage all components when file is outside component dir
|
|
696
613
|
- [#732](https://github.com/opencomponents/oc/pull/732) Prettify all the things
|
|
697
614
|
- [#731](https://github.com/opencomponents/oc/pull/731) this-less cleanup
|
|
698
615
|
- [#729](https://github.com/opencomponents/oc/pull/729) Update aws-sdk to the latest version 🚀
|
|
699
616
|
|
|
700
617
|
### v0.41.15
|
|
701
|
-
|
|
702
618
|
- [#710](https://github.com/opencomponents/oc/pull/710) [DX-185] install compiler inside each components' dir
|
|
703
619
|
|
|
704
620
|
### v0.41.14
|
|
705
|
-
|
|
706
621
|
- [#728](https://github.com/opencomponents/oc/pull/728) [DX-226] ]Minimal css for the preview view
|
|
707
622
|
- [#727](https://github.com/opencomponents/oc/pull/727) Update aws-sdk to the latest version 🚀
|
|
708
623
|
|
|
709
624
|
### v0.41.13
|
|
710
|
-
|
|
711
625
|
- [#725](https://github.com/opencomponents/oc/pull/725) [DX-221] Removing two clones
|
|
712
626
|
- [#724](https://github.com/opencomponents/oc/pull/724) Update aws-sdk to the latest version 🚀
|
|
713
627
|
- [#723](https://github.com/opencomponents/oc/pull/723) Update aws-sdk to the latest version 🚀
|
|
@@ -726,7 +640,6 @@
|
|
|
726
640
|
- [#709](https://github.com/opencomponents/oc/pull/709) Update aws-sdk to the latest version 🚀
|
|
727
641
|
|
|
728
642
|
### v0.41.12
|
|
729
|
-
|
|
730
643
|
- [#708](https://github.com/opencomponents/oc/pull/708) Update oc-client to the latest version 🚀
|
|
731
644
|
- [#707](https://github.com/opencomponents/oc/pull/707) Update oc-client-browser to the latest version 🚀
|
|
732
645
|
- [#706](https://github.com/opencomponents/oc/pull/706) Update oc-client-browser to the latest version 🚀
|
|
@@ -735,25 +648,21 @@
|
|
|
735
648
|
- [#659](https://github.com/opencomponents/oc/pull/659) Issue #464: Replaces Grunt with NPM scripts
|
|
736
649
|
|
|
737
650
|
### v0.41.11
|
|
738
|
-
|
|
739
651
|
- [#703](https://github.com/opencomponents/oc/pull/703) Infinite npm i loop fix
|
|
740
652
|
- [#702](https://github.com/opencomponents/oc/pull/702) Update dependency-graph to the latest version 🚀
|
|
741
653
|
- [#701](https://github.com/opencomponents/oc/pull/701) Update aws-sdk to the latest version 🚀
|
|
742
654
|
|
|
743
655
|
### v0.41.10
|
|
744
|
-
|
|
745
656
|
- [#700](https://github.com/opencomponents/oc/pull/700) Error publish
|
|
746
657
|
- [#699](https://github.com/opencomponents/oc/pull/699) Meaningful error shown when publish fails due to a generic API error
|
|
747
658
|
- [#695](https://github.com/opencomponents/oc/pull/695) Update aws-sdk to the latest version 🚀
|
|
748
659
|
- [#688](https://github.com/opencomponents/oc/pull/688) Decouple s3
|
|
749
660
|
|
|
750
661
|
### v0.41.9
|
|
751
|
-
|
|
752
662
|
- [#693](https://github.com/opencomponents/oc/pull/693) [DX-198] Watch .github.io folders
|
|
753
663
|
- [#694](https://github.com/opencomponents/oc/pull/694) Npm install for new module bugfix
|
|
754
664
|
|
|
755
665
|
### v0.41.8
|
|
756
|
-
|
|
757
666
|
- [#692](https://github.com/opencomponents/oc/pull/692) [DX-197] Watcher bugfix
|
|
758
667
|
- [#690](https://github.com/opencomponents/oc/pull/690) Update aws-sdk to the latest version 🚀
|
|
759
668
|
- [#689](https://github.com/opencomponents/oc/pull/689) ignoring lock files
|
|
@@ -764,7 +673,6 @@
|
|
|
764
673
|
- [#684](https://github.com/opencomponents/oc/pull/684) Update mocha to the latest version 🚀
|
|
765
674
|
|
|
766
675
|
### v0.41.7
|
|
767
|
-
|
|
768
676
|
- [#679](https://github.com/opencomponents/oc/pull/679) [Snyk Update] New fixes for 2 vulnerable dependency paths
|
|
769
677
|
- [#678](https://github.com/opencomponents/oc/pull/678) Update aws-sdk to the latest version 🚀
|
|
770
678
|
- [#677](https://github.com/opencomponents/oc/pull/677) Update aws-sdk to the latest version 🚀
|
|
@@ -774,7 +682,6 @@
|
|
|
774
682
|
- [#676](https://github.com/opencomponents/oc/pull/676) Update oc-template-jade to the latest version 🚀
|
|
775
683
|
|
|
776
684
|
### v0.41.6
|
|
777
|
-
|
|
778
685
|
- [#672](https://github.com/opencomponents/oc/pull/672) Update oc-client to the latest version 🚀
|
|
779
686
|
- [#670](https://github.com/opencomponents/oc/pull/670) Update morgan to the latest version 🚀
|
|
780
687
|
- [#671](https://github.com/opencomponents/oc/pull/671) Update oc-template-jade to the latest version 🚀
|
|
@@ -787,7 +694,6 @@
|
|
|
787
694
|
- [#661](https://github.com/opencomponents/oc/pull/661) Update aws-sdk to the latest version 🚀
|
|
788
695
|
|
|
789
696
|
### v0.41.5
|
|
790
|
-
|
|
791
697
|
- [#658](https://github.com/opencomponents/oc/pull/658) Update aws-sdk to the latest version 🚀
|
|
792
698
|
- [#655](https://github.com/opencomponents/oc/pull/655) fix(package): update oc-template-jade-compiler to version 6.1.1
|
|
793
699
|
- [#656](https://github.com/opencomponents/oc/pull/656) fix(package): update oc-template-handlebars-compiler to version 6.1.1
|
|
@@ -803,7 +709,6 @@
|
|
|
803
709
|
- [#643](https://github.com/opencomponents/oc/pull/643) Update oc-client to the latest version 🚀
|
|
804
710
|
|
|
805
711
|
### v0.41.4
|
|
806
|
-
|
|
807
712
|
- [#632](https://github.com/opencomponents/oc/pull/632) Improve watching for Dev registry
|
|
808
713
|
- [#641](https://github.com/opencomponents/oc/pull/641) Update aws-sdk to the latest version 🚀
|
|
809
714
|
- [#635](https://github.com/opencomponents/oc/pull/635) liveReload
|
|
@@ -812,7 +717,6 @@
|
|
|
812
717
|
- [#638](https://github.com/opencomponents/oc/pull/638) Update aws-sdk to the latest version 🚀
|
|
813
718
|
|
|
814
719
|
### v0.41.3
|
|
815
|
-
|
|
816
720
|
- [#640](https://github.com/opencomponents/oc/pull/640) Update oc-client to the latest version 🚀
|
|
817
721
|
- [#636](https://github.com/opencomponents/oc/pull/636) Update aws-sdk to the latest version 🚀
|
|
818
722
|
- [#634](https://github.com/opencomponents/oc/pull/634) Update body-parser to the latest version 🚀
|
|
@@ -823,36 +727,29 @@
|
|
|
823
727
|
- [#628](https://github.com/opencomponents/oc/pull/628) Update aws-sdk to the latest version 🚀
|
|
824
728
|
|
|
825
729
|
### v0.41.2
|
|
826
|
-
|
|
827
730
|
- [#626](https://github.com/opencomponents/oc/pull/626) Update oc-client
|
|
828
731
|
- [#625](https://github.com/opencomponents/oc/pull/625) Update oc-client-browser
|
|
829
732
|
- [#624](https://github.com/opencomponents/oc/pull/624) inititalzie the dev registry with the dynamic require templatee
|
|
830
733
|
|
|
831
734
|
### v0.41.1
|
|
832
|
-
|
|
833
735
|
- [#619](https://github.com/opencomponents/oc/pull/619) Issue #618 : Accessing s3 bucket over a proxy from oc-registry
|
|
834
736
|
- [#621](https://github.com/opencomponents/oc/pull/621) Update aws-sdk to the latest version 🚀
|
|
835
737
|
- [#620](https://github.com/opencomponents/oc/pull/620) Update dependencies to enable Greenkeeper 🌴
|
|
836
738
|
|
|
837
739
|
### v0.41.0
|
|
838
|
-
|
|
839
740
|
- [#617](https://github.com/opencomponents/oc/pull/617) [OC-140] Declarative templates initialisation on a registry level
|
|
840
741
|
- [#613](https://github.com/opencomponents/oc/pull/613) Pass option to the compiler for targeting specific build process
|
|
841
742
|
|
|
842
743
|
### v0.40.10
|
|
843
|
-
|
|
844
744
|
- [#616](https://github.com/opencomponents/oc/pull/616) [OC-93] Update oc-client
|
|
845
745
|
|
|
846
746
|
### v0.40.9
|
|
847
|
-
|
|
848
747
|
- [#615](https://github.com/opencomponents/oc/pull/615) [OC-93] Update oc-client
|
|
849
748
|
|
|
850
749
|
### v0.40.8
|
|
851
|
-
|
|
852
750
|
- [#612](https://github.com/opencomponents/oc/pull/612) [OC-127] Fix templates breaking change
|
|
853
751
|
|
|
854
752
|
### v0.40.7
|
|
855
|
-
|
|
856
753
|
- [#605](https://github.com/opencomponents/oc/pull/605) [OC-102] Return rendered version if client doesn't support
|
|
857
754
|
- [#610](https://github.com/opencomponents/oc/pull/610) Update oc-client to the latest version 🚀
|
|
858
755
|
- [#608](https://github.com/opencomponents/oc/pull/608) Update oc-template-handlebars-compiler to the latest version 🚀
|
|
@@ -862,33 +759,27 @@
|
|
|
862
759
|
- [#606](https://github.com/opencomponents/oc/pull/606) Update aws-sdk to the latest version 🚀
|
|
863
760
|
|
|
864
761
|
### v0.40.6
|
|
865
|
-
|
|
866
762
|
- [#595](https://github.com/opencomponents/oc/pull/595) Add ability to disable watching on local dev registry
|
|
867
763
|
- [#603](https://github.com/opencomponents/oc/pull/603) Update aws-sdk to the latest version 🚀
|
|
868
764
|
- [#597](https://github.com/opencomponents/oc/pull/597) [OC-120] Registry webUI: preview route/view bug
|
|
869
765
|
|
|
870
766
|
### v0.40.5
|
|
871
|
-
|
|
872
767
|
- [#601](https://github.com/opencomponents/oc/pull/601) Update aws-sdk to the latest version 🚀
|
|
873
768
|
|
|
874
769
|
### v0.40.4
|
|
875
|
-
|
|
876
770
|
- [#602](https://github.com/opencomponents/oc/pull/602) Update oc-client to the latest version 🚀
|
|
877
771
|
|
|
878
772
|
### v0.40.3
|
|
879
|
-
|
|
880
773
|
- [#600](https://github.com/opencomponents/oc/pull/600) Update oc-client-browser to the latest version 🚀
|
|
881
774
|
- [#599](https://github.com/opencomponents/oc/pull/599) Update aws-sdk to the latest version 🚀
|
|
882
775
|
- [#594](https://github.com/opencomponents/oc/pull/594) Update sinon to the latest version 🚀
|
|
883
776
|
|
|
884
777
|
### v0.40.2
|
|
885
|
-
|
|
886
778
|
- [#592](https://github.com/opencomponents/oc/pull/592) [OC-103]
|
|
887
779
|
- [#590](https://github.com/opencomponents/oc/pull/590) Update aws-sdk to the latest version 🚀
|
|
888
780
|
- [#589](https://github.com/opencomponents/oc/pull/589) Add viewport meta tag to component preview
|
|
889
781
|
|
|
890
782
|
### v0.40.1
|
|
891
|
-
|
|
892
783
|
- [#588](https://github.com/opencomponents/oc/pull/588) [OC-87] publish with the new template system
|
|
893
784
|
- [#587](https://github.com/opencomponents/oc/pull/587) Update pug to the latest version 🚀
|
|
894
785
|
- [#586](https://github.com/opencomponents/oc/pull/586) Update aws-sdk to the latest version 🚀
|
|
@@ -896,12 +787,10 @@
|
|
|
896
787
|
- [#584](https://github.com/opencomponents/oc/pull/584) Update accept-language-parser to the latest version 🚀
|
|
897
788
|
|
|
898
789
|
### v0.40.0
|
|
899
|
-
|
|
900
790
|
- [#583](https://github.com/opencomponents/oc/pull/583) Saner registry default for config.discovery
|
|
901
791
|
- [#581](https://github.com/opencomponents/oc/pull/581) [OC-79] Housekeeping
|
|
902
792
|
|
|
903
793
|
### v0.39.8
|
|
904
|
-
|
|
905
794
|
- [#580](https://github.com/opencomponents/oc/pull/580) [OC-86] Logging href, renderMode on the component-retrieved events
|
|
906
795
|
- [#578](https://github.com/opencomponents/oc/pull/578) Update oc-template-handlebars-compiler to the latest version 🚀
|
|
907
796
|
- [#579](https://github.com/opencomponents/oc/pull/579) Update oc-template-jade-compiler to the latest version 🚀
|
|
@@ -909,12 +798,10 @@
|
|
|
909
798
|
- [#576](https://github.com/opencomponents/oc/pull/576) Update aws-sdk to the latest version 🚀
|
|
910
799
|
|
|
911
800
|
### v0.39.7
|
|
912
|
-
|
|
913
801
|
- [#480](https://github.com/opencomponents/oc/pull/480) [OC-28] Cli init allows for --templateType to be npm module
|
|
914
802
|
- [#575](https://github.com/opencomponents/oc/pull/575) Update CONTRIBUTING.md
|
|
915
803
|
|
|
916
804
|
### v0.39.6
|
|
917
|
-
|
|
918
805
|
- [#566](https://github.com/opencomponents/oc/pull/566) [OC-9] Components history seems to have wrong dates
|
|
919
806
|
- [#574](https://github.com/opencomponents/oc/pull/574) fix(package): update semver to version 5.4.1
|
|
920
807
|
- [#570](https://github.com/opencomponents/oc/pull/570) Update oc-template-handlebars to the latest version 🚀
|
|
@@ -923,11 +810,9 @@
|
|
|
923
810
|
- [#573](https://github.com/opencomponents/oc/pull/573) Update aws-sdk to the latest version 🚀
|
|
924
811
|
|
|
925
812
|
### v0.39.5
|
|
926
|
-
|
|
927
813
|
- [#569](https://github.com/opencomponents/oc/pull/569) Validation fix
|
|
928
814
|
|
|
929
815
|
### v0.39.4
|
|
930
|
-
|
|
931
816
|
- [#568](https://github.com/opencomponents/oc/pull/568) Update aws-sdk to the latest version 🚀
|
|
932
817
|
- [#565](https://github.com/opencomponents/oc/pull/565) Housekeeping
|
|
933
818
|
- [#564](https://github.com/opencomponents/oc/pull/564) Removed uglify-js
|
|
@@ -937,13 +822,11 @@
|
|
|
937
822
|
- [#558](https://github.com/opencomponents/oc/pull/558) Update aws-sdk to the latest version 🚀
|
|
938
823
|
|
|
939
824
|
### v0.39.3
|
|
940
|
-
|
|
941
825
|
- [#557](https://github.com/opencomponents/oc/pull/557) [OC-75] Add status to the component-retrieved event log
|
|
942
826
|
- [#555](https://github.com/opencomponents/oc/pull/555) Update aws-sdk to the latest version 🚀
|
|
943
827
|
- [#554](https://github.com/opencomponents/oc/pull/554) Update aws-sdk to the latest version 🚀
|
|
944
828
|
|
|
945
829
|
### v0.39.2
|
|
946
|
-
|
|
947
830
|
- [#552](https://github.com/opencomponents/oc/pull/552) remove .Only from tests
|
|
948
831
|
- [#550](https://github.com/opencomponents/oc/pull/550) Update uglify-js to the latest version 🚀
|
|
949
832
|
- [#551](https://github.com/opencomponents/oc/pull/551) Update lint-staged to the latest version 🚀
|
|
@@ -954,139 +837,109 @@
|
|
|
954
837
|
- [#546](https://github.com/opencomponents/oc/pull/546) Fixing spacing when initializing component package
|
|
955
838
|
|
|
956
839
|
### v0.39.1
|
|
957
|
-
|
|
958
840
|
- [#545](https://github.com/opencomponents/oc/pull/545) Added a mime type for html files.
|
|
959
841
|
|
|
960
842
|
### v0.39.0
|
|
961
|
-
|
|
962
843
|
- [#542](https://github.com/opencomponents/oc/pull/542) Drop node4 tests
|
|
963
844
|
- [#541](https://github.com/opencomponents/oc/pull/541) Housekeeping
|
|
964
845
|
- [#538](https://github.com/opencomponents/oc/pull/538) [OC-69] Remove node client
|
|
965
846
|
|
|
966
847
|
### v0.38.8
|
|
967
|
-
|
|
968
848
|
- [#537](https://github.com/opencomponents/oc/pull/537) No postinstall build
|
|
969
849
|
|
|
970
850
|
### v0.38.7
|
|
971
|
-
|
|
972
851
|
- [#535](https://github.com/opencomponents/oc/pull/535) Fix grunt build to override package version
|
|
973
852
|
- [#534](https://github.com/opencomponents/oc/pull/534) [OC-60] Oc client browser
|
|
974
853
|
|
|
975
854
|
### v0.38.6
|
|
976
|
-
|
|
977
855
|
- [#533](https://github.com/opencomponents/oc/pull/533) [OC-62] Loaders cleanup
|
|
978
856
|
|
|
979
857
|
### v0.38.5
|
|
980
|
-
|
|
981
858
|
- [#532](https://github.com/opencomponents/oc/pull/532) fix-global-ljs
|
|
982
859
|
|
|
983
860
|
### v0.38.4
|
|
984
|
-
|
|
985
861
|
- [#531](https://github.com/opencomponents/oc/pull/531) Fix register plugin
|
|
986
862
|
|
|
987
863
|
### v0.38.3
|
|
988
|
-
|
|
989
864
|
- [#530](https://github.com/opencomponents/oc/pull/530) Remove plugin detective logic
|
|
990
865
|
|
|
991
866
|
### v0.38.2
|
|
992
|
-
|
|
993
867
|
- [#528](https://github.com/opencomponents/oc/pull/528) [OC-50] Log body fix
|
|
994
868
|
|
|
995
869
|
### v0.38.1
|
|
996
|
-
|
|
997
870
|
- [#527](https://github.com/opencomponents/oc/pull/527) Do not watch .DS_Store files
|
|
998
871
|
|
|
999
872
|
### v0.38.0
|
|
1000
|
-
|
|
1001
873
|
- [#522](https://github.com/opencomponents/oc/pull/522) Issue w/ head.load
|
|
1002
874
|
|
|
1003
875
|
### v0.37.11
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
876
|
+
- [#488](https://github.com/opencomponents/oc/pull/488) yarn-support
|
|
877
|
+
|
|
1007
878
|
closes #487
|
|
1008
879
|
|
|
1009
880
|
### v0.37.10
|
|
1010
|
-
|
|
1011
881
|
- [#516](https://github.com/opencomponents/oc/pull/516) Improve AWS upload mechanism and allow to override registry timeout settings
|
|
1012
882
|
|
|
1013
883
|
### v0.37.9
|
|
1014
|
-
|
|
1015
884
|
- [#515](https://github.com/opencomponents/oc/pull/515) Ignore the .git folder for the dev watcher
|
|
1016
885
|
- [#507](https://github.com/opencomponents/oc/pull/507) Pretty printed code
|
|
1017
886
|
|
|
1018
887
|
### v0.37.8
|
|
1019
|
-
|
|
1020
888
|
- [#513](https://github.com/opencomponents/oc/pull/513) issue w/ registry add command
|
|
1021
889
|
- [#510](https://github.com/opencomponents/oc/pull/510) Hide available dependencies on dev mode
|
|
1022
890
|
- [#500](https://github.com/opencomponents/oc/pull/500) Show available dependencies in the UI
|
|
1023
891
|
|
|
1024
892
|
### v0.37.7
|
|
1025
|
-
|
|
1026
893
|
- [#509](https://github.com/opencomponents/oc/pull/509) Cleancss fix
|
|
1027
894
|
- [#505](https://github.com/opencomponents/oc/pull/505) Node 8
|
|
1028
895
|
- [#502](https://github.com/opencomponents/oc/pull/502) Upgrade some dependencies
|
|
1029
896
|
- [#503](https://github.com/opencomponents/oc/pull/503) eof
|
|
1030
897
|
|
|
1031
898
|
### v0.37.6
|
|
1032
|
-
|
|
1033
899
|
- [#499](https://github.com/opencomponents/oc/pull/499) Snyk
|
|
1034
900
|
- [#498](https://github.com/opencomponents/oc/pull/498) Fix build script
|
|
1035
901
|
- [#497](https://github.com/opencomponents/oc/pull/497) Fix vulnerabilities and remove npm shrinkwrap
|
|
1036
902
|
|
|
1037
903
|
### v0.37.5
|
|
1038
|
-
|
|
1039
904
|
- [#495](https://github.com/opencomponents/oc/pull/495) issue w/ plugins detective
|
|
1040
905
|
|
|
1041
906
|
### v0.37.4
|
|
1042
|
-
|
|
1043
907
|
- [#486](https://github.com/opencomponents/oc/pull/486) Render trycatch
|
|
1044
908
|
|
|
1045
909
|
### v0.37.3
|
|
1046
|
-
|
|
1047
910
|
- [#482](https://github.com/opencomponents/oc/pull/482) Upgrade multer
|
|
1048
911
|
|
|
1049
912
|
### v0.37.2
|
|
1050
|
-
|
|
1051
913
|
- [#481](https://github.com/opencomponents/oc/pull/481) issue-with-amd
|
|
1052
914
|
|
|
1053
915
|
### v0.37.1
|
|
1054
|
-
|
|
1055
916
|
- [#479](https://github.com/opencomponents/oc/pull/479) Allow node core deps to be used and whitelisted
|
|
1056
917
|
- [#478](https://github.com/opencomponents/oc/pull/478) Upgrade chai
|
|
1057
918
|
|
|
1058
919
|
### v0.37.0
|
|
1059
|
-
|
|
1060
920
|
- [#467](https://github.com/opencomponents/oc/pull/467) [MLP-594] History
|
|
1061
921
|
|
|
1062
922
|
### v0.36.28
|
|
1063
|
-
|
|
1064
923
|
- [#477](https://github.com/opencomponents/oc/pull/477) get-components-by-dir-issue
|
|
1065
924
|
- [#475](https://github.com/opencomponents/oc/pull/475) Housekeeping
|
|
1066
925
|
|
|
1067
926
|
### v0.36.27
|
|
1068
|
-
|
|
1069
927
|
- [#472](https://github.com/opencomponents/oc/pull/472) issue-with-component-info-get-params v2
|
|
1070
928
|
- [#469](https://github.com/opencomponents/oc/pull/469) Housekeeping
|
|
1071
929
|
|
|
1072
930
|
### v0.36.26
|
|
1073
|
-
|
|
1074
931
|
- [#468](https://github.com/opencomponents/oc/pull/468) Underscore to lodash
|
|
1075
932
|
|
|
1076
933
|
### v0.36.25
|
|
1077
|
-
|
|
1078
934
|
- [#463](https://github.com/opencomponents/oc/pull/463) Components cache cleanup
|
|
1079
935
|
|
|
1080
936
|
### v0.36.24
|
|
1081
|
-
|
|
1082
937
|
- [#461](https://github.com/opencomponents/oc/pull/461) Registry start log fix
|
|
1083
938
|
|
|
1084
939
|
### v0.36.23
|
|
1085
|
-
|
|
1086
940
|
- [#460](https://github.com/opencomponents/oc/pull/460) Move to =>
|
|
1087
941
|
|
|
1088
942
|
### v0.36.22
|
|
1089
|
-
|
|
1090
943
|
- [#459](https://github.com/opencomponents/oc/pull/459) Fix manual build script
|
|
1091
944
|
- [#458](https://github.com/opencomponents/oc/pull/458) Cleanup
|
|
1092
945
|
- [#454](https://github.com/opencomponents/oc/pull/454) Logger cleanup
|
|
@@ -1097,23 +950,18 @@ closes #487
|
|
|
1097
950
|
- [#453](https://github.com/opencomponents/oc/pull/453) Fix indentation
|
|
1098
951
|
|
|
1099
952
|
### v0.36.21
|
|
1100
|
-
|
|
1101
953
|
- [#450](https://github.com/opencomponents/oc/pull/450) Replace jshint by eslint
|
|
1102
954
|
|
|
1103
955
|
### v0.36.20
|
|
1104
|
-
|
|
1105
956
|
- [#449](https://github.com/opencomponents/oc/pull/449) No unused variables
|
|
1106
957
|
|
|
1107
958
|
### v0.36.19
|
|
1108
|
-
|
|
1109
959
|
- [#447](https://github.com/opencomponents/oc/pull/447) Components by dir cleanup
|
|
1110
960
|
|
|
1111
961
|
### v0.36.18
|
|
1112
|
-
|
|
1113
962
|
- [#446](https://github.com/opencomponents/oc/pull/446) Consider null a valid string
|
|
1114
963
|
|
|
1115
964
|
### v0.36.17
|
|
1116
|
-
|
|
1117
965
|
- [#443](https://github.com/opencomponents/oc/pull/443) Use baseUrl as default with host as fallback
|
|
1118
966
|
- [#444](https://github.com/opencomponents/oc/pull/444) Require templates is broken
|
|
1119
967
|
- [#430](https://github.com/opencomponents/oc/pull/430) [GPT-567] Registering supported templates on componentPreview view
|
|
@@ -1121,94 +969,73 @@ closes #487
|
|
|
1121
969
|
- [#426](https://github.com/opencomponents/oc/pull/426) [GPT-565] Dynamic support to oc-templates in oc dev
|
|
1122
970
|
|
|
1123
971
|
### v0.36.16
|
|
1124
|
-
|
|
1125
972
|
- [#432](https://github.com/opencomponents/oc/pull/432) prepare-server-get-component-parameters
|
|
1126
973
|
- [#428](https://github.com/opencomponents/oc/pull/428) registerTemplate API fix
|
|
1127
974
|
|
|
1128
975
|
### v0.36.15
|
|
1129
|
-
|
|
1130
976
|
- [#422](https://github.com/opencomponents/oc/pull/422) adding package cli command
|
|
1131
977
|
- [#423](https://github.com/opencomponents/oc/pull/423) [GPT-517] Exposing registry supported templates via context
|
|
1132
978
|
|
|
1133
979
|
### v0.36.14
|
|
1134
|
-
|
|
1135
980
|
- [#421](https://github.com/opencomponents/oc/pull/421) Minify static content by transpiling it first
|
|
1136
981
|
|
|
1137
982
|
### v0.36.13
|
|
1138
|
-
|
|
1139
983
|
- [#420](https://github.com/opencomponents/oc/pull/420) revert #418
|
|
1140
984
|
|
|
1141
985
|
### v0.36.12
|
|
1142
|
-
|
|
1143
986
|
- [#418](https://github.com/opencomponents/oc/pull/418) Transpile static js before minification
|
|
1144
987
|
|
|
1145
988
|
### v0.36.11
|
|
1146
|
-
|
|
1147
989
|
- [#417](https://github.com/opencomponents/oc/pull/417) support old and new handlebars type
|
|
1148
990
|
|
|
1149
991
|
### v0.36.10
|
|
1150
|
-
|
|
1151
992
|
- [#415](https://github.com/opencomponents/oc/pull/415) [GPT-526] Dynamic requires of oc-templates
|
|
1152
993
|
- [#416](https://github.com/opencomponents/oc/pull/416) Updated infinite-loop-loader to fix #410
|
|
1153
994
|
|
|
1154
995
|
### v0.36.9
|
|
1155
|
-
|
|
1156
996
|
- [#413](https://github.com/opencomponents/oc/pull/413) Fix ui preview with multiple discover strategies and endpoints
|
|
1157
997
|
- [#414](https://github.com/opencomponents/oc/pull/414) [GPT-525] Switch to new templates naming
|
|
1158
998
|
|
|
1159
999
|
### v0.36.8
|
|
1160
|
-
|
|
1161
1000
|
- [#412](https://github.com/opencomponents/oc/pull/412) Async compile api
|
|
1162
1001
|
|
|
1163
1002
|
### v0.36.7
|
|
1164
|
-
|
|
1165
1003
|
- [#411](https://github.com/opencomponents/oc/pull/411) Babili on server.js
|
|
1166
1004
|
|
|
1167
1005
|
### v0.36.6
|
|
1168
|
-
|
|
1169
1006
|
- [#408](https://github.com/opencomponents/oc/pull/408) Ensuring we exit the domains in case of timeout
|
|
1170
1007
|
|
|
1171
1008
|
### v0.36.5
|
|
1172
|
-
|
|
1173
1009
|
- [#396](https://github.com/opencomponents/oc/pull/396) Make oc-client.js supporting more templates via an extendable API
|
|
1174
1010
|
|
|
1175
1011
|
### v0.36.4
|
|
1176
|
-
|
|
1177
1012
|
- [#405](https://github.com/opencomponents/oc/pull/405) Publish bugfix
|
|
1178
1013
|
- [#402](https://github.com/opencomponents/oc/pull/402) We don't autogenerate cli docs anymore
|
|
1179
1014
|
|
|
1180
1015
|
### v0.36.3
|
|
1181
|
-
|
|
1182
1016
|
- [#403](https://github.com/opencomponents/oc/pull/403) Fix for #391 - support pre-release versions of components
|
|
1183
1017
|
- [#1](https://github.com/opencomponents/oc/pull/1) Thanks @matteofigus. I forgot about it.
|
|
1184
1018
|
|
|
1185
1019
|
### v0.36.2
|
|
1186
|
-
|
|
1187
1020
|
- [#401](https://github.com/opencomponents/oc/pull/401) Webpack verbose
|
|
1188
1021
|
|
|
1189
1022
|
### v0.36.1
|
|
1190
|
-
|
|
1191
1023
|
- [#380](https://github.com/opencomponents/oc/pull/380) Handle fallbackRegistryUrl for ~info and ~preview
|
|
1192
1024
|
|
|
1193
1025
|
### v0.36.0
|
|
1194
|
-
|
|
1195
1026
|
- [#399](https://github.com/opencomponents/oc/pull/399) Changed option parser for cli
|
|
1196
1027
|
- [#400](https://github.com/opencomponents/oc/pull/400) Fixing typo on registry UI for filtering.
|
|
1197
1028
|
|
|
1198
1029
|
### v0.35.6
|
|
1199
|
-
|
|
1200
1030
|
- [#397](https://github.com/opencomponents/oc/pull/397) Fix basicAuth
|
|
1201
1031
|
|
|
1202
1032
|
### v0.35.5
|
|
1203
|
-
|
|
1204
1033
|
- [#389](https://github.com/opencomponents/oc/pull/389) Fix regex on win paths normalisation
|
|
1205
1034
|
|
|
1206
1035
|
### v0.35.4
|
|
1207
|
-
|
|
1208
1036
|
- [#388](https://github.com/opencomponents/oc/pull/388) Fixing deps on the node client
|
|
1209
1037
|
|
|
1210
1038
|
### v0.35.3
|
|
1211
|
-
|
|
1212
1039
|
- [#347](https://github.com/opencomponents/oc/pull/347) 342 - (OC Client) Perform GET instead of POST for single component
|
|
1213
1040
|
- [#342](https://github.com/opencomponents/oc/pull/342) Change the OC Client to perform GET instead of POST when requesting just one component
|
|
1214
1041
|
- [#385](https://github.com/opencomponents/oc/pull/385) updated to templates 2.0
|
|
@@ -1216,54 +1043,42 @@ closes #487
|
|
|
1216
1043
|
- [#376](https://github.com/opencomponents/oc/pull/376) Cleanup un-needed files
|
|
1217
1044
|
|
|
1218
1045
|
### v0.35.2
|
|
1219
|
-
|
|
1220
1046
|
- [#375](https://github.com/opencomponents/oc/pull/375) oc-template-jade module
|
|
1221
1047
|
|
|
1222
1048
|
### v0.35.1
|
|
1223
|
-
|
|
1224
1049
|
- [#371](https://github.com/opencomponents/oc/pull/371) oc-template-handlebars module
|
|
1225
1050
|
|
|
1226
1051
|
### v0.35.0
|
|
1227
|
-
|
|
1228
1052
|
- [#366](https://github.com/opencomponents/oc/pull/366) Express 4
|
|
1229
1053
|
|
|
1230
1054
|
### v0.34.8
|
|
1231
|
-
|
|
1232
1055
|
- [#370](https://github.com/opencomponents/oc/pull/370) Cleanup on headers handling
|
|
1233
1056
|
|
|
1234
1057
|
### v0.34.7
|
|
1235
|
-
|
|
1236
1058
|
- [#372](https://github.com/opencomponents/oc/pull/372) optional fallbackRegistryUrl configuration parameter
|
|
1237
1059
|
- [#374](https://github.com/opencomponents/oc/pull/374) Es2015 base-component server
|
|
1238
1060
|
|
|
1239
1061
|
### v0.34.6
|
|
1240
|
-
|
|
1241
1062
|
- [#367](https://github.com/opencomponents/oc/pull/367) Always create new S3 client before use
|
|
1242
1063
|
|
|
1243
1064
|
### v0.34.5
|
|
1244
|
-
|
|
1245
1065
|
- [#365](https://github.com/opencomponents/oc/pull/365) Publish bugfix
|
|
1246
1066
|
|
|
1247
1067
|
### v0.34.4
|
|
1248
|
-
|
|
1249
1068
|
- [#364](https://github.com/opencomponents/oc/pull/364) Don't allow routes that contain prefix
|
|
1250
1069
|
|
|
1251
1070
|
### v0.34.3
|
|
1252
|
-
|
|
1253
1071
|
- [#362](https://github.com/opencomponents/oc/pull/362) Node 7
|
|
1254
1072
|
- [#363](https://github.com/opencomponents/oc/pull/363) Extending Integration tests
|
|
1255
1073
|
|
|
1256
1074
|
### v0.34.2
|
|
1257
|
-
|
|
1258
1075
|
- [#357](https://github.com/opencomponents/oc/pull/357) Webpack 2
|
|
1259
1076
|
|
|
1260
1077
|
### v0.34.1
|
|
1261
|
-
|
|
1262
1078
|
- [#361](https://github.com/opencomponents/oc/pull/361) removed uglify
|
|
1263
1079
|
- [#359](https://github.com/opencomponents/oc/pull/359) swapped falafel loader with infinite-loop-loader
|
|
1264
1080
|
|
|
1265
1081
|
### v0.34.0
|
|
1266
|
-
|
|
1267
1082
|
- [#346](https://github.com/opencomponents/oc/pull/346) [GPT-432] Package server webpack
|
|
1268
1083
|
- [#356](https://github.com/opencomponents/oc/pull/356) Appveyor cleanup
|
|
1269
1084
|
- [#355](https://github.com/opencomponents/oc/pull/355) drop support for node 0.10, 0.12 and io
|
|
@@ -1271,453 +1086,349 @@ closes #487
|
|
|
1271
1086
|
- [#353](https://github.com/opencomponents/oc/pull/353) Remove IE8 support
|
|
1272
1087
|
|
|
1273
1088
|
### v0.33.31
|
|
1274
|
-
|
|
1275
1089
|
- [#343](https://github.com/opencomponents/oc/pull/343) 333 - Implement customHeadersToSkipOnWeakVersion functionality
|
|
1276
1090
|
- [#349](https://github.com/opencomponents/oc/pull/349) Upgrade minimal-request
|
|
1277
1091
|
- [#348](https://github.com/opencomponents/oc/pull/348) [acceptance/registry] remove .only
|
|
1278
1092
|
- [#344](https://github.com/opencomponents/oc/pull/344) Package server script cleanup
|
|
1279
1093
|
|
|
1280
1094
|
### v0.33.30
|
|
1281
|
-
|
|
1282
1095
|
- [#335](https://github.com/opencomponents/oc/pull/335) Add endpoint for getting list of components with their versions (#324)
|
|
1283
1096
|
|
|
1284
1097
|
### v0.33.29
|
|
1285
|
-
|
|
1286
1098
|
- [#337](https://github.com/opencomponents/oc/pull/337) Fix for #336 - Make S3 Key/Secret optional to allow support for "IAM role based access to s3 from EC2"
|
|
1287
1099
|
|
|
1288
1100
|
### v0.33.28
|
|
1289
|
-
|
|
1290
1101
|
- [#323](https://github.com/opencomponents/oc/pull/323) Fix for #322
|
|
1291
1102
|
- [#334](https://github.com/opencomponents/oc/pull/334) Acceptance extra test
|
|
1292
1103
|
|
|
1293
1104
|
### v0.33.27
|
|
1294
|
-
|
|
1295
1105
|
- [#331](https://github.com/opencomponents/oc/pull/331) Client fixes and some tests
|
|
1296
1106
|
|
|
1297
1107
|
### v0.33.26
|
|
1298
|
-
|
|
1299
1108
|
- [#329](https://github.com/opencomponents/oc/pull/329) Cleanup npm-shrinkwrap
|
|
1300
1109
|
|
|
1301
1110
|
### v0.33.25
|
|
1302
|
-
|
|
1303
1111
|
- [#328](https://github.com/opencomponents/oc/pull/328) Fix for Custom eaders of one component can appear to another.
|
|
1304
1112
|
|
|
1305
1113
|
### v0.33.24
|
|
1306
|
-
|
|
1307
1114
|
- [#326](https://github.com/opencomponents/oc/pull/326) Add optional cache headers for components (#325)
|
|
1308
1115
|
|
|
1309
1116
|
### v0.33.23
|
|
1310
|
-
|
|
1311
1117
|
- [#319](https://github.com/opencomponents/oc/pull/319) Extract package bugfix
|
|
1312
1118
|
|
|
1313
1119
|
### v0.33.22
|
|
1314
|
-
|
|
1315
1120
|
- [#317](https://github.com/opencomponents/oc/pull/317) Client dynamic hrefs
|
|
1316
1121
|
|
|
1317
1122
|
### v0.33.21
|
|
1318
|
-
|
|
1319
1123
|
- [#316](https://github.com/opencomponents/oc/pull/316) Migrate tar.gz to targz
|
|
1320
1124
|
|
|
1321
1125
|
### v0.33.20
|
|
1322
|
-
|
|
1323
1126
|
- [#315](https://github.com/opencomponents/oc/pull/315) aws-sdk upgrade
|
|
1324
1127
|
|
|
1325
1128
|
### v0.33.19
|
|
1326
|
-
|
|
1327
1129
|
- [#314](https://github.com/opencomponents/oc/pull/314) Revert async upgrade + timeout wrapping
|
|
1328
1130
|
|
|
1329
1131
|
### v0.33.18
|
|
1330
|
-
|
|
1331
1132
|
- [#313](https://github.com/opencomponents/oc/pull/313) Recursively look for oc.json, starting from componentsDir
|
|
1332
1133
|
|
|
1333
1134
|
### v0.33.17
|
|
1334
|
-
|
|
1335
1135
|
- [#312](https://github.com/opencomponents/oc/pull/312) Options bugfix
|
|
1336
1136
|
|
|
1337
1137
|
### v0.33.16
|
|
1338
|
-
|
|
1339
1138
|
- [#311](https://github.com/opencomponents/oc/pull/311) Refactoring, cleanup, test coverage
|
|
1340
1139
|
|
|
1341
1140
|
### v0.33.15
|
|
1342
|
-
|
|
1343
1141
|
- [#310](https://github.com/opencomponents/oc/pull/310) Upgrade async + wrap s3 calls to timeout
|
|
1344
1142
|
|
|
1345
1143
|
### v0.33.14
|
|
1346
|
-
|
|
1347
1144
|
- [#309](https://github.com/opencomponents/oc/pull/309) Default value for optional parameters
|
|
1348
1145
|
- [#308](https://github.com/opencomponents/oc/pull/308) Fixed tags order in changelog
|
|
1349
1146
|
|
|
1350
1147
|
### v0.33.13
|
|
1351
|
-
|
|
1352
1148
|
- [#305](https://github.com/opencomponents/oc/pull/305) Switch to setTimeout for polling mechanism
|
|
1353
1149
|
- [#306](https://github.com/opencomponents/oc/pull/306) Default Loading... to blank
|
|
1354
1150
|
|
|
1355
1151
|
### v0.33.12
|
|
1356
|
-
|
|
1357
1152
|
- [#303](https://github.com/opencomponents/oc/pull/303) Client#renderComponents accepts global parameters
|
|
1358
1153
|
|
|
1359
1154
|
### v0.33.11
|
|
1360
|
-
|
|
1361
1155
|
- [#302](https://github.com/opencomponents/oc/pull/302) Added name and reqest version to each response
|
|
1362
1156
|
|
|
1363
1157
|
### v0.33.10
|
|
1364
|
-
|
|
1365
1158
|
- [#301](https://github.com/opencomponents/oc/pull/301) Oc client jadeless
|
|
1366
1159
|
|
|
1367
1160
|
### v0.33.9
|
|
1368
|
-
|
|
1369
1161
|
- [#294](https://github.com/opencomponents/oc/pull/294) Upgrade npm dependency
|
|
1370
1162
|
|
|
1371
1163
|
### v0.33.8
|
|
1372
|
-
|
|
1373
1164
|
- [#293](https://github.com/opencomponents/oc/pull/293) Ui improvements
|
|
1374
1165
|
|
|
1375
1166
|
### v0.33.7
|
|
1376
|
-
|
|
1377
1167
|
- [#291](https://github.com/opencomponents/oc/pull/291) Client errors
|
|
1378
1168
|
- [#290](https://github.com/opencomponents/oc/pull/290) Update minimal-request@2.1.1
|
|
1379
1169
|
- [#288](https://github.com/opencomponents/oc/pull/288) oc-client warmup improvements
|
|
1380
1170
|
|
|
1381
1171
|
### v0.33.6
|
|
1382
|
-
|
|
1383
1172
|
- [#289](https://github.com/opencomponents/oc/pull/289) Upgrade dependency
|
|
1384
1173
|
|
|
1385
1174
|
### v0.33.5
|
|
1386
|
-
|
|
1387
1175
|
- [#287](https://github.com/opencomponents/oc/pull/287) Node 6
|
|
1388
1176
|
|
|
1389
1177
|
### v0.33.4
|
|
1390
|
-
|
|
1391
1178
|
- [#286](https://github.com/opencomponents/oc/pull/286) Hot reload
|
|
1392
1179
|
- [#285](https://github.com/opencomponents/oc/pull/285) npm install and dep resolvement needs to happen in the same dir
|
|
1393
1180
|
- [#269](https://github.com/opencomponents/oc/pull/269) Removing the loading... indicator when we have an error
|
|
1394
1181
|
|
|
1395
1182
|
### v0.33.3
|
|
1396
|
-
|
|
1397
1183
|
- [#278](https://github.com/opencomponents/oc/pull/278) Container client override
|
|
1398
1184
|
- [#279](https://github.com/opencomponents/oc/pull/279) Update safari configs
|
|
1399
1185
|
- [#280](https://github.com/opencomponents/oc/pull/280) Respect dependency versions for components
|
|
1400
1186
|
|
|
1401
1187
|
### v0.33.2
|
|
1402
|
-
|
|
1403
1188
|
- [#274](https://github.com/opencomponents/oc/pull/274) Revert tar.gz upgrade
|
|
1404
1189
|
|
|
1405
1190
|
### v0.33.1
|
|
1406
|
-
|
|
1407
1191
|
- [#270](https://github.com/opencomponents/oc/pull/270) server-side nested rendering
|
|
1408
1192
|
|
|
1409
1193
|
### v0.33.0
|
|
1410
|
-
|
|
1411
1194
|
- [#265](https://github.com/opencomponents/oc/pull/265) [careful + breaking change] Removed Handlebars 3 support
|
|
1412
1195
|
|
|
1413
1196
|
### v0.32.6
|
|
1414
|
-
|
|
1415
1197
|
- [#268](https://github.com/opencomponents/oc/pull/268) Strict shrinkwrapping
|
|
1416
1198
|
- [#264](https://github.com/opencomponents/oc/pull/264) Docs cleanup
|
|
1417
1199
|
|
|
1418
1200
|
### v0.32.5
|
|
1419
|
-
|
|
1420
1201
|
- [#266](https://github.com/opencomponents/oc/pull/266) Publish fix
|
|
1421
1202
|
|
|
1422
1203
|
### v0.32.4
|
|
1423
|
-
|
|
1424
1204
|
- [#263](https://github.com/opencomponents/oc/pull/263) oc-client publish fix
|
|
1425
1205
|
|
|
1426
1206
|
### v0.32.3
|
|
1427
|
-
|
|
1428
1207
|
- [#257](https://github.com/opencomponents/oc/pull/257) Publish requirements
|
|
1429
1208
|
- [#259](https://github.com/opencomponents/oc/pull/259) Upgrade more deps
|
|
1430
1209
|
|
|
1431
1210
|
### v0.32.2
|
|
1432
|
-
|
|
1433
1211
|
- [#261](https://github.com/opencomponents/oc/pull/261) Client rendering fix
|
|
1434
1212
|
|
|
1435
1213
|
### v0.32.1
|
|
1436
|
-
|
|
1437
1214
|
- [#260](https://github.com/opencomponents/oc/pull/260) Client fix
|
|
1438
1215
|
|
|
1439
1216
|
### v0.32.0
|
|
1440
|
-
|
|
1441
1217
|
- [#243](https://github.com/opencomponents/oc/pull/243) [careful] handlebars 3+4
|
|
1442
1218
|
|
|
1443
1219
|
### v0.31.2
|
|
1444
|
-
|
|
1445
1220
|
- [#258](https://github.com/opencomponents/oc/pull/258) added support for serving svg
|
|
1446
1221
|
|
|
1447
1222
|
### v0.31.1
|
|
1448
|
-
|
|
1449
1223
|
- [#256](https://github.com/opencomponents/oc/pull/256) More dependencies upgrade
|
|
1450
1224
|
|
|
1451
1225
|
### v0.31.0
|
|
1452
|
-
|
|
1453
1226
|
- [#254](https://github.com/opencomponents/oc/pull/254) Dependencies upgrade
|
|
1454
1227
|
- [#255](https://github.com/opencomponents/oc/pull/255) Renamed src to public
|
|
1455
1228
|
- [#253](https://github.com/opencomponents/oc/pull/253) Updated instructions of how to add static resource to the file
|
|
1456
1229
|
|
|
1457
1230
|
### v0.30.9
|
|
1458
|
-
|
|
1459
1231
|
- [#251](https://github.com/opencomponents/oc/pull/251) check is dir with lstatSync
|
|
1460
1232
|
|
|
1461
1233
|
### v0.30.8
|
|
1462
|
-
|
|
1463
1234
|
- [#248](https://github.com/opencomponents/oc/pull/248) Amd Support for client-side library
|
|
1464
1235
|
- [#244](https://github.com/opencomponents/oc/pull/244) Docs updated
|
|
1465
1236
|
|
|
1466
1237
|
### v0.30.7
|
|
1467
|
-
|
|
1468
1238
|
- [#245](https://github.com/opencomponents/oc/pull/245) Cache jade view (for web interface)
|
|
1469
1239
|
- [#246](https://github.com/opencomponents/oc/pull/246) Upgraded some dependencies
|
|
1470
1240
|
|
|
1471
1241
|
### v0.30.6
|
|
1472
|
-
|
|
1473
1242
|
- [#242](https://github.com/opencomponents/oc/pull/242) Upgrade npm
|
|
1474
1243
|
- [#241](https://github.com/opencomponents/oc/pull/241) adds dependencies badge in readme
|
|
1475
1244
|
- [#240](https://github.com/opencomponents/oc/pull/240) add some basic example components
|
|
1476
1245
|
- [#239](https://github.com/opencomponents/oc/pull/239) Update README
|
|
1477
1246
|
|
|
1478
1247
|
### v0.30.5
|
|
1479
|
-
|
|
1480
1248
|
- [#238](https://github.com/opencomponents/oc/pull/238) Logo path fixed in web interface
|
|
1481
1249
|
|
|
1482
1250
|
### v0.30.4
|
|
1483
|
-
|
|
1484
1251
|
- [#236](https://github.com/opencomponents/oc/pull/236) Refactoring tasks code
|
|
1485
1252
|
- [#237](https://github.com/opencomponents/oc/pull/237) Upgrade and fix jshinting
|
|
1486
1253
|
|
|
1487
1254
|
### v0.30.3
|
|
1488
|
-
|
|
1489
1255
|
- [#235](https://github.com/opencomponents/oc/pull/235) Moved things around
|
|
1490
1256
|
|
|
1491
1257
|
### v0.30.2
|
|
1492
|
-
|
|
1493
1258
|
- [#232](https://github.com/opencomponents/oc/pull/232) Upgrade async
|
|
1494
1259
|
|
|
1495
1260
|
### v0.30.1
|
|
1496
|
-
|
|
1497
1261
|
- [#230](https://github.com/opencomponents/oc/pull/230) Fixed Changelog generator task
|
|
1498
1262
|
|
|
1499
1263
|
### v0.30.0
|
|
1500
|
-
|
|
1501
1264
|
- [#229](https://github.com/opencomponents/oc/pull/229) Empty string should be a valid string parameter
|
|
1502
1265
|
|
|
1503
1266
|
### v0.29.3
|
|
1504
|
-
|
|
1505
1267
|
- [#227](https://github.com/opencomponents/oc/pull/227) Omit href
|
|
1506
1268
|
- [#228](https://github.com/opencomponents/oc/pull/228) Global params on POST request
|
|
1507
1269
|
|
|
1508
1270
|
### v0.29.2
|
|
1509
|
-
|
|
1510
1271
|
- [#222](https://github.com/opencomponents/oc/pull/222) Compress inlined js and css inside jade views
|
|
1511
1272
|
|
|
1512
1273
|
### v0.29.1
|
|
1513
|
-
|
|
1514
1274
|
- [#221](https://github.com/opencomponents/oc/pull/221) Removed ace editor + added Accept-Language box
|
|
1515
1275
|
|
|
1516
1276
|
### v0.29.0
|
|
1517
|
-
|
|
1518
1277
|
- [#218](https://github.com/opencomponents/oc/pull/218) Upgrade jade
|
|
1519
1278
|
|
|
1520
1279
|
### v0.28.9
|
|
1521
|
-
|
|
1522
1280
|
- [#214](https://github.com/opencomponents/oc/pull/214) S3 validation
|
|
1523
|
-
- [#216](https://github.com/opencomponents/oc/pull/216) Looks good;
|
|
1524
|
-
|
|
1281
|
+
- [#216](https://github.com/opencomponents/oc/pull/216) Looks good;
|
|
1282
|
+
tested
|
|
1525
1283
|
|
|
1526
1284
|
### v0.28.8
|
|
1527
|
-
|
|
1528
1285
|
- [#215](https://github.com/opencomponents/oc/pull/215) mock bugfix for when a value is not a string
|
|
1529
1286
|
|
|
1530
1287
|
### v0.28.7
|
|
1531
|
-
|
|
1532
1288
|
- [#213](https://github.com/opencomponents/oc/pull/213) [Docs] description of oc.renderInfo param
|
|
1533
1289
|
- [#212](https://github.com/opencomponents/oc/pull/212) Changelog using git history instead of github api
|
|
1534
1290
|
|
|
1535
1291
|
### v0.28.6
|
|
1536
|
-
|
|
1537
1292
|
- [#211](https://github.com/opencomponents/oc/pull/211) Forward request headers to component
|
|
1538
1293
|
|
|
1539
1294
|
### v0.28.5
|
|
1540
|
-
|
|
1541
1295
|
- [#208](https://github.com/opencomponents/oc/pull/208) When data is undefined, registry should 500
|
|
1542
1296
|
- [#209](https://github.com/opencomponents/oc/pull/209) Exit 1 in case of CLI error
|
|
1543
1297
|
|
|
1544
1298
|
### v0.28.4
|
|
1545
|
-
|
|
1546
1299
|
- [#204](https://github.com/opencomponents/oc/pull/204) add "getRepositoryUrl" in order to support repository package.json property as object
|
|
1547
1300
|
- [#206](https://github.com/opencomponents/oc/pull/206) Fix travis forks PRs
|
|
1548
1301
|
|
|
1549
1302
|
### v0.28.3
|
|
1550
|
-
|
|
1551
1303
|
- [#203](https://github.com/opencomponents/oc/pull/203) Fix githubChanges task name
|
|
1552
1304
|
- [#199](https://github.com/opencomponents/oc/pull/199) Changelog
|
|
1553
1305
|
|
|
1554
1306
|
### v0.28.2
|
|
1555
|
-
|
|
1556
1307
|
- [#201](https://github.com/opencomponents/oc/pull/201) Added license on minified oc-client.min.js
|
|
1557
1308
|
|
|
1558
1309
|
### v0.28.1
|
|
1559
|
-
|
|
1560
1310
|
- [#200](https://github.com/opencomponents/oc/pull/200) Have optional callbacks in CLI functions
|
|
1561
1311
|
|
|
1562
1312
|
### v0.28.0
|
|
1563
|
-
|
|
1564
1313
|
- [#198](https://github.com/opencomponents/oc/pull/198) More details on errors from node client
|
|
1565
1314
|
- [#197](https://github.com/opencomponents/oc/pull/197) Return null when there's no error in renderComponents
|
|
1566
1315
|
|
|
1567
1316
|
### v0.27.9
|
|
1568
|
-
|
|
1569
1317
|
- [#195](https://github.com/opencomponents/oc/pull/195) Warmup on client.init
|
|
1570
1318
|
|
|
1571
1319
|
### v0.27.8
|
|
1572
|
-
|
|
1573
1320
|
- [#196](https://github.com/opencomponents/oc/pull/196) Adding user-agent to node oc-client
|
|
1574
1321
|
|
|
1575
1322
|
### v0.27.7
|
|
1576
|
-
|
|
1577
1323
|
- [#194](https://github.com/opencomponents/oc/pull/194) Cleanup on client
|
|
1578
1324
|
|
|
1579
1325
|
### v0.27.6
|
|
1580
|
-
|
|
1581
1326
|
- [#193](https://github.com/opencomponents/oc/pull/193) Dev has optional callback in order to be used by grunt-oc
|
|
1582
1327
|
- [#192](https://github.com/opencomponents/oc/pull/192) Less docs, more links
|
|
1583
1328
|
|
|
1584
1329
|
### v0.27.5
|
|
1585
|
-
|
|
1586
1330
|
- [#190](https://github.com/opencomponents/oc/pull/190) Publish error
|
|
1587
1331
|
|
|
1588
1332
|
### v0.27.4
|
|
1589
|
-
|
|
1590
1333
|
- [#189](https://github.com/opencomponents/oc/pull/189) Safe colors in order to avoid extending object and better testing
|
|
1591
1334
|
|
|
1592
1335
|
### v0.27.1
|
|
1593
|
-
|
|
1594
1336
|
- [#187](https://github.com/opencomponents/oc/pull/187) Moved the request util to its own module
|
|
1595
1337
|
|
|
1596
1338
|
### v0.27.0
|
|
1597
|
-
|
|
1598
1339
|
- [#186](https://github.com/opencomponents/oc/pull/186) Preserve language when doing client-side failover
|
|
1599
1340
|
|
|
1600
1341
|
### v0.26.2
|
|
1601
|
-
|
|
1602
1342
|
- [#182](https://github.com/opencomponents/oc/pull/182) Node.js client post and various improvements
|
|
1603
1343
|
|
|
1604
1344
|
### v0.26.1
|
|
1605
|
-
|
|
1606
1345
|
- [#184](https://github.com/opencomponents/oc/pull/184) Allow oc dev to be hosted from a custom base url
|
|
1607
1346
|
|
|
1608
1347
|
### v0.26.0
|
|
1609
|
-
|
|
1610
1348
|
- [#178](https://github.com/opencomponents/oc/pull/178) node.js client should accept serverRendering and clientRendering endpoints instead of generic array (breaking change)
|
|
1611
1349
|
|
|
1612
1350
|
### v0.25.0
|
|
1613
|
-
|
|
1614
1351
|
- [#179](https://github.com/opencomponents/oc/pull/179) Oc client cleanup and improvements
|
|
1615
1352
|
|
|
1616
1353
|
### v0.24.1
|
|
1617
|
-
|
|
1618
1354
|
- [#180](https://github.com/opencomponents/oc/pull/180) update the dependencies
|
|
1619
1355
|
|
|
1620
1356
|
### v0.24.0
|
|
1621
|
-
|
|
1622
1357
|
- [#177](https://github.com/opencomponents/oc/pull/177) Npm ignore to avoid publishing unuseful stuff
|
|
1623
1358
|
|
|
1624
1359
|
### v0.23.7
|
|
1625
|
-
|
|
1626
1360
|
- [#173](https://github.com/opencomponents/oc/pull/173) Ownership of $$$
|
|
1627
1361
|
|
|
1628
1362
|
### v0.23.6
|
|
1629
|
-
|
|
1630
1363
|
- [#172](https://github.com/opencomponents/oc/pull/172) Avoid client to be multiple times inside the page
|
|
1631
1364
|
|
|
1632
1365
|
### v0.23.5
|
|
1633
|
-
|
|
1634
1366
|
- [#171](https://github.com/opencomponents/oc/pull/171) Without cleaning up the namespace
|
|
1635
1367
|
|
|
1636
1368
|
### v0.23.4
|
|
1637
|
-
|
|
1638
1369
|
- [#170](https://github.com/opencomponents/oc/pull/170) jQuery in no conflict mode
|
|
1639
1370
|
|
|
1640
1371
|
### v0.23.3
|
|
1641
|
-
|
|
1642
1372
|
- [#169](https://github.com/opencomponents/oc/pull/169) pre-rendered modality is deprecated
|
|
1643
1373
|
|
|
1644
1374
|
### v0.23.2
|
|
1645
|
-
|
|
1646
1375
|
- [#168](https://github.com/opencomponents/oc/pull/168) Update dependencies
|
|
1647
1376
|
- [#167](https://github.com/opencomponents/oc/pull/167) Sauce browsers updated + dev dependency updated
|
|
1648
1377
|
|
|
1649
1378
|
### v0.23.1
|
|
1650
|
-
|
|
1651
1379
|
- [#166](https://github.com/opencomponents/oc/pull/166) Bugfix and docs
|
|
1652
1380
|
|
|
1653
1381
|
### v0.23.0
|
|
1654
|
-
|
|
1655
1382
|
- [#165](https://github.com/opencomponents/oc/pull/165) Making the POST response API return status and response for each comp…
|
|
1656
1383
|
|
|
1657
1384
|
### v0.22.3
|
|
1658
|
-
|
|
1659
1385
|
- [#164](https://github.com/opencomponents/oc/pull/164) New component-retrieved event
|
|
1660
1386
|
|
|
1661
1387
|
### v0.22.2
|
|
1662
|
-
|
|
1663
1388
|
- [#163](https://github.com/opencomponents/oc/pull/163) POST route for allowing batch request
|
|
1664
1389
|
- [#160](https://github.com/opencomponents/oc/pull/160) travis run tests with node 5 as well
|
|
1665
1390
|
|
|
1666
1391
|
### v0.22.1
|
|
1667
|
-
|
|
1668
1392
|
- [#159](https://github.com/opencomponents/oc/pull/159) should have an explicit dep on phantom
|
|
1669
1393
|
|
|
1670
1394
|
### v0.22.0
|
|
1671
|
-
|
|
1672
1395
|
- [#157](https://github.com/opencomponents/oc/pull/157) Server/Client-side render info
|
|
1673
1396
|
- [#156](https://github.com/opencomponents/oc/pull/156) House keeping
|
|
1674
1397
|
|
|
1675
1398
|
### v0.21.0
|
|
1676
|
-
|
|
1677
1399
|
- [#155](https://github.com/opencomponents/oc/pull/155) Removing info, ls, link, unlink
|
|
1678
1400
|
|
|
1679
1401
|
### v0.20.5
|
|
1680
|
-
|
|
1681
1402
|
- [#153](https://github.com/opencomponents/oc/pull/153) js.gz + css.gz handling
|
|
1682
1403
|
|
|
1683
1404
|
### v0.20.4
|
|
1684
|
-
|
|
1685
1405
|
- [#148](https://github.com/opencomponents/oc/pull/148) only remove the package once published to all registries
|
|
1686
1406
|
|
|
1687
1407
|
### v0.20.3
|
|
1688
|
-
|
|
1689
1408
|
- [#152](https://github.com/opencomponents/oc/pull/152) woopsy, I broke `oc dev`
|
|
1690
1409
|
|
|
1691
1410
|
### v0.20.2
|
|
1692
|
-
|
|
1693
1411
|
- [#151](https://github.com/opencomponents/oc/pull/151) Run karma tests by default
|
|
1694
1412
|
|
|
1695
1413
|
### v0.20.1
|
|
1696
|
-
|
|
1697
1414
|
- [#144](https://github.com/opencomponents/oc/pull/144) Oc client limited retries
|
|
1698
1415
|
|
|
1699
1416
|
### v0.20.0
|
|
1700
|
-
|
|
1701
1417
|
- [#141](https://github.com/opencomponents/oc/pull/141) allow plugins to depend on one another (breaking change)
|
|
1702
1418
|
|
|
1703
1419
|
### v0.19.5
|
|
1704
|
-
|
|
1705
1420
|
- [#147](https://github.com/opencomponents/oc/pull/147) Refactor cli/domain/local
|
|
1706
1421
|
|
|
1707
1422
|
### v0.19.4
|
|
1708
|
-
|
|
1709
1423
|
- [#145](https://github.com/opencomponents/oc/pull/145) oc dev fix (ie 8+)
|
|
1710
1424
|
|
|
1711
1425
|
### v0.19.3
|
|
1712
|
-
|
|
1713
1426
|
- [#143](https://github.com/opencomponents/oc/pull/143) Fix cli crash when `oc dev` reads a broken package.json
|
|
1714
1427
|
|
|
1715
1428
|
### v0.19.1
|
|
1716
|
-
|
|
1717
1429
|
- [#140](https://github.com/opencomponents/oc/pull/140) Hacking on travis
|
|
1718
1430
|
|
|
1719
1431
|
### v0.19.0
|
|
1720
|
-
|
|
1721
1432
|
- [#139](https://github.com/opencomponents/oc/pull/139) prerendered -> unrendered
|
|
1722
1433
|
- [#134](https://github.com/opencomponents/oc/pull/134) Added tagging when upgrading version
|
|
1723
1434
|
- [#133](https://github.com/opencomponents/oc/pull/133) Empty component fix
|
|
@@ -1801,4 +1512,4 @@ closes #487
|
|
|
1801
1512
|
- [#4](https://github.com/opencomponents/oc/pull/4) Some fixes
|
|
1802
1513
|
- [#3](https://github.com/opencomponents/oc/pull/3) Client componentisation
|
|
1803
1514
|
- [#2](https://github.com/opencomponents/oc/pull/2) Update README.md
|
|
1804
|
-
- [#1](https://github.com/opencomponents/oc/pull/1) Readme
|
|
1515
|
+
- [#1](https://github.com/opencomponents/oc/pull/1) Readme
|