@feathersjs/authentication-local 5.0.0-pre.29 → 5.0.0-pre.30

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +78 -352
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -3,698 +3,402 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
7
-
6
+ # [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
8
7
 
9
8
  ### Features
10
9
 
11
- * **authentication-oauth:** Koa and transport independent oAuth authentication ([#2737](https://github.com/feathersjs/feathers/issues/2737)) ([9231525](https://github.com/feathersjs/feathers/commit/9231525a24bb790ba9c5d940f2867a9c727691c9))
12
-
10
+ - **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
13
11
 
12
+ # [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
14
13
 
14
+ ### Features
15
15
 
16
+ - **authentication-oauth:** Koa and transport independent oAuth authentication ([#2737](https://github.com/feathersjs/feathers/issues/2737)) ([9231525](https://github.com/feathersjs/feathers/commit/9231525a24bb790ba9c5d940f2867a9c727691c9))
16
17
 
17
18
  # [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
18
19
 
19
-
20
20
  ### Bug Fixes
21
21
 
22
- * **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
23
-
24
-
25
-
26
-
22
+ - **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
27
23
 
28
24
  # [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
29
25
 
30
26
  **Note:** Version bump only for package @feathersjs/authentication-local
31
27
 
32
-
33
-
34
-
35
-
36
28
  # [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
37
29
 
38
30
  **Note:** Version bump only for package @feathersjs/authentication-local
39
31
 
40
-
41
-
42
-
43
-
44
32
  # [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
45
33
 
46
34
  **Note:** Version bump only for package @feathersjs/authentication-local
47
35
 
48
-
49
-
50
-
51
-
52
36
  # [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
53
37
 
54
-
55
38
  ### Features
56
39
 
57
- * **authentication-local:** Add passwordHash property resolver ([#2660](https://github.com/feathersjs/feathers/issues/2660)) ([b41279b](https://github.com/feathersjs/feathers/commit/b41279b55eea3771a6fa4983a37be2413287bbc6))
58
-
59
-
60
-
61
-
40
+ - **authentication-local:** Add passwordHash property resolver ([#2660](https://github.com/feathersjs/feathers/issues/2660)) ([b41279b](https://github.com/feathersjs/feathers/commit/b41279b55eea3771a6fa4983a37be2413287bbc6))
62
41
 
63
42
  # [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
64
43
 
65
44
  **Note:** Version bump only for package @feathersjs/authentication-local
66
45
 
67
-
68
-
69
-
70
-
71
46
  # [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
72
47
 
73
48
  **Note:** Version bump only for package @feathersjs/authentication-local
74
49
 
75
-
76
-
77
-
78
-
79
50
  # [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
80
51
 
81
52
  **Note:** Version bump only for package @feathersjs/authentication-local
82
53
 
83
-
84
-
85
-
86
-
87
54
  # [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
88
55
 
89
-
90
56
  ### Bug Fixes
91
57
 
92
- * **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
93
-
94
-
95
-
96
-
58
+ - **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
97
59
 
98
60
  # [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
99
61
 
100
-
101
62
  ### Features
102
63
 
103
- * **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
104
-
105
-
106
-
107
-
64
+ - **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
108
65
 
109
66
  # [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
110
67
 
111
68
  **Note:** Version bump only for package @feathersjs/authentication-local
112
69
 
113
-
114
-
115
-
116
-
117
70
  # [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
118
71
 
119
-
120
72
  ### Bug Fixes
121
73
 
122
- * **hooks:** Allow all built-in hooks to be used the async and regular way ([#2559](https://github.com/feathersjs/feathers/issues/2559)) ([8f9f631](https://github.com/feathersjs/feathers/commit/8f9f631e0ce89de349207db72def84e7ab496a4a))
123
-
124
-
125
-
126
-
74
+ - **hooks:** Allow all built-in hooks to be used the async and regular way ([#2559](https://github.com/feathersjs/feathers/issues/2559)) ([8f9f631](https://github.com/feathersjs/feathers/commit/8f9f631e0ce89de349207db72def84e7ab496a4a))
127
75
 
128
76
  # [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
129
77
 
130
78
  **Note:** Version bump only for package @feathersjs/authentication-local
131
79
 
132
-
133
-
134
-
135
-
136
80
  # [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
137
81
 
138
-
139
82
  ### Bug Fixes
140
83
 
141
- * **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
142
-
143
-
144
-
145
-
84
+ - **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
146
85
 
147
86
  # [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
148
87
 
149
88
  **Note:** Version bump only for package @feathersjs/authentication-local
150
89
 
151
-
152
-
153
-
154
-
155
90
  # [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
156
91
 
157
92
  **Note:** Version bump only for package @feathersjs/authentication-local
158
93
 
159
-
160
-
161
-
162
-
163
94
  # [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
164
95
 
165
96
  **Note:** Version bump only for package @feathersjs/authentication-local
166
97
 
167
-
168
-
169
-
170
-
171
98
  # [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
172
99
 
173
100
  **Note:** Version bump only for package @feathersjs/authentication-local
174
101
 
175
-
176
-
177
-
178
-
179
102
  # [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
180
103
 
181
-
182
104
  ### Bug Fixes
183
105
 
184
- * **authentication-local:** adds error handling for undefined/null password field ([#2444](https://github.com/feathersjs/feathers/issues/2444)) ([4323f98](https://github.com/feathersjs/feathers/commit/4323f9859a66a7fe3f7f15d81476bd81b735c226))
185
-
186
-
187
-
188
-
106
+ - **authentication-local:** adds error handling for undefined/null password field ([#2444](https://github.com/feathersjs/feathers/issues/2444)) ([4323f98](https://github.com/feathersjs/feathers/commit/4323f9859a66a7fe3f7f15d81476bd81b735c226))
189
107
 
190
108
  # [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
191
109
 
192
110
  **Note:** Version bump only for package @feathersjs/authentication-local
193
111
 
194
-
195
-
196
-
197
-
198
112
  # [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
199
113
 
200
114
  **Note:** Version bump only for package @feathersjs/authentication-local
201
115
 
202
-
203
-
204
-
205
-
206
116
  # [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
207
117
 
208
118
  **Note:** Version bump only for package @feathersjs/authentication-local
209
119
 
210
-
211
-
212
-
213
-
214
120
  # [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
215
121
 
216
122
  **Note:** Version bump only for package @feathersjs/authentication-local
217
123
 
218
-
219
-
220
-
221
-
222
124
  # [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
223
125
 
224
-
225
126
  ### Bug Fixes
226
127
 
227
- * **hooks:** Migrate built-in hooks and allow backwards compatibility ([#2358](https://github.com/feathersjs/feathers/issues/2358)) ([759c5a1](https://github.com/feathersjs/feathers/commit/759c5a19327a731af965c3604119393b3d09a406))
228
- * **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
229
-
128
+ - **hooks:** Migrate built-in hooks and allow backwards compatibility ([#2358](https://github.com/feathersjs/feathers/issues/2358)) ([759c5a1](https://github.com/feathersjs/feathers/commit/759c5a19327a731af965c3604119393b3d09a406))
129
+ - **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
230
130
 
231
131
  ### Features
232
132
 
233
- * **adapter-commons:** Add support for params.adapter option and move memory adapter to @feathersjs/memory ([#2367](https://github.com/feathersjs/feathers/issues/2367)) ([a43e7da](https://github.com/feathersjs/feathers/commit/a43e7da22b6b981a96d1321736ea9a0cb924fb4f))
234
-
235
-
236
-
237
-
133
+ - **adapter-commons:** Add support for params.adapter option and move memory adapter to @feathersjs/memory ([#2367](https://github.com/feathersjs/feathers/issues/2367)) ([a43e7da](https://github.com/feathersjs/feathers/commit/a43e7da22b6b981a96d1321736ea9a0cb924fb4f))
238
134
 
239
135
  # [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
240
136
 
241
137
  **Note:** Version bump only for package @feathersjs/authentication-local
242
138
 
243
-
244
-
245
-
246
-
247
139
  # [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
248
140
 
249
-
250
141
  ### Bug Fixes
251
142
 
252
- * **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
253
-
143
+ - **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
254
144
 
255
145
  ### Features
256
146
 
257
- * **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
258
-
259
-
260
-
261
-
147
+ - **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
262
148
 
263
149
  # [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
264
150
 
265
151
  **Note:** Version bump only for package @feathersjs/authentication-local
266
152
 
267
-
268
-
269
-
270
-
271
153
  # [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
272
154
 
273
155
  **Note:** Version bump only for package @feathersjs/authentication-local
274
156
 
275
-
276
-
277
-
278
-
279
157
  # [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
280
158
 
281
-
282
159
  ### Bug Fixes
283
160
 
284
- * Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
285
-
161
+ - Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
286
162
 
287
163
  ### Features
288
164
 
289
- * Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
290
-
291
-
292
-
293
-
165
+ - Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
294
166
 
295
167
  # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
296
168
 
297
-
298
-
299
169
  # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
300
170
 
301
171
  **Note:** Version bump only for package @feathersjs/authentication-local
302
172
 
303
-
304
-
305
-
306
-
307
173
  # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
308
174
 
309
175
  **Note:** Version bump only for package @feathersjs/authentication-local
310
176
 
311
-
312
-
313
177
  ## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
314
178
 
315
179
  **Note:** Version bump only for package @feathersjs/authentication-local
316
180
 
317
-
318
-
319
-
320
-
321
181
  ## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
322
182
 
323
-
324
183
  ### Bug Fixes
325
184
 
326
- * **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33))
327
-
328
-
329
-
330
-
185
+ - **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33))
331
186
 
332
187
  ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
333
188
 
334
189
  **Note:** Version bump only for package @feathersjs/authentication-local
335
190
 
336
-
337
-
338
-
339
-
340
191
  ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
341
192
 
342
193
  **Note:** Version bump only for package @feathersjs/authentication-local
343
194
 
344
-
345
-
346
-
347
-
348
195
  ## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)
349
196
 
350
-
351
197
  ### Bug Fixes
352
198
 
353
- * **authentication-local:** Allow to hash passwords in array data ([#1936](https://github.com/feathersjs/feathers/issues/1936)) ([64705f5](https://github.com/feathersjs/feathers/commit/64705f5d9d4dc27f799da3a074efaf74379a3398))
354
-
355
-
356
-
357
-
199
+ - **authentication-local:** Allow to hash passwords in array data ([#1936](https://github.com/feathersjs/feathers/issues/1936)) ([64705f5](https://github.com/feathersjs/feathers/commit/64705f5d9d4dc27f799da3a074efaf74379a3398))
358
200
 
359
201
  ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
360
202
 
361
203
  **Note:** Version bump only for package @feathersjs/authentication-local
362
204
 
363
-
364
-
365
-
366
-
367
205
  ## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
368
206
 
369
-
370
207
  ### Bug Fixes
371
208
 
372
- * **test:** typo in password ([#1797](https://github.com/feathersjs/feathers/issues/1797)) ([dfba6ec](https://github.com/feathersjs/feathers/commit/dfba6ec2f21adf3aa739218cf870eaaaa5df6e9c))
373
-
374
-
375
-
376
-
209
+ - **test:** typo in password ([#1797](https://github.com/feathersjs/feathers/issues/1797)) ([dfba6ec](https://github.com/feathersjs/feathers/commit/dfba6ec2f21adf3aa739218cf870eaaaa5df6e9c))
377
210
 
378
211
  ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
379
212
 
380
213
  **Note:** Version bump only for package @feathersjs/authentication-local
381
214
 
382
-
383
-
384
-
385
-
386
215
  # [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
387
216
 
388
217
  **Note:** Version bump only for package @feathersjs/authentication-local
389
218
 
390
-
391
-
392
-
393
-
394
219
  ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
395
220
 
396
221
  **Note:** Version bump only for package @feathersjs/authentication-local
397
222
 
398
-
399
-
400
-
401
-
402
223
  ## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
403
224
 
404
225
  **Note:** Version bump only for package @feathersjs/authentication-local
405
226
 
406
-
407
-
408
-
409
-
410
227
  # [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
411
228
 
412
-
413
229
  ### Features
414
230
 
415
- * **authentication:** Add parseStrategies to allow separate strategies for creating JWTs and parsing headers ([#1708](https://github.com/feathersjs/feathers/issues/1708)) ([5e65629](https://github.com/feathersjs/feathers/commit/5e65629b924724c3e81d7c81df047e123d1c8bd7))
416
-
417
-
418
-
419
-
231
+ - **authentication:** Add parseStrategies to allow separate strategies for creating JWTs and parsing headers ([#1708](https://github.com/feathersjs/feathers/issues/1708)) ([5e65629](https://github.com/feathersjs/feathers/commit/5e65629b924724c3e81d7c81df047e123d1c8bd7))
420
232
 
421
233
  ## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
422
234
 
423
235
  **Note:** Version bump only for package @feathersjs/authentication-local
424
236
 
425
-
426
-
427
-
428
-
429
237
  ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
430
238
 
431
239
  **Note:** Version bump only for package @feathersjs/authentication-local
432
240
 
433
-
434
-
435
-
436
-
437
241
  ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
438
242
 
439
243
  **Note:** Version bump only for package @feathersjs/authentication-local
440
244
 
441
-
442
-
443
-
444
-
445
245
  ## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
446
246
 
447
247
  **Note:** Version bump only for package @feathersjs/authentication-local
448
248
 
449
-
450
-
451
-
452
-
453
249
  ## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
454
250
 
455
251
  **Note:** Version bump only for package @feathersjs/authentication-local
456
252
 
457
-
458
-
459
-
460
-
461
253
  ## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
462
254
 
463
255
  **Note:** Version bump only for package @feathersjs/authentication-local
464
256
 
465
-
466
-
467
-
468
-
469
257
  ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
470
258
 
471
-
472
259
  ### Bug Fixes
473
260
 
474
- * Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
475
-
476
-
477
-
478
-
261
+ - Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
479
262
 
480
263
  ## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
481
264
 
482
-
483
265
  ### Bug Fixes
484
266
 
485
- * LocalStrategy authenticates without username ([#1560](https://github.com/feathersjs/feathers/issues/1560)) ([2b258fd](https://github.com/feathersjs/feathers/commit/2b258fd)), closes [#1559](https://github.com/feathersjs/feathers/issues/1559)
486
-
487
-
488
-
489
-
267
+ - LocalStrategy authenticates without username ([#1560](https://github.com/feathersjs/feathers/issues/1560)) ([2b258fd](https://github.com/feathersjs/feathers/commit/2b258fd)), closes [#1559](https://github.com/feathersjs/feathers/issues/1559)
490
268
 
491
269
  ## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
492
270
 
493
271
  **Note:** Version bump only for package @feathersjs/authentication-local
494
272
 
495
-
496
-
497
-
498
-
499
273
  # [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
500
274
 
501
275
  **Note:** Version bump only for package @feathersjs/authentication-local
502
276
 
503
-
504
-
505
-
506
-
507
277
  # [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
508
278
 
509
279
  **Note:** Version bump only for package @feathersjs/authentication-local
510
280
 
511
-
512
-
513
-
514
-
515
281
  # [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
516
282
 
517
-
518
283
  ### Bug Fixes
519
284
 
520
- * Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
521
-
522
-
523
-
524
-
285
+ - Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
525
286
 
526
287
  # [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
527
288
 
528
-
529
289
  ### Bug Fixes
530
290
 
531
- * Add method to reliably get default authentication service ([#1470](https://github.com/feathersjs/feathers/issues/1470)) ([e542cb3](https://github.com/feathersjs/feathers/commit/e542cb3))
532
-
533
-
534
-
535
-
291
+ - Add method to reliably get default authentication service ([#1470](https://github.com/feathersjs/feathers/issues/1470)) ([e542cb3](https://github.com/feathersjs/feathers/commit/e542cb3))
536
292
 
537
293
  # [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
538
294
 
539
295
  **Note:** Version bump only for package @feathersjs/authentication-local
540
296
 
541
-
542
-
543
-
544
-
545
297
  # [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
546
298
 
547
299
  **Note:** Version bump only for package @feathersjs/authentication-local
548
300
 
549
-
550
-
551
-
552
-
553
301
  # [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
554
302
 
555
303
  **Note:** Version bump only for package @feathersjs/authentication-local
556
304
 
557
-
558
-
559
-
560
-
561
305
  # [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
562
306
 
563
-
564
307
  ### Bug Fixes
565
308
 
566
- * Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
567
-
568
-
569
-
570
-
309
+ - Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
571
310
 
572
311
  # [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
573
312
 
574
313
  **Note:** Version bump only for package @feathersjs/authentication-local
575
314
 
576
-
577
-
578
-
579
-
580
315
  # [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
581
316
 
582
-
583
317
  ### Bug Fixes
584
318
 
585
- * Always require strategy parameter in authentication ([#1327](https://github.com/feathersjs/feathers/issues/1327)) ([d4a8021](https://github.com/feathersjs/feathers/commit/d4a8021))
586
- * Improve authentication parameter handling ([#1333](https://github.com/feathersjs/feathers/issues/1333)) ([6e77204](https://github.com/feathersjs/feathers/commit/6e77204))
587
- * Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
588
- * Rename jwtStrategies option to authStrategies ([#1305](https://github.com/feathersjs/feathers/issues/1305)) ([4aee151](https://github.com/feathersjs/feathers/commit/4aee151))
589
-
319
+ - Always require strategy parameter in authentication ([#1327](https://github.com/feathersjs/feathers/issues/1327)) ([d4a8021](https://github.com/feathersjs/feathers/commit/d4a8021))
320
+ - Improve authentication parameter handling ([#1333](https://github.com/feathersjs/feathers/issues/1333)) ([6e77204](https://github.com/feathersjs/feathers/commit/6e77204))
321
+ - Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
322
+ - Rename jwtStrategies option to authStrategies ([#1305](https://github.com/feathersjs/feathers/issues/1305)) ([4aee151](https://github.com/feathersjs/feathers/commit/4aee151))
590
323
 
591
324
  ### Features
592
325
 
593
- * Change and *JWT methods to *accessToken ([#1304](https://github.com/feathersjs/feathers/issues/1304)) ([5ac826b](https://github.com/feathersjs/feathers/commit/5ac826b))
594
-
595
-
596
-
597
-
326
+ - Change and *JWT methods to *accessToken ([#1304](https://github.com/feathersjs/feathers/issues/1304)) ([5ac826b](https://github.com/feathersjs/feathers/commit/5ac826b))
598
327
 
599
328
  # [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
600
329
 
601
-
602
330
  ### Bug Fixes
603
331
 
604
- * Authentication core improvements ([#1260](https://github.com/feathersjs/feathers/issues/1260)) ([c5dc7a2](https://github.com/feathersjs/feathers/commit/c5dc7a2))
605
- * Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
606
- * Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
607
- * Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
608
- * **package:** update debug to version 3.0.0 ([#31](https://github.com/feathersjs/feathers/issues/31)) ([f23d617](https://github.com/feathersjs/feathers/commit/f23d617))
609
-
332
+ - Authentication core improvements ([#1260](https://github.com/feathersjs/feathers/issues/1260)) ([c5dc7a2](https://github.com/feathersjs/feathers/commit/c5dc7a2))
333
+ - Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
334
+ - Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
335
+ - Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
336
+ - **package:** update debug to version 3.0.0 ([#31](https://github.com/feathersjs/feathers/issues/31)) ([f23d617](https://github.com/feathersjs/feathers/commit/f23d617))
610
337
 
611
338
  ### Features
612
339
 
613
- * @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
614
- * Add AuthenticationBaseStrategy and make authentication option handling more explicit ([#1284](https://github.com/feathersjs/feathers/issues/1284)) ([2667d92](https://github.com/feathersjs/feathers/commit/2667d92))
615
- * Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
616
- * Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
617
- * Authentication v3 local authentication ([#1211](https://github.com/feathersjs/feathers/issues/1211)) ([0fa5f7c](https://github.com/feathersjs/feathers/commit/0fa5f7c))
618
-
340
+ - @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
341
+ - Add AuthenticationBaseStrategy and make authentication option handling more explicit ([#1284](https://github.com/feathersjs/feathers/issues/1284)) ([2667d92](https://github.com/feathersjs/feathers/commit/2667d92))
342
+ - Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
343
+ - Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
344
+ - Authentication v3 local authentication ([#1211](https://github.com/feathersjs/feathers/issues/1211)) ([0fa5f7c](https://github.com/feathersjs/feathers/commit/0fa5f7c))
619
345
 
620
346
  ### BREAKING CHANGES
621
347
 
622
- * Update authentication strategies for @feathersjs/authentication v3
623
-
624
-
625
-
626
-
348
+ - Update authentication strategies for @feathersjs/authentication v3
627
349
 
628
350
  ## [1.2.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.8...@feathersjs/authentication-local@1.2.9) (2019-01-02)
629
351
 
630
-
631
352
  ### Bug Fixes
632
353
 
633
- * Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
634
-
635
-
636
-
637
-
354
+ - Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
638
355
 
639
356
  <a name="1.2.8"></a>
357
+
640
358
  ## [1.2.8](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.7...@feathersjs/authentication-local@1.2.8) (2018-12-16)
641
359
 
642
360
  **Note:** Version bump only for package @feathersjs/authentication-local
643
361
 
644
-
645
-
646
-
647
-
648
362
  <a name="1.2.7"></a>
363
+
649
364
  ## [1.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.6...@feathersjs/authentication-local@1.2.7) (2018-10-26)
650
365
 
651
366
  **Note:** Version bump only for package @feathersjs/authentication-local
652
367
 
653
-
654
-
655
-
656
-
657
368
  <a name="1.2.6"></a>
658
- ## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.5...@feathersjs/authentication-local@1.2.6) (2018-10-25)
659
369
 
370
+ ## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.5...@feathersjs/authentication-local@1.2.6) (2018-10-25)
660
371
 
661
372
  ### Bug Fixes
662
373
 
663
- * Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
664
-
665
-
666
-
667
-
374
+ - Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
668
375
 
669
376
  <a name="1.2.5"></a>
377
+
670
378
  ## [1.2.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.4...@feathersjs/authentication-local@1.2.5) (2018-09-21)
671
379
 
672
380
  **Note:** Version bump only for package @feathersjs/authentication-local
673
381
 
674
-
675
-
676
-
677
-
678
382
  <a name="1.2.4"></a>
383
+
679
384
  ## [1.2.4](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.3...@feathersjs/authentication-local@1.2.4) (2018-09-17)
680
385
 
681
386
  **Note:** Version bump only for package @feathersjs/authentication-local
682
387
 
683
-
684
-
685
-
686
-
687
388
  <a name="1.2.3"></a>
389
+
688
390
  ## [1.2.3](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.2...@feathersjs/authentication-local@1.2.3) (2018-09-02)
689
391
 
690
392
  **Note:** Version bump only for package @feathersjs/authentication-local
691
393
 
692
394
  <a name="1.2.2"></a>
395
+
693
396
  ## 1.2.2
694
397
 
695
398
  - Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
696
399
 
697
400
  ## [v1.2.1](https://github.com/feathersjs/authentication-local/tree/v1.2.1) (2018-05-02)
401
+
698
402
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.2.0...v1.2.1)
699
403
 
700
404
  **Merged pull requests:**
@@ -702,6 +406,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
702
406
  - Make sure the original object is not modified [\#65](https://github.com/feathersjs/authentication-local/pull/65) ([daffl](https://github.com/daffl))
703
407
 
704
408
  ## [v1.2.0](https://github.com/feathersjs/authentication-local/tree/v1.2.0) (2018-05-02)
409
+
705
410
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.3...v1.2.0)
706
411
 
707
412
  **Merged pull requests:**
@@ -709,6 +414,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
709
414
  - added support for nested password fields option in hash password hook [\#64](https://github.com/feathersjs/authentication-local/pull/64) ([ThePesta](https://github.com/ThePesta))
710
415
 
711
416
  ## [v1.1.3](https://github.com/feathersjs/authentication-local/tree/v1.1.3) (2018-04-20)
417
+
712
418
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.2...v1.1.3)
713
419
 
714
420
  **Merged pull requests:**
@@ -716,6 +422,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
716
422
  - Adding tests and calling to hasOwnProperty on Object.prototype instead of assuming valid prototype [\#63](https://github.com/feathersjs/authentication-local/pull/63) ([pmabres](https://github.com/pmabres))
717
423
 
718
424
  ## [v1.1.2](https://github.com/feathersjs/authentication-local/tree/v1.1.2) (2018-04-15)
425
+
719
426
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.1...v1.1.2)
720
427
 
721
428
  **Closed issues:**
@@ -727,6 +434,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
727
434
  - Use latest version of Lodash [\#62](https://github.com/feathersjs/authentication-local/pull/62) ([daffl](https://github.com/daffl))
728
435
 
729
436
  ## [v1.1.1](https://github.com/feathersjs/authentication-local/tree/v1.1.1) (2018-03-25)
437
+
730
438
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.0...v1.1.1)
731
439
 
732
440
  **Closed issues:**
@@ -741,6 +449,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
741
449
  - Update sinon-chai to the latest version 🚀 [\#57](https://github.com/feathersjs/authentication-local/pull/57) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
742
450
 
743
451
  ## [v1.1.0](https://github.com/feathersjs/authentication-local/tree/v1.1.0) (2018-01-23)
452
+
744
453
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.4...v1.1.0)
745
454
 
746
455
  **Closed issues:**
@@ -756,9 +465,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
756
465
  - Update mocha to the latest version 🚀 [\#51](https://github.com/feathersjs/authentication-local/pull/51) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
757
466
 
758
467
  ## [v1.0.4](https://github.com/feathersjs/authentication-local/tree/v1.0.4) (2018-01-03)
468
+
759
469
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.3...v1.0.4)
760
470
 
761
471
  ## [v1.0.3](https://github.com/feathersjs/authentication-local/tree/v1.0.3) (2018-01-03)
472
+
762
473
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.2...v1.0.3)
763
474
 
764
475
  **Closed issues:**
@@ -771,6 +482,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
771
482
  - Update semistandard to the latest version 🚀 [\#49](https://github.com/feathersjs/authentication-local/pull/49) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
772
483
 
773
484
  ## [v1.0.2](https://github.com/feathersjs/authentication-local/tree/v1.0.2) (2017-12-06)
485
+
774
486
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.1...v1.0.2)
775
487
 
776
488
  **Closed issues:**
@@ -783,6 +495,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
783
495
  - Update feathers-memory to the latest version 🚀 [\#45](https://github.com/feathersjs/authentication-local/pull/45) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
784
496
 
785
497
  ## [v1.0.1](https://github.com/feathersjs/authentication-local/tree/v1.0.1) (2017-11-16)
498
+
786
499
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.0...v1.0.1)
787
500
 
788
501
  **Merged pull requests:**
@@ -791,6 +504,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
791
504
  - Update @feathersjs/authentication to the latest version 🚀 [\#42](https://github.com/feathersjs/authentication-local/pull/42) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
792
505
 
793
506
  ## [v1.0.0](https://github.com/feathersjs/authentication-local/tree/v1.0.0) (2017-11-01)
507
+
794
508
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.0-pre.2...v1.0.0)
795
509
 
796
510
  **Merged pull requests:**
@@ -798,6 +512,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
798
512
  - Update dependencies for release [\#41](https://github.com/feathersjs/authentication-local/pull/41) ([daffl](https://github.com/daffl))
799
513
 
800
514
  ## [v1.0.0-pre.2](https://github.com/feathersjs/authentication-local/tree/v1.0.0-pre.2) (2017-10-27)
515
+
801
516
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.0-pre.1...v1.0.0-pre.2)
802
517
 
803
518
  **Merged pull requests:**
@@ -805,6 +520,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
805
520
  - Safely dispatch without password [\#40](https://github.com/feathersjs/authentication-local/pull/40) ([daffl](https://github.com/daffl))
806
521
 
807
522
  ## [v1.0.0-pre.1](https://github.com/feathersjs/authentication-local/tree/v1.0.0-pre.1) (2017-10-25)
523
+
808
524
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.4...v1.0.0-pre.1)
809
525
 
810
526
  **Closed issues:**
@@ -823,6 +539,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
823
539
  - Update sinon to the latest version 🚀 [\#29](https://github.com/feathersjs/authentication-local/pull/29) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
824
540
 
825
541
  ## [v0.4.4](https://github.com/feathersjs/authentication-local/tree/v0.4.4) (2017-08-11)
542
+
826
543
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.3...v0.4.4)
827
544
 
828
545
  **Closed issues:**
@@ -837,6 +554,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
837
554
  - Increase bcrypt cost factor, add future cost factor auto-optimization [\#30](https://github.com/feathersjs/authentication-local/pull/30) ([micaksica2](https://github.com/micaksica2))
838
555
 
839
556
  ## [v0.4.3](https://github.com/feathersjs/authentication-local/tree/v0.4.3) (2017-06-22)
557
+
840
558
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.2...v0.4.3)
841
559
 
842
560
  **Closed issues:**
@@ -848,9 +566,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
848
566
  - throw error if service.id is missing [\#27](https://github.com/feathersjs/authentication-local/pull/27) ([marshallswain](https://github.com/marshallswain))
849
567
 
850
568
  ## [v0.4.2](https://github.com/feathersjs/authentication-local/tree/v0.4.2) (2017-06-22)
569
+
851
570
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.1...v0.4.2)
852
571
 
853
572
  ## [v0.4.1](https://github.com/feathersjs/authentication-local/tree/v0.4.1) (2017-06-22)
573
+
854
574
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.0...v0.4.1)
855
575
 
856
576
  **Merged pull requests:**
@@ -858,6 +578,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
858
578
  - Resolves \#14 - Passes Feathers params to service hooks [\#15](https://github.com/feathersjs/authentication-local/pull/15) ([thomas-p-wilson](https://github.com/thomas-p-wilson))
859
579
 
860
580
  ## [v0.4.0](https://github.com/feathersjs/authentication-local/tree/v0.4.0) (2017-06-22)
581
+
861
582
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.4...v0.4.0)
862
583
 
863
584
  **Closed issues:**
@@ -878,6 +599,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
878
599
  - Update dependencies to enable Greenkeeper 🌴 [\#13](https://github.com/feathersjs/authentication-local/pull/13) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
879
600
 
880
601
  ## [v0.3.4](https://github.com/feathersjs/authentication-local/tree/v0.3.4) (2017-03-28)
602
+
881
603
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.3...v0.3.4)
882
604
 
883
605
  **Closed issues:**
@@ -889,6 +611,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
889
611
  - Fix default authentication config name [\#12](https://github.com/feathersjs/authentication-local/pull/12) ([marshallswain](https://github.com/marshallswain))
890
612
 
891
613
  ## [v0.3.3](https://github.com/feathersjs/authentication-local/tree/v0.3.3) (2017-01-27)
614
+
892
615
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.2...v0.3.3)
893
616
 
894
617
  **Closed issues:**
@@ -901,9 +624,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
901
624
  - Add support for dot notation, fix some whitespace [\#8](https://github.com/feathersjs/authentication-local/pull/8) ([elfey](https://github.com/elfey))
902
625
 
903
626
  ## [v0.3.2](https://github.com/feathersjs/authentication-local/tree/v0.3.2) (2016-12-14)
627
+
904
628
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.1...v0.3.2)
905
629
 
906
630
  ## [v0.3.1](https://github.com/feathersjs/authentication-local/tree/v0.3.1) (2016-12-14)
631
+
907
632
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.0...v0.3.1)
908
633
 
909
634
  **Closed issues:**
@@ -915,6 +640,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
915
640
  - Document expected request data [\#6](https://github.com/feathersjs/authentication-local/pull/6) ([marshallswain](https://github.com/marshallswain))
916
641
 
917
642
  ## [v0.3.0](https://github.com/feathersjs/authentication-local/tree/v0.3.0) (2016-11-23)
643
+
918
644
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.2.0...v0.3.0)
919
645
 
920
646
  **Closed issues:**
@@ -927,9 +653,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
927
653
  - Payload support [\#3](https://github.com/feathersjs/authentication-local/pull/3) ([ekryski](https://github.com/ekryski))
928
654
 
929
655
  ## [v0.2.0](https://github.com/feathersjs/authentication-local/tree/v0.2.0) (2016-11-16)
656
+
930
657
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.1.0...v0.2.0)
931
658
 
932
659
  ## [v0.1.0](https://github.com/feathersjs/authentication-local/tree/v0.1.0) (2016-11-09)
933
660
 
934
-
935
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
661
+ \* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/authentication-local",
3
3
  "description": "Local authentication strategy for @feathers/authentication",
4
- "version": "5.0.0-pre.29",
4
+ "version": "5.0.0-pre.30",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "main": "lib/",
7
7
  "types": "lib/",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "scripts": {
44
44
  "prepublish": "npm run compile",
45
- "pack": "npm pack --pack-destination ../cli/test",
45
+ "pack": "npm pack --pack-destination ../cli/test/build",
46
46
  "compile": "shx rm -rf lib/ && tsc && npm run pack",
47
47
  "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
48
48
  },
@@ -53,24 +53,24 @@
53
53
  "access": "public"
54
54
  },
55
55
  "dependencies": {
56
- "@feathersjs/authentication": "^5.0.0-pre.29",
57
- "@feathersjs/commons": "^5.0.0-pre.29",
58
- "@feathersjs/errors": "^5.0.0-pre.29",
59
- "@feathersjs/feathers": "^5.0.0-pre.29",
56
+ "@feathersjs/authentication": "^5.0.0-pre.30",
57
+ "@feathersjs/commons": "^5.0.0-pre.30",
58
+ "@feathersjs/errors": "^5.0.0-pre.30",
59
+ "@feathersjs/feathers": "^5.0.0-pre.30",
60
60
  "bcryptjs": "^2.4.3",
61
61
  "lodash": "^4.17.21"
62
62
  },
63
63
  "devDependencies": {
64
- "@feathersjs/memory": "^5.0.0-pre.29",
65
- "@feathersjs/schema": "^5.0.0-pre.29",
64
+ "@feathersjs/memory": "^5.0.0-pre.30",
65
+ "@feathersjs/schema": "^5.0.0-pre.30",
66
66
  "@types/bcryptjs": "^2.4.2",
67
- "@types/lodash": "^4.14.185",
68
- "@types/mocha": "^9.1.1",
69
- "@types/node": "^18.7.17",
67
+ "@types/lodash": "^4.14.186",
68
+ "@types/mocha": "^10.0.0",
69
+ "@types/node": "^18.8.2",
70
70
  "mocha": "^10.0.0",
71
71
  "shx": "^0.3.4",
72
72
  "ts-node": "^10.9.1",
73
- "typescript": "^4.8.3"
73
+ "typescript": "^4.8.4"
74
74
  },
75
- "gitHead": "4314dc89a41a8bbaabf00b47697bf7887861d17d"
75
+ "gitHead": "b535c91197f4b997520e0a0e608793eeba791931"
76
76
  }