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