alp-node 9.0.1 → 10.1.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 DELETED
@@ -1,937 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [9.0.1](https://github.com/christophehurpeau/alp/compare/alp-node@9.0.0...alp-node@9.0.1) (2025-11-12)
7
-
8
- Note: no notable changes
9
-
10
-
11
- ## [9.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@8.0.0...alp-node@9.0.0) (2025-10-27)
12
-
13
- ### ⚠ BREAKING CHANGES
14
-
15
- * drop node 20 and build using esbuild
16
-
17
- ### Features
18
-
19
- * drop node 20 and build using esbuild ([812c4c1](https://github.com/christophehurpeau/alp/commit/812c4c1b0ad19984e389af4382a8d1e60643e4f1))
20
- * update nightingale packages to version 16 across multiple packages ([2f59b01](https://github.com/christophehurpeau/alp/commit/2f59b01c9c407da7c59c608a12d716058fff9c70))
21
-
22
- ### Bug Fixes
23
-
24
- * clarify typings ([862b7e2](https://github.com/christophehurpeau/alp/commit/862b7e2ffe2dca85535c33bfd8a2d858c066fcbc))
25
-
26
- ## [8.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@7.0.0...alp-node@8.0.0) (2025-08-02)
27
-
28
- ### ⚠ BREAKING CHANGES
29
-
30
- * update dependencies and drop node 20
31
- * update dev dependencies, replace parse-json-object-as-map with native JSON.parse, update koa
32
- * remove deprecated packageDirname
33
- * namedRouteParam and otherRouteParam
34
- * update koa
35
- * update router-segments
36
-
37
- ### Features
38
-
39
- * remove deprecated packageDirname ([82f6f16](https://github.com/christophehurpeau/alp/commit/82f6f163d40bdfe40df181a1d009072cd1eb3c82))
40
- * update dependencies and drop node 20 ([fc5b322](https://github.com/christophehurpeau/alp/commit/fc5b322e076e9a3c7c4a235d16734b89fd85e211))
41
- * update dev dependencies, replace parse-json-object-as-map with native JSON.parse, update koa ([5ae7723](https://github.com/christophehurpeau/alp/commit/5ae77238cafc573fe72c5eb63b103802b8b2e537))
42
- * update koa ([e678114](https://github.com/christophehurpeau/alp/commit/e67811429d951287de715c3dffdbee7b798f3358))
43
- * update router-segments ([07ff52b](https://github.com/christophehurpeau/alp/commit/07ff52b3f851204256509056d0a4b25e1f630e5b))
44
-
45
- ### Bug Fixes
46
-
47
- * namedRouteParam and otherRouteParam ([73e9e2a](https://github.com/christophehurpeau/alp/commit/73e9e2aaf00fe956628efd1380f8e44329562c41))
48
- * properly call callback ([89cedd4](https://github.com/christophehurpeau/alp/commit/89cedd44a2edb99e9fcc050172f9ac75e1747e20))
49
-
50
- ## [7.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@6.2.0...alp-node@7.0.0) (2024-01-06)
51
-
52
-
53
- ### ⚠ BREAKING CHANGES
54
-
55
- * merge to alp-node to improve maintenability, remove alp-types
56
-
57
- ### Features
58
-
59
- * merge to alp-node to improve maintenability, remove alp-types ([ead9a2f](https://github.com/christophehurpeau/alp/commit/ead9a2fd1bcbedce0be29ea0e444c5cead99c64d))
60
-
61
-
62
-
63
-
64
- ## [6.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@6.1.1...alp-node@6.2.0) (2024-01-06)
65
-
66
- Note: no notable changes
67
-
68
-
69
-
70
-
71
- ## [6.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@6.1.0...alp-node@6.1.1) (2024-01-06)
72
-
73
- Note: no notable changes
74
-
75
- Version bump for dependency: alp-listen
76
- Version bump for dependency: alp-node-config
77
- Version bump for dependency: alp-node-errors
78
- Version bump for dependency: alp-node-language
79
- Version bump for dependency: alp-params
80
- Version bump for dependency: alp-translate
81
-
82
-
83
- ## [6.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@6.0.0...alp-node@6.1.0) (2023-12-25)
84
-
85
-
86
- ### Features
87
-
88
- * update dependencies ([ddc8f92](https://github.com/christophehurpeau/alp/commit/ddc8f92cccacf6ed2baabf8555f0b37fe281ce9d))
89
-
90
- Version bump for dependency: alp-listen
91
- Version bump for dependency: alp-node-config
92
- Version bump for dependency: alp-node-errors
93
- Version bump for dependency: alp-node-language
94
- Version bump for dependency: alp-params
95
- Version bump for dependency: alp-translate
96
- Version bump for dependency: alp-types
97
-
98
-
99
- ## [6.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@5.2.0...alp-node@6.0.0) (2023-07-29)
100
-
101
-
102
- ### ⚠ BREAKING CHANGES
103
-
104
- * drop node 16
105
-
106
- ### Code Refactoring
107
-
108
- * update to node 18 ([26280d6](https://github.com/christophehurpeau/alp/commit/26280d638aba1bd46fa42ad5a571b9626f1fff6d))
109
-
110
-
111
-
112
- ## [5.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@5.1.2...alp-node@5.2.0) (2023-03-19)
113
-
114
-
115
- ### Features
116
-
117
- * **alp-hello-node-example:** create package ([b67cf74](https://github.com/christophehurpeau/alp/commit/b67cf741c97ad12d5982555774197cd14e83b15c))
118
- * update dev dependencies ([9d7e24f](https://github.com/christophehurpeau/alp/commit/9d7e24f8e504d47feae64ca618dc2b3a69babc38))
119
-
120
-
121
-
122
- ## [5.1.2](https://github.com/christophehurpeau/alp/compare/alp-node@5.1.1...alp-node@5.1.2) (2023-01-31)
123
-
124
- **Note:** Version bump only for package alp-node
125
-
126
-
127
-
128
-
129
-
130
- ## [5.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@5.1.0...alp-node@5.1.1) (2023-01-31)
131
-
132
-
133
- ### Bug Fixes
134
-
135
- * remove unecessary react peer dep in alp-node ([41640c2](https://github.com/christophehurpeau/alp/commit/41640c280651dda42161ba20c100466cd0187622))
136
-
137
-
138
-
139
-
140
-
141
- # [5.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@5.0.0...alp-node@5.1.0) (2023-01-29)
142
-
143
-
144
- ### Features
145
-
146
- * update configs ([e9cbde7](https://github.com/christophehurpeau/alp/commit/e9cbde74ddbbb730bc2b65bb6d0b87f2bba8006e))
147
- * update nightingale and router-segments ([eb95316](https://github.com/christophehurpeau/alp/commit/eb953169651a5b335d2348f823dc65dc1261cfc0))
148
-
149
-
150
-
151
-
152
-
153
- # [5.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@4.2.2...alp-node@5.0.0) (2022-11-27)
154
-
155
-
156
- ### Features
157
-
158
- * drop node 14 ([5d5f90b](https://github.com/christophehurpeau/alp/commit/5d5f90b09d8532278aba75a97f10ea90bbb27919))
159
-
160
-
161
- ### BREAKING CHANGES
162
-
163
- * drop node 14
164
-
165
-
166
-
167
-
168
-
169
- ## [4.2.2](https://github.com/christophehurpeau/alp/compare/alp-node@4.2.1...alp-node@4.2.2) (2022-10-29)
170
-
171
- **Note:** Version bump only for package alp-node
172
-
173
-
174
-
175
-
176
-
177
- ## [4.2.1](https://github.com/christophehurpeau/alp/compare/alp-node@4.2.0...alp-node@4.2.1) (2022-10-19)
178
-
179
- **Note:** Version bump only for package alp-node
180
-
181
-
182
-
183
-
184
-
185
- # [4.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@4.1.4...alp-node@4.2.0) (2022-10-16)
186
-
187
-
188
- ### Features
189
-
190
- * update to react 18 ([6ac42b8](https://github.com/christophehurpeau/alp/commit/6ac42b84b80bf76853773f3b93819666684327d1))
191
-
192
-
193
-
194
-
195
-
196
- ## [4.1.4](https://github.com/christophehurpeau/alp/compare/alp-node@4.1.3...alp-node@4.1.4) (2022-10-13)
197
-
198
- **Note:** Version bump only for package alp-node
199
-
200
-
201
-
202
-
203
-
204
- ## [4.1.3](https://github.com/christophehurpeau/alp/compare/alp-node@4.1.2...alp-node@4.1.3) (2022-03-05)
205
-
206
- **Note:** Version bump only for package alp-node
207
-
208
-
209
-
210
-
211
-
212
- ## [4.1.2](https://github.com/christophehurpeau/alp/compare/alp-node@4.1.1...alp-node@4.1.2) (2022-02-20)
213
-
214
- **Note:** Version bump only for package alp-node
215
-
216
-
217
-
218
-
219
-
220
- ## [4.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@4.1.0...alp-node@4.1.1) (2022-02-13)
221
-
222
-
223
- ### Bug Fixes
224
-
225
- * dont override react/react-in-jsx-scope ([5d21c9e](https://github.com/christophehurpeau/alp/commit/5d21c9ece092cd3397d1794211dae17cea6649f8))
226
-
227
-
228
-
229
-
230
-
231
- # [4.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@4.0.3...alp-node@4.1.0) (2022-02-06)
232
-
233
-
234
- ### Bug Fixes
235
-
236
- * alp-node/fetch typings ([4bcc2a6](https://github.com/christophehurpeau/alp/commit/4bcc2a69d7ecb416f63c707a33237bc868e85696))
237
- * request.searchParams ([d4552c6](https://github.com/christophehurpeau/alp/commit/d4552c6ce41dc3bf7aeeaa24f5e4ddc16164ae7f))
238
-
239
-
240
- ### Features
241
-
242
- * **alp-node:** update for newest version of alp-params ([6391d96](https://github.com/christophehurpeau/alp/commit/6391d96b61666e1eb64c9a49779327a08cdaaf66))
243
- * update node-fetch ([ffeb05d](https://github.com/christophehurpeau/alp/commit/ffeb05d17f299af13f6ec498503feca1e08ae214))
244
-
245
-
246
-
247
-
248
-
249
- ## [4.0.3](https://github.com/christophehurpeau/alp/compare/alp-node@4.0.2...alp-node@4.0.3) (2022-01-15)
250
-
251
- **Note:** Version bump only for package alp-node
252
-
253
-
254
-
255
-
256
-
257
- ## [4.0.2](https://github.com/christophehurpeau/alp/compare/alp-node@4.0.1...alp-node@4.0.2) (2022-01-02)
258
-
259
-
260
- ### Bug Fixes
261
-
262
- * extra entries ([fbfb15f](https://github.com/christophehurpeau/alp/commit/fbfb15fd4cfc474ccb803105fb8ece71414a6f5d))
263
-
264
-
265
-
266
-
267
-
268
- ## [4.0.1](https://github.com/christophehurpeau/alp/compare/alp-node@4.0.0...alp-node@4.0.1) (2022-01-02)
269
-
270
- **Note:** Version bump only for package alp-node
271
-
272
-
273
-
274
-
275
-
276
- # [4.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@3.2.2...alp-node@4.0.0) (2022-01-02)
277
-
278
-
279
- ### Bug Fixes
280
-
281
- * remove findup-sync ([0f7ac09](https://github.com/christophehurpeau/alp/commit/0f7ac09d577de99eff3a559f54c0d9891c0aa265))
282
- * update nightingale and fix tests ([3691716](https://github.com/christophehurpeau/alp/commit/36917162d0ee3dccc07384caf018b7760d98b744))
283
-
284
-
285
- ### Features
286
-
287
- * use ESM and drop node 12 ([f45054e](https://github.com/christophehurpeau/alp/commit/f45054e931eea88451d183722797eba057511236))
288
-
289
-
290
- ### BREAKING CHANGES
291
-
292
- * requires node 14 and ESM
293
-
294
-
295
-
296
-
297
-
298
- ## [3.2.2](https://github.com/christophehurpeau/alp/compare/alp-node@3.2.1...alp-node@3.2.2) (2021-04-10)
299
-
300
- **Note:** Version bump only for package alp-node
301
-
302
-
303
-
304
-
305
-
306
- ## [3.2.1](https://github.com/christophehurpeau/alp/compare/alp-node@3.2.0...alp-node@3.2.1) (2021-03-28)
307
-
308
- **Note:** Version bump only for package alp-node
309
-
310
-
311
-
312
-
313
-
314
- # [3.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@3.1.2...alp-node@3.2.0) (2021-03-28)
315
-
316
-
317
- ### Features
318
-
319
- * update koa ([8be5ecf](https://github.com/christophehurpeau/alp/commit/8be5ecf11e53a2deced805683195cc5c67ba9ea2))
320
- * **deps:** update dependency koa-compress to v5 ([#202](https://github.com/christophehurpeau/alp/issues/202)) ([9c21363](https://github.com/christophehurpeau/alp/commit/9c213632690f49d1aadf942fbb0c33a7015cb901))
321
-
322
-
323
-
324
-
325
-
326
- ## [3.1.2](https://github.com/christophehurpeau/alp/compare/alp-node@3.1.1...alp-node@3.1.2) (2021-03-28)
327
-
328
- **Note:** Version bump only for package alp-node
329
-
330
-
331
-
332
-
333
-
334
- ## [3.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@3.1.0...alp-node@3.1.1) (2021-03-21)
335
-
336
-
337
- ### Bug Fixes
338
-
339
- * **alp-node:** add @types/koa as dependency ([6ff2584](https://github.com/christophehurpeau/alp/commit/6ff2584f2b44f73611170419714a5bbac6fcc861))
340
-
341
-
342
-
343
-
344
-
345
- # [3.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@3.0.3...alp-node@3.1.0) (2021-03-21)
346
-
347
-
348
- ### Features
349
-
350
- * update dependencies and browserlist config ([ec17710](https://github.com/christophehurpeau/alp/commit/ec177106dbfb094fface3d2791800916929305fc))
351
-
352
-
353
-
354
-
355
-
356
- ## [3.0.3](https://github.com/christophehurpeau/alp/compare/alp-node@3.0.2...alp-node@3.0.3) (2021-01-23)
357
-
358
-
359
- ### Bug Fixes
360
-
361
- * **alp-node:** sideEffect fetch ([bea81be](https://github.com/christophehurpeau/alp/commit/bea81bedafbeefd67d25f2b474853a285e0af5ed))
362
-
363
-
364
-
365
-
366
-
367
- ## [3.0.2](https://github.com/christophehurpeau/alp/compare/alp-node@3.0.1...alp-node@3.0.2) (2021-01-18)
368
-
369
-
370
- ### Bug Fixes
371
-
372
- * deps and export import browser ([c8e51a6](https://github.com/christophehurpeau/alp/commit/c8e51a61befee852cbdbfb7697c7fd273a8d49ef))
373
- * multiple stuff ([e914474](https://github.com/christophehurpeau/alp/commit/e9144747913b8edae7dc1ba94767d03e085cbdcd))
374
-
375
-
376
-
377
-
378
-
379
- ## [3.0.1](https://github.com/christophehurpeau/alp/compare/alp-node@3.0.0...alp-node@3.0.1) (2021-01-17)
380
-
381
-
382
- ### Bug Fixes
383
-
384
- * **alp-node:** export fetch ([9fba668](https://github.com/christophehurpeau/alp/commit/9fba668adc86acac83c8af3b4eb44bbc5cb6fa36))
385
-
386
-
387
-
388
-
389
-
390
- # [3.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@2.2.0...alp-node@3.0.0) (2021-01-17)
391
-
392
-
393
- ### Code Refactoring
394
-
395
- * update dev deps and typescript and eslint ([8cdc20e](https://github.com/christophehurpeau/alp/commit/8cdc20e030769d98d637b9580931cc5cc608278d))
396
-
397
-
398
- ### Features
399
-
400
- * update nightingale ([359ef19](https://github.com/christophehurpeau/alp/commit/359ef1971d717af996b447768d5f8efc31b4c4d3))
401
-
402
-
403
- ### BREAKING CHANGES
404
-
405
- * requires node 12
406
-
407
-
408
-
409
-
410
-
411
- # [2.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@2.1.3...alp-node@2.2.0) (2021-01-12)
412
-
413
-
414
- ### Bug Fixes
415
-
416
- * **alp-node:** missing defs ([d697b96](https://github.com/christophehurpeau/alp/commit/d697b96bda76f38d319e24e70ec59342842365ee))
417
-
418
-
419
- ### Features
420
-
421
- * **alp-node:** allow require AlpNodeApp directly ([235429d](https://github.com/christophehurpeau/alp/commit/235429d69b9078cfe52c6bd95094b9ec319f2547))
422
-
423
-
424
-
425
-
426
-
427
- ## [2.1.3](https://github.com/christophehurpeau/alp/compare/alp-node@2.1.2...alp-node@2.1.3) (2020-10-07)
428
-
429
- **Note:** Version bump only for package alp-node
430
-
431
-
432
-
433
-
434
-
435
- ## [2.1.2](https://github.com/christophehurpeau/alp/compare/alp-node@2.1.1...alp-node@2.1.2) (2020-08-09)
436
-
437
- **Note:** Version bump only for package alp-node
438
-
439
-
440
-
441
-
442
-
443
- ## [2.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@2.1.0...alp-node@2.1.1) (2020-08-08)
444
-
445
- **Note:** Version bump only for package alp-node
446
-
447
-
448
-
449
-
450
-
451
- # [2.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@2.0.2...alp-node@2.1.0) (2020-05-30)
452
-
453
-
454
- ### Features
455
-
456
- * update dependencies ([70b1f7f](https://github.com/christophehurpeau/alp/commit/70b1f7f))
457
-
458
-
459
-
460
-
461
-
462
- ## [2.0.2](https://github.com/christophehurpeau/alp/compare/alp-node@2.0.1...alp-node@2.0.2) (2020-05-02)
463
-
464
- **Note:** Version bump only for package alp-node
465
-
466
-
467
-
468
-
469
-
470
- ## [2.0.1](https://github.com/christophehurpeau/alp/compare/alp-node@2.0.0...alp-node@2.0.1) (2019-12-16)
471
-
472
-
473
- ### Bug Fixes
474
-
475
- * update pobpack ([6e0b501](https://github.com/christophehurpeau/alp/commit/6e0b501))
476
-
477
-
478
-
479
-
480
-
481
- # [2.0.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.5.1...alp-node@2.0.0) (2019-12-15)
482
-
483
-
484
- ### Features
485
-
486
- * update dependencies ([2d1539c](https://github.com/christophehurpeau/alp/commit/2d1539c))
487
- * update dependencies and pob ([edee8ce](https://github.com/christophehurpeau/alp/commit/edee8ce))
488
-
489
-
490
- ### BREAKING CHANGES
491
-
492
- * drop node 8
493
-
494
-
495
-
496
-
497
-
498
- ## [1.5.1](https://github.com/christophehurpeau/alp/compare/alp-node@1.5.0...alp-node@1.5.1) (2019-09-15)
499
-
500
-
501
- ### Bug Fixes
502
-
503
- * **deps:** update dependency findup-sync to v4 ([#76](https://github.com/christophehurpeau/alp/issues/76)) ([d4ab59d](https://github.com/christophehurpeau/alp/commit/d4ab59d))
504
-
505
-
506
-
507
-
508
-
509
- # [1.5.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.4.2...alp-node@1.5.0) (2019-09-13)
510
-
511
-
512
- ### Features
513
-
514
- * add react-alp-antd-form and update dependencies ([6f60e46](https://github.com/christophehurpeau/alp/commit/6f60e46))
515
-
516
-
517
-
518
-
519
-
520
- ## [1.4.2](https://github.com/christophehurpeau/alp/compare/alp-node@1.4.1...alp-node@1.4.2) (2019-09-13)
521
-
522
- **Note:** Version bump only for package alp-node
523
-
524
-
525
-
526
-
527
-
528
- ## [1.4.1](https://github.com/christophehurpeau/alp/compare/alp-node@1.4.0...alp-node@1.4.1) (2019-09-09)
529
-
530
-
531
- ### Bug Fixes
532
-
533
- * pob update ([ffe6857](https://github.com/christophehurpeau/alp/commit/ffe6857))
534
- * typescript issues ([23246f6](https://github.com/christophehurpeau/alp/commit/23246f6))
535
-
536
-
537
-
538
-
539
-
540
- # [1.4.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.3.1...alp-node@1.4.0) (2019-05-01)
541
-
542
-
543
- ### Features
544
-
545
- * improve progress bar and server log ([d7ef7dc](https://github.com/christophehurpeau/alp/commit/d7ef7dc))
546
-
547
-
548
-
549
-
550
-
551
- ## [1.3.1](https://github.com/christophehurpeau/alp/compare/alp-node@1.3.0...alp-node@1.3.1) (2019-05-01)
552
-
553
-
554
- ### Bug Fixes
555
-
556
- * hot loader ([c880769](https://github.com/christophehurpeau/alp/commit/c880769))
557
-
558
-
559
-
560
-
561
-
562
- # [1.3.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.2.0...alp-node@1.3.0) (2019-05-01)
563
-
564
-
565
- ### Features
566
-
567
- * update dependencies ([9663e2d](https://github.com/christophehurpeau/alp/commit/9663e2d))
568
-
569
-
570
-
571
-
572
-
573
- # [1.2.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.1.4...alp-node@1.2.0) (2019-05-01)
574
-
575
-
576
- ### Features
577
-
578
- * update deps and pobpack ([1e19ea4](https://github.com/christophehurpeau/alp/commit/1e19ea4))
579
-
580
-
581
-
582
-
583
-
584
- ## [1.1.4](https://github.com/christophehurpeau/alp/compare/alp-node@1.1.3...alp-node@1.1.4) (2019-04-28)
585
-
586
- **Note:** Version bump only for package alp-node
587
-
588
-
589
-
590
-
591
-
592
- ## [1.1.3](https://github.com/christophehurpeau/alp/compare/alp-node@1.1.2...alp-node@1.1.3) (2019-04-20)
593
-
594
- **Note:** Version bump only for package alp-node
595
-
596
-
597
-
598
-
599
-
600
- ## [1.1.2](https://github.com/christophehurpeau/alp/compare/alp-node@1.1.1...alp-node@1.1.2) (2019-04-07)
601
-
602
- **Note:** Version bump only for package alp-node
603
-
604
-
605
-
606
-
607
-
608
- ## [1.1.1](https://github.com/christophehurpeau/alp/compare/alp-node@1.1.0...alp-node@1.1.1) (2019-04-06)
609
-
610
- **Note:** Version bump only for package alp-node
611
-
612
-
613
-
614
-
615
-
616
- # [1.1.0](https://github.com/christophehurpeau/alp/compare/alp-node@1.0.3...alp-node@1.1.0) (2019-04-05)
617
-
618
-
619
- ### Features
620
-
621
- * update dependencies ([9278dc6](https://github.com/christophehurpeau/alp/commit/9278dc6))
622
-
623
-
624
-
625
-
626
-
627
- ## [1.0.3](https://github.com/christophehurpeau/alp/compare/alp-node@1.0.2...alp-node@1.0.3) (2019-03-29)
628
-
629
- **Note:** Version bump only for package alp-node
630
-
631
-
632
-
633
-
634
-
635
- ## [1.0.2](https://github.com/christophehurpeau/alp/compare/alp-node@1.0.1...alp-node@1.0.2) (2019-03-29)
636
-
637
- **Note:** Version bump only for package alp-node
638
-
639
-
640
-
641
-
642
-
643
- ## [1.0.1](https://github.com/christophehurpeau/alp/compare/alp-node@1.0.0...alp-node@1.0.1) (2019-03-08)
644
-
645
- **Note:** Version bump only for package alp-node
646
-
647
-
648
-
649
-
650
-
651
- # 1.0.0 (2019-02-17)
652
-
653
-
654
- ### Bug Fixes
655
-
656
- * alp-node config path and ready ([21cf800](https://github.com/christophehurpeau/alp/commit/21cf800))
657
- * alp-types refs ([7e9a693](https://github.com/christophehurpeau/alp/commit/7e9a693))
658
- * build missing definitions ([96c7e50](https://github.com/christophehurpeau/alp/commit/96c7e50))
659
- * call deprecated packageDirname ([2cf4a50](https://github.com/christophehurpeau/alp/commit/2cf4a50))
660
- * use JSON.parse and readFileSync to load package config ([a6d4646](https://github.com/christophehurpeau/alp/commit/a6d4646))
661
-
662
-
663
- ### Features
664
-
665
- * export type context in alp-node ([80d1ed5](https://github.com/christophehurpeau/alp/commit/80d1ed5))
666
- * look for build config ([b25c672](https://github.com/christophehurpeau/alp/commit/b25c672))
667
- * MongoUsersManager allow to extends user ([c00bc69](https://github.com/christophehurpeau/alp/commit/c00bc69))
668
- * node 8 ([680f060](https://github.com/christophehurpeau/alp/commit/680f060))
669
- * pob-babel@14.1 and webpack node6 ([7738e70](https://github.com/christophehurpeau/alp/commit/7738e70))
670
- * remove initialBrowserContext ([650a628](https://github.com/christophehurpeau/alp/commit/650a628))
671
- * remove redux* in app, now in alp-react-redux ([22ac762](https://github.com/christophehurpeau/alp/commit/22ac762))
672
- * typescript ([3541e73](https://github.com/christophehurpeau/alp/commit/3541e73))
673
- * update dependencies ([5d6252e](https://github.com/christophehurpeau/alp/commit/5d6252e))
674
- * update dependencies ([a0e53dd](https://github.com/christophehurpeau/alp/commit/a0e53dd))
675
- * update dependencies, remove alp-controller ([e122d23](https://github.com/christophehurpeau/alp/commit/e122d23))
676
- * upgrade dependencies ([ffdb6b6](https://github.com/christophehurpeau/alp/commit/ffdb6b6))
677
-
678
-
679
- ### BREAKING CHANGES
680
-
681
- * too many breaking changes
682
- * initialBrowserContext
683
- * upgrade to node 8
684
-
685
-
686
-
687
-
688
-
689
- <a name="0.38.0"></a>
690
- # [0.38.0](https://github.com/alpjs/alp-node/compare/v0.37.1...v0.38.0) (2018-03-25)
691
-
692
-
693
- ### Features
694
-
695
- * update dependencies ([cf31787](https://github.com/alpjs/alp-node/commit/cf31787))
696
-
697
-
698
- <a name="0.37.1"></a>
699
- ## [0.37.1](https://github.com/alpjs/alp-node/compare/v0.37.0...v0.37.1) (2018-03-23)
700
-
701
-
702
- ### Bug Fixes
703
-
704
- * use JSON.parse and readFileSync to load package config ([5379b51](https://github.com/alpjs/alp-node/commit/5379b51))
705
-
706
-
707
- <a name="0.37.0"></a>
708
- # [0.37.0](https://github.com/alpjs/alp-node/compare/v0.36.0...v0.37.0) (2018-03-04)
709
-
710
-
711
- <a name="0.36.0"></a>
712
- # [0.36.0](https://github.com/alpjs/alp-node/compare/v0.35.0...v0.36.0) (2017-08-27)
713
-
714
-
715
- ### Features
716
-
717
- * remove redux* in app, now in alp-react-redux ([dd7b041](https://github.com/alpjs/alp-node/commit/dd7b041))
718
-
719
-
720
- <a name="0.35.0"></a>
721
- # [0.35.0](https://github.com/alpjs/alp-node/compare/v0.34.0...v0.35.0) (2017-08-26)
722
-
723
-
724
- ### Features
725
-
726
- * remove initialBrowserContext ([be7e039](https://github.com/alpjs/alp-node/commit/be7e039))
727
-
728
-
729
- ### BREAKING CHANGES
730
-
731
- * initialBrowserContext
732
-
733
-
734
- <a name="0.34.0"></a>
735
- # [0.34.0](https://github.com/alpjs/alp-node/compare/v0.33.0...v0.34.0) (2017-08-16)
736
-
737
-
738
- ### Features
739
-
740
- * update dependencies, remove alp-controller ([6648362](https://github.com/alpjs/alp-node/commit/6648362))
741
-
742
-
743
- <a name="0.33.0"></a>
744
- # [0.33.0](https://github.com/alpjs/alp-node/compare/v0.32.1...v0.33.0) (2017-07-26)
745
-
746
-
747
- ### Features
748
-
749
- * node 8 ([66d3155](https://github.com/alpjs/alp-node/commit/66d3155))
750
-
751
-
752
- ### BREAKING CHANGES
753
-
754
- * upgrade to node 8
755
-
756
-
757
- <a name="0.32.1"></a>
758
- ## [0.32.1](https://github.com/alpjs/alp-node/compare/v0.32.0...v0.32.1) (2017-04-23)
759
-
760
-
761
- ### Bug Fixes
762
-
763
- * call deprecated packageDirname ([503ab1e](https://github.com/alpjs/alp-node/commit/503ab1e))
764
-
765
-
766
- <a name="0.32.0"></a>
767
- # [0.32.0](https://github.com/alpjs/alp-node/compare/v0.31.0...v0.32.0) (2017-04-03)
768
-
769
-
770
- ### Features
771
-
772
- * update dependencies ([633b657](https://github.com/alpjs/alp-node/commit/633b657))
773
-
774
-
775
- <a name="0.31.0"></a>
776
- # [0.31.0](https://github.com/alpjs/alp-node/compare/v0.30.0...v0.31.0) (2017-02-27)
777
-
778
-
779
- ### Features
780
-
781
- * look for build config ([7fc2862](https://github.com/alpjs/alp-node/commit/7fc2862))
782
-
783
-
784
- <a name="0.30.0"></a>
785
- # [0.30.0](https://github.com/alpjs/alp-node/compare/v0.29.0...v0.30.0) (2017-02-27)
786
-
787
- node 7
788
-
789
-
790
- <a name="0.29.0"></a>
791
- # [0.29.0](https://github.com/alpjs/alp-node/compare/v0.28.0...v0.29.0) (2017-02-06)
792
-
793
-
794
- ### Features
795
-
796
- * pob-babel@14.1 and webpack node6 ([bf7d8f2](https://github.com/alpjs/alp-node/commit/bf7d8f2))
797
-
798
-
799
- <a name="0.28.0"></a>
800
- # [0.28.0](https://github.com/alpjs/alp-node/compare/v0.27.0...v0.28.0) (2017-02-04)
801
-
802
-
803
- ### Features
804
-
805
- * upgrade dependencies ([aa88937](https://github.com/alpjs/alp-node/commit/aa88937))
806
-
807
-
808
- ### v0.27.0
809
-
810
- - [`6cc0cd0`](https://github.com/alpjs/alp-node/commit/6cc0cd05f36dc426a64e4e5cb903374f4a33fb77) chore(package): update dependencies (Christophe Hurpeau)
811
-
812
- ### v0.26.0
813
-
814
- - [`d2cd4c5`](https://github.com/alpjs/alp-node/commit/d2cd4c5a1a78315dc082301eef251be12262f4ce) chore(package): remove liwi in devDependencies (Christophe Hurpeau)
815
- - [`09dacd0`](https://github.com/alpjs/alp-node/commit/09dacd00ca3fa5a3f9bc5e3fae0303c6a4d1477e) chore(package): update dependencies (Christophe Hurpeau)
816
-
817
- ### v0.25.0
818
-
819
- - [`768bab0`](https://github.com/alpjs/alp-node/commit/768bab0a524f7ff9359382bfbf2feef825dcad64) update dependencies (Christophe Hurpeau)
820
-
821
- ### v0.24.0
822
-
823
- - [`fe07086`](https://github.com/alpjs/alp-node/commit/fe07086e46380c0a7aaf3537a77aa83331e5854e) chore(package): update dependencies (Christophe Hurpeau)
824
-
825
- ### v0.23.0
826
-
827
- BREAKING
828
-
829
- replace
830
-
831
- ```js
832
- app.migrate(migrationsManager)
833
- ```
834
-
835
- by
836
-
837
- ```js
838
- import migrate from 'alp-migrations';
839
-
840
- migrate({ app, migrationsManager });
841
- ```
842
-
843
- - [`fb6b74d`](https://github.com/alpjs/alp-node/commit/fb6b74da1fd8e3881e9fe62929db717a2c6c0217) refactor: logger.debug app and package dirnames (Christophe Hurpeau)
844
- - [`6996941`](https://github.com/alpjs/alp-node/commit/6996941cbf56bbcdb3db98d78b71b027e647662e) refactor: remove alp-migrations (Christophe Hurpeau)
845
- - [`89b8de4`](https://github.com/alpjs/alp-node/commit/89b8de427ee9118aad81185b1de0ebffbca00fc9) undefined (Christophe Hurpeau)
846
-
847
-
848
- ### v0.22.0
849
-
850
- - [`6b570b5`](https://github.com/alpjs/alp-node/commit/6b570b51ec0d99ec99dfdc43e949fb17b6b39545) chore: add komet (Christophe Hurpeau)
851
- - [`43e10c1`](https://github.com/alpjs/alp-node/commit/43e10c115387b727fc55cffc5e52a0d81733a9de) refactor: dirname uses process.argv[1] (Christophe Hurpeau)
852
- - [`1d2a536`](https://github.com/alpjs/alp-node/commit/1d2a536b8625ae1c2911ca0bd50fec1069edbd1a) refactor: breaking: config and options (Christophe Hurpeau)
853
-
854
- ### v0.21.0
855
-
856
- - [`7e819f2`](https://github.com/alpjs/alp-node/commit/7e819f2052454d382198e01423f9f461d0cacece) options.dirname and findup package.json (Christophe Hurpeau)
857
- - [`d2bbf6c`](https://github.com/alpjs/alp-node/commit/d2bbf6c92c0ddea5d5b50f60c37bd98d90eaa42d) normalize options.dirname (Christophe Hurpeau)
858
-
859
- ### v0.20.0
860
-
861
- - [`659afc1`](https://github.com/alpjs/alp-node/commit/659afc16c56fa8f143b1beb9f1fd37eb4435728c) add start method (Christophe Hurpeau)
862
-
863
- ### v0.19.1
864
-
865
- - [`82e4f78`](https://github.com/alpjs/alp-node/commit/82e4f78896664be830211867d90bbfbff0f37985) update dependencies (Christophe Hurpeau)
866
-
867
- ### v0.19.0
868
-
869
- - [`3f406e2`](https://github.com/alpjs/alp-node/commit/3f406e28054156b12b3e6e4bdfd61e4fd12ab4c1) close server (Christophe Hurpeau)
870
-
871
- ### v0.18.0
872
-
873
- - [`1b32856`](https://github.com/alpjs/alp-node/commit/1b328565ffd54237e4fcb1a75838622aca072424) update dependencies (Christophe Hurpeau)
874
-
875
- ### v0.17.1
876
-
877
- - [`8f91262`](https://github.com/alpjs/alp-node/commit/8f912624e8f5d2d032604b2fb98687522886232d) use dirname/migrations (Christophe Hurpeau)
878
- - [`e88a376`](https://github.com/alpjs/alp-node/commit/e88a3767a386f939a1ce71d4677bc598de3d0dc2) update dependencies (Christophe Hurpeau)
879
-
880
- ### v0.17.0
881
-
882
- - [`96aa261`](https://github.com/alpjs/alp-node/commit/96aa2618d22fbf74377a884a173122e6d5e738f9) update dependencies (Christophe Hurpeau)
883
-
884
- ### v0.16.0
885
-
886
- - [`607f2b4`](https://github.com/alpjs/alp-node/commit/607f2b4e0e8aaa0a31ab55d65cca71817b80d228) remove alp-limosa (Christophe Hurpeau)
887
-
888
- ### v0.15.0
889
-
890
- - [`ff7ec6b`](https://github.com/alpjs/alp-node/commit/ff7ec6beea6164a62253be51a3e94c53472a311e) alp-params (Christophe Hurpeau)
891
-
892
- ### v0.14.0
893
-
894
- - [`e9bf768`](https://github.com/alpjs/alp-node/commit/e9bf76832f1a8bf8feea71b5534a1903f749f6f4) update dependencies (Christophe Hurpeau)
895
-
896
- ### v0.13.0
897
-
898
- - [`47be0cb`](https://github.com/alpjs/alp-node/commit/47be0cbc6d81534ebb6ed0c7631234a3c31c55d6) breaking: computeInitialContextForBrowser, add registerBrowserContextTransformer (Christophe Hurpeau)
899
-
900
- ### v0.12.1
901
-
902
- - [`3dcd36d`](https://github.com/alpjs/alp-node/commit/3dcd36df10eaf0b89ae0294eb6b8561b6b7982a2) alp-limosa@2.2.3 (Christophe Hurpeau)
903
-
904
- ### v0.12.0
905
-
906
- change `migrate({ migrationsManager })` to `migrate(migrationsManager)`
907
-
908
- - [`b2b277d`](https://github.com/alpjs/alp-node/commit/b2b277dd210293e22516d4d319fe63512bd4cafd) update dependencies, migrate (Christophe Hurpeau)
909
-
910
-
911
- ### v0.11.0
912
-
913
- - [`4659b8a`](https://github.com/alpjs/alp-node/commit/4659b8a65b2fa7cd13c0366dc3c85a5e316fe0ab) update dependencies (Christophe Hurpeau)
914
-
915
- ### v0.10.0
916
-
917
- - [`da12962`](https://github.com/alpjs/alp-node/commit/da12962c97b21ab1a4c761d6e5466664b65fef90) upgrade dependencies (Christophe Hurpeau)
918
-
919
- ### v0.9.0
920
-
921
- - [`3535b40`](https://github.com/alpjs/alp-node/commit/3535b4072684845ae4ea08b18bd4498e81854f7f) update dependencies (Christophe Hurpeau)
922
-
923
- ### v0.8.2
924
-
925
- - [`3c78d30`](https://github.com/alpjs/alp-node/commit/3c78d30a40d81e9e9d3354ddeb136821f62586c0) migrate (Christophe Hurpeau)
926
-
927
- ### v0.8.1
928
-
929
- - [`1438745`](https://github.com/alpjs/alp-node/commit/1438745806faf21429a48ee114873149a6e8bb86) alp-language@1.2 (Christophe Hurpeau)
930
-
931
- ### v0.8.0
932
-
933
- - [`2faac54`](https://github.com/alpjs/alp-node/commit/2faac5445af5d8d4f939f1815541db491c539d3b) alp-translate 2.0 (Christophe Hurpeau)
934
-
935
- ### v0.7.1
936
-
937
- - [`90e9088`](https://github.com/alpjs/alp-node/commit/90e90885db70634c32a1080372148f9df3013348) alp-limosa@2.2.2 (Christophe Hurpeau)