@feathersjs/authentication-local 5.0.0-pre.9 → 5.0.1

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 CHANGED
@@ -3,514 +3,444 @@
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.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
6
+ ## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15)
7
7
 
8
8
  **Note:** Version bump only for package @feathersjs/authentication-local
9
9
 
10
+ # [5.0.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24)
10
11
 
12
+ **Note:** Version bump only for package @feathersjs/authentication-local
11
13
 
14
+ # [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
12
15
 
16
+ **Note:** Version bump only for package @feathersjs/authentication-local
13
17
 
14
- # [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
18
+ # [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
15
19
 
16
20
  **Note:** Version bump only for package @feathersjs/authentication-local
17
21
 
22
+ # [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29)
18
23
 
24
+ **Note:** Version bump only for package @feathersjs/authentication-local
19
25
 
26
+ # [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)
20
27
 
28
+ ### Features
21
29
 
22
- # [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
30
+ - **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))
31
+
32
+ # [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)
23
33
 
24
34
  **Note:** Version bump only for package @feathersjs/authentication-local
25
35
 
36
+ # [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
26
37
 
38
+ **Note:** Version bump only for package @feathersjs/authentication-local
27
39
 
40
+ # [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
28
41
 
42
+ **Note:** Version bump only for package @feathersjs/authentication-local
29
43
 
30
- # [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
44
+ # [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)
31
45
 
32
46
  **Note:** Version bump only for package @feathersjs/authentication-local
33
47
 
48
+ # [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
34
49
 
50
+ ### Features
35
51
 
52
+ - **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
36
53
 
54
+ # [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
37
55
 
38
- # [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
56
+ ### Features
57
+
58
+ - **authentication-oauth:** Koa and transport independent oAuth authentication ([#2737](https://github.com/feathersjs/feathers/issues/2737)) ([9231525](https://github.com/feathersjs/feathers/commit/9231525a24bb790ba9c5d940f2867a9c727691c9))
39
59
 
60
+ # [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
40
61
 
41
62
  ### Bug Fixes
42
63
 
43
- * **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))
44
- * **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
64
+ - **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
45
65
 
66
+ # [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
46
67
 
47
- ### Features
68
+ **Note:** Version bump only for package @feathersjs/authentication-local
48
69
 
49
- * **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))
70
+ # [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
50
71
 
72
+ **Note:** Version bump only for package @feathersjs/authentication-local
51
73
 
74
+ # [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
52
75
 
76
+ **Note:** Version bump only for package @feathersjs/authentication-local
53
77
 
78
+ # [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
54
79
 
55
- # [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
80
+ ### Features
56
81
 
57
- **Note:** Version bump only for package @feathersjs/authentication-local
82
+ - **authentication-local:** Add passwordHash property resolver ([#2660](https://github.com/feathersjs/feathers/issues/2660)) ([b41279b](https://github.com/feathersjs/feathers/commit/b41279b55eea3771a6fa4983a37be2413287bbc6))
58
83
 
84
+ # [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
59
85
 
86
+ **Note:** Version bump only for package @feathersjs/authentication-local
60
87
 
88
+ # [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
61
89
 
90
+ **Note:** Version bump only for package @feathersjs/authentication-local
62
91
 
63
- # [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
92
+ # [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
64
93
 
94
+ **Note:** Version bump only for package @feathersjs/authentication-local
95
+
96
+ # [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
65
97
 
66
98
  ### Bug Fixes
67
99
 
68
- * **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
100
+ - **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
69
101
 
102
+ # [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
70
103
 
71
104
  ### Features
72
105
 
73
- * **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
106
+ - **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
74
107
 
108
+ # [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
75
109
 
110
+ **Note:** Version bump only for package @feathersjs/authentication-local
76
111
 
112
+ # [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
77
113
 
114
+ ### Bug Fixes
78
115
 
79
- # [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
116
+ - **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))
80
117
 
81
- **Note:** Version bump only for package @feathersjs/authentication-local
118
+ # [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
82
119
 
120
+ **Note:** Version bump only for package @feathersjs/authentication-local
83
121
 
122
+ # [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
84
123
 
124
+ ### Bug Fixes
85
125
 
126
+ - **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
86
127
 
87
- # [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
128
+ # [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
88
129
 
89
130
  **Note:** Version bump only for package @feathersjs/authentication-local
90
131
 
132
+ # [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
91
133
 
134
+ **Note:** Version bump only for package @feathersjs/authentication-local
92
135
 
136
+ # [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
93
137
 
138
+ **Note:** Version bump only for package @feathersjs/authentication-local
94
139
 
95
- # [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
140
+ # [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
141
+
142
+ **Note:** Version bump only for package @feathersjs/authentication-local
96
143
 
144
+ # [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
97
145
 
98
146
  ### Bug Fixes
99
147
 
100
- * Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
148
+ - **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))
101
149
 
150
+ # [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
102
151
 
103
- ### Features
152
+ **Note:** Version bump only for package @feathersjs/authentication-local
104
153
 
105
- * Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
154
+ # [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
106
155
 
156
+ **Note:** Version bump only for package @feathersjs/authentication-local
107
157
 
158
+ # [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
108
159
 
160
+ **Note:** Version bump only for package @feathersjs/authentication-local
109
161
 
162
+ # [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
110
163
 
111
- # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
164
+ **Note:** Version bump only for package @feathersjs/authentication-local
112
165
 
166
+ # [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
113
167
 
168
+ ### Bug Fixes
114
169
 
115
- # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
170
+ - **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))
171
+ - **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
116
172
 
117
- **Note:** Version bump only for package @feathersjs/authentication-local
173
+ ### Features
118
174
 
175
+ - **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))
119
176
 
177
+ # [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
120
178
 
179
+ **Note:** Version bump only for package @feathersjs/authentication-local
121
180
 
181
+ # [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
122
182
 
123
- # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
183
+ ### Bug Fixes
124
184
 
125
- **Note:** Version bump only for package @feathersjs/authentication-local
185
+ - **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
126
186
 
187
+ ### Features
127
188
 
189
+ - **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
128
190
 
129
- ## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
191
+ # [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
130
192
 
131
193
  **Note:** Version bump only for package @feathersjs/authentication-local
132
194
 
195
+ # [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
133
196
 
197
+ **Note:** Version bump only for package @feathersjs/authentication-local
134
198
 
199
+ # [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
135
200
 
201
+ ### Bug Fixes
136
202
 
137
- ## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
203
+ - Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
138
204
 
205
+ ### Features
139
206
 
140
- ### Bug Fixes
207
+ - Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
141
208
 
142
- * **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33))
209
+ # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
143
210
 
211
+ # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
144
212
 
213
+ **Note:** Version bump only for package @feathersjs/authentication-local
145
214
 
215
+ # [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
146
216
 
217
+ **Note:** Version bump only for package @feathersjs/authentication-local
147
218
 
148
- ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
219
+ ## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
149
220
 
150
221
  **Note:** Version bump only for package @feathersjs/authentication-local
151
222
 
223
+ ## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
152
224
 
225
+ ### Bug Fixes
153
226
 
227
+ - **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33))
154
228
 
155
-
156
- ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
229
+ ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
157
230
 
158
231
  **Note:** Version bump only for package @feathersjs/authentication-local
159
232
 
233
+ ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
160
234
 
161
-
162
-
235
+ **Note:** Version bump only for package @feathersjs/authentication-local
163
236
 
164
237
  ## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)
165
238
 
166
-
167
239
  ### Bug Fixes
168
240
 
169
- * **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))
170
-
171
-
172
-
173
-
241
+ - **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))
174
242
 
175
243
  ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
176
244
 
177
245
  **Note:** Version bump only for package @feathersjs/authentication-local
178
246
 
179
-
180
-
181
-
182
-
183
247
  ## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
184
248
 
185
-
186
249
  ### Bug Fixes
187
250
 
188
- * **test:** typo in password ([#1797](https://github.com/feathersjs/feathers/issues/1797)) ([dfba6ec](https://github.com/feathersjs/feathers/commit/dfba6ec2f21adf3aa739218cf870eaaaa5df6e9c))
189
-
190
-
191
-
192
-
251
+ - **test:** typo in password ([#1797](https://github.com/feathersjs/feathers/issues/1797)) ([dfba6ec](https://github.com/feathersjs/feathers/commit/dfba6ec2f21adf3aa739218cf870eaaaa5df6e9c))
193
252
 
194
253
  ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
195
254
 
196
255
  **Note:** Version bump only for package @feathersjs/authentication-local
197
256
 
198
-
199
-
200
-
201
-
202
257
  # [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
203
258
 
204
259
  **Note:** Version bump only for package @feathersjs/authentication-local
205
260
 
206
-
207
-
208
-
209
-
210
261
  ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
211
262
 
212
263
  **Note:** Version bump only for package @feathersjs/authentication-local
213
264
 
214
-
215
-
216
-
217
-
218
265
  ## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
219
266
 
220
267
  **Note:** Version bump only for package @feathersjs/authentication-local
221
268
 
222
-
223
-
224
-
225
-
226
269
  # [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
227
270
 
228
-
229
271
  ### Features
230
272
 
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))
232
-
233
-
234
-
235
-
273
+ - **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))
236
274
 
237
275
  ## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
238
276
 
239
277
  **Note:** Version bump only for package @feathersjs/authentication-local
240
278
 
241
-
242
-
243
-
244
-
245
279
  ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
246
280
 
247
281
  **Note:** Version bump only for package @feathersjs/authentication-local
248
282
 
249
-
250
-
251
-
252
-
253
283
  ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
254
284
 
255
285
  **Note:** Version bump only for package @feathersjs/authentication-local
256
286
 
257
-
258
-
259
-
260
-
261
287
  ## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
262
288
 
263
289
  **Note:** Version bump only for package @feathersjs/authentication-local
264
290
 
265
-
266
-
267
-
268
-
269
291
  ## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
270
292
 
271
293
  **Note:** Version bump only for package @feathersjs/authentication-local
272
294
 
273
-
274
-
275
-
276
-
277
295
  ## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
278
296
 
279
297
  **Note:** Version bump only for package @feathersjs/authentication-local
280
298
 
281
-
282
-
283
-
284
-
285
299
  ## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
286
300
 
287
-
288
301
  ### Bug Fixes
289
302
 
290
- * Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
291
-
292
-
293
-
294
-
303
+ - Small improvements in dependencies and code sturcture ([#1562](https://github.com/feathersjs/feathers/issues/1562)) ([42c13e2](https://github.com/feathersjs/feathers/commit/42c13e2))
295
304
 
296
305
  ## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
297
306
 
298
-
299
307
  ### Bug Fixes
300
308
 
301
- * 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)
302
-
303
-
304
-
305
-
309
+ - 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)
306
310
 
307
311
  ## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
308
312
 
309
313
  **Note:** Version bump only for package @feathersjs/authentication-local
310
314
 
311
-
312
-
313
-
314
-
315
315
  # [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
316
316
 
317
317
  **Note:** Version bump only for package @feathersjs/authentication-local
318
318
 
319
-
320
-
321
-
322
-
323
319
  # [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
324
320
 
325
321
  **Note:** Version bump only for package @feathersjs/authentication-local
326
322
 
327
-
328
-
329
-
330
-
331
323
  # [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
332
324
 
333
-
334
325
  ### Bug Fixes
335
326
 
336
- * Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
337
-
338
-
339
-
340
-
327
+ - Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
341
328
 
342
329
  # [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
343
330
 
344
-
345
331
  ### Bug Fixes
346
332
 
347
- * Add method to reliably get default authentication service ([#1470](https://github.com/feathersjs/feathers/issues/1470)) ([e542cb3](https://github.com/feathersjs/feathers/commit/e542cb3))
348
-
349
-
350
-
351
-
333
+ - Add method to reliably get default authentication service ([#1470](https://github.com/feathersjs/feathers/issues/1470)) ([e542cb3](https://github.com/feathersjs/feathers/commit/e542cb3))
352
334
 
353
335
  # [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
354
336
 
355
337
  **Note:** Version bump only for package @feathersjs/authentication-local
356
338
 
357
-
358
-
359
-
360
-
361
339
  # [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
362
340
 
363
341
  **Note:** Version bump only for package @feathersjs/authentication-local
364
342
 
365
-
366
-
367
-
368
-
369
343
  # [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
370
344
 
371
345
  **Note:** Version bump only for package @feathersjs/authentication-local
372
346
 
373
-
374
-
375
-
376
-
377
347
  # [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
378
348
 
379
-
380
349
  ### Bug Fixes
381
350
 
382
- * Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
383
-
384
-
385
-
386
-
351
+ - Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
387
352
 
388
353
  # [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
389
354
 
390
355
  **Note:** Version bump only for package @feathersjs/authentication-local
391
356
 
392
-
393
-
394
-
395
-
396
357
  # [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
397
358
 
398
-
399
359
  ### Bug Fixes
400
360
 
401
- * Always require strategy parameter in authentication ([#1327](https://github.com/feathersjs/feathers/issues/1327)) ([d4a8021](https://github.com/feathersjs/feathers/commit/d4a8021))
402
- * Improve authentication parameter handling ([#1333](https://github.com/feathersjs/feathers/issues/1333)) ([6e77204](https://github.com/feathersjs/feathers/commit/6e77204))
403
- * Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
404
- * Rename jwtStrategies option to authStrategies ([#1305](https://github.com/feathersjs/feathers/issues/1305)) ([4aee151](https://github.com/feathersjs/feathers/commit/4aee151))
405
-
361
+ - Always require strategy parameter in authentication ([#1327](https://github.com/feathersjs/feathers/issues/1327)) ([d4a8021](https://github.com/feathersjs/feathers/commit/d4a8021))
362
+ - Improve authentication parameter handling ([#1333](https://github.com/feathersjs/feathers/issues/1333)) ([6e77204](https://github.com/feathersjs/feathers/commit/6e77204))
363
+ - Merge httpStrategies and authStrategies option ([#1308](https://github.com/feathersjs/feathers/issues/1308)) ([afa4d55](https://github.com/feathersjs/feathers/commit/afa4d55))
364
+ - Rename jwtStrategies option to authStrategies ([#1305](https://github.com/feathersjs/feathers/issues/1305)) ([4aee151](https://github.com/feathersjs/feathers/commit/4aee151))
406
365
 
407
366
  ### Features
408
367
 
409
- * Change and *JWT methods to *accessToken ([#1304](https://github.com/feathersjs/feathers/issues/1304)) ([5ac826b](https://github.com/feathersjs/feathers/commit/5ac826b))
410
-
411
-
412
-
413
-
368
+ - Change and *JWT methods to *accessToken ([#1304](https://github.com/feathersjs/feathers/issues/1304)) ([5ac826b](https://github.com/feathersjs/feathers/commit/5ac826b))
414
369
 
415
370
  # [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
416
371
 
417
-
418
372
  ### Bug Fixes
419
373
 
420
- * Authentication core improvements ([#1260](https://github.com/feathersjs/feathers/issues/1260)) ([c5dc7a2](https://github.com/feathersjs/feathers/commit/c5dc7a2))
421
- * Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
422
- * Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
423
- * Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
424
- * **package:** update debug to version 3.0.0 ([#31](https://github.com/feathersjs/feathers/issues/31)) ([f23d617](https://github.com/feathersjs/feathers/commit/f23d617))
425
-
374
+ - Authentication core improvements ([#1260](https://github.com/feathersjs/feathers/issues/1260)) ([c5dc7a2](https://github.com/feathersjs/feathers/commit/c5dc7a2))
375
+ - Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
376
+ - Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
377
+ - Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
378
+ - **package:** update debug to version 3.0.0 ([#31](https://github.com/feathersjs/feathers/issues/31)) ([f23d617](https://github.com/feathersjs/feathers/commit/f23d617))
426
379
 
427
380
  ### Features
428
381
 
429
- * @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
430
- * 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))
431
- * Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
432
- * Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
433
- * Authentication v3 local authentication ([#1211](https://github.com/feathersjs/feathers/issues/1211)) ([0fa5f7c](https://github.com/feathersjs/feathers/commit/0fa5f7c))
434
-
382
+ - @feathersjs/authentication-oauth ([#1299](https://github.com/feathersjs/feathers/issues/1299)) ([656bae7](https://github.com/feathersjs/feathers/commit/656bae7))
383
+ - 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))
384
+ - Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
385
+ - Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
386
+ - Authentication v3 local authentication ([#1211](https://github.com/feathersjs/feathers/issues/1211)) ([0fa5f7c](https://github.com/feathersjs/feathers/commit/0fa5f7c))
435
387
 
436
388
  ### BREAKING CHANGES
437
389
 
438
- * Update authentication strategies for @feathersjs/authentication v3
439
-
440
-
441
-
442
-
390
+ - Update authentication strategies for @feathersjs/authentication v3
443
391
 
444
392
  ## [1.2.9](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.8...@feathersjs/authentication-local@1.2.9) (2019-01-02)
445
393
 
446
-
447
394
  ### Bug Fixes
448
395
 
449
- * Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
450
-
451
-
452
-
453
-
396
+ - Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
454
397
 
455
398
  <a name="1.2.8"></a>
399
+
456
400
  ## [1.2.8](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.7...@feathersjs/authentication-local@1.2.8) (2018-12-16)
457
401
 
458
402
  **Note:** Version bump only for package @feathersjs/authentication-local
459
403
 
460
-
461
-
462
-
463
-
464
404
  <a name="1.2.7"></a>
405
+
465
406
  ## [1.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.6...@feathersjs/authentication-local@1.2.7) (2018-10-26)
466
407
 
467
408
  **Note:** Version bump only for package @feathersjs/authentication-local
468
409
 
469
-
470
-
471
-
472
-
473
410
  <a name="1.2.6"></a>
474
- ## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.5...@feathersjs/authentication-local@1.2.6) (2018-10-25)
475
411
 
412
+ ## [1.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.5...@feathersjs/authentication-local@1.2.6) (2018-10-25)
476
413
 
477
414
  ### Bug Fixes
478
415
 
479
- * Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
480
-
481
-
482
-
483
-
416
+ - Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
484
417
 
485
418
  <a name="1.2.5"></a>
419
+
486
420
  ## [1.2.5](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.4...@feathersjs/authentication-local@1.2.5) (2018-09-21)
487
421
 
488
422
  **Note:** Version bump only for package @feathersjs/authentication-local
489
423
 
490
-
491
-
492
-
493
-
494
424
  <a name="1.2.4"></a>
425
+
495
426
  ## [1.2.4](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.3...@feathersjs/authentication-local@1.2.4) (2018-09-17)
496
427
 
497
428
  **Note:** Version bump only for package @feathersjs/authentication-local
498
429
 
499
-
500
-
501
-
502
-
503
430
  <a name="1.2.3"></a>
431
+
504
432
  ## [1.2.3](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-local@1.2.2...@feathersjs/authentication-local@1.2.3) (2018-09-02)
505
433
 
506
434
  **Note:** Version bump only for package @feathersjs/authentication-local
507
435
 
508
436
  <a name="1.2.2"></a>
437
+
509
438
  ## 1.2.2
510
439
 
511
440
  - Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
512
441
 
513
442
  ## [v1.2.1](https://github.com/feathersjs/authentication-local/tree/v1.2.1) (2018-05-02)
443
+
514
444
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.2.0...v1.2.1)
515
445
 
516
446
  **Merged pull requests:**
@@ -518,6 +448,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
518
448
  - Make sure the original object is not modified [\#65](https://github.com/feathersjs/authentication-local/pull/65) ([daffl](https://github.com/daffl))
519
449
 
520
450
  ## [v1.2.0](https://github.com/feathersjs/authentication-local/tree/v1.2.0) (2018-05-02)
451
+
521
452
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.3...v1.2.0)
522
453
 
523
454
  **Merged pull requests:**
@@ -525,6 +456,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
525
456
  - 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))
526
457
 
527
458
  ## [v1.1.3](https://github.com/feathersjs/authentication-local/tree/v1.1.3) (2018-04-20)
459
+
528
460
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.2...v1.1.3)
529
461
 
530
462
  **Merged pull requests:**
@@ -532,6 +464,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
532
464
  - 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))
533
465
 
534
466
  ## [v1.1.2](https://github.com/feathersjs/authentication-local/tree/v1.1.2) (2018-04-15)
467
+
535
468
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.1...v1.1.2)
536
469
 
537
470
  **Closed issues:**
@@ -543,6 +476,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
543
476
  - Use latest version of Lodash [\#62](https://github.com/feathersjs/authentication-local/pull/62) ([daffl](https://github.com/daffl))
544
477
 
545
478
  ## [v1.1.1](https://github.com/feathersjs/authentication-local/tree/v1.1.1) (2018-03-25)
479
+
546
480
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.1.0...v1.1.1)
547
481
 
548
482
  **Closed issues:**
@@ -557,6 +491,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
557
491
  - Update sinon-chai to the latest version 🚀 [\#57](https://github.com/feathersjs/authentication-local/pull/57) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
558
492
 
559
493
  ## [v1.1.0](https://github.com/feathersjs/authentication-local/tree/v1.1.0) (2018-01-23)
494
+
560
495
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.4...v1.1.0)
561
496
 
562
497
  **Closed issues:**
@@ -572,9 +507,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
572
507
  - Update mocha to the latest version 🚀 [\#51](https://github.com/feathersjs/authentication-local/pull/51) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
573
508
 
574
509
  ## [v1.0.4](https://github.com/feathersjs/authentication-local/tree/v1.0.4) (2018-01-03)
510
+
575
511
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.3...v1.0.4)
576
512
 
577
513
  ## [v1.0.3](https://github.com/feathersjs/authentication-local/tree/v1.0.3) (2018-01-03)
514
+
578
515
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.2...v1.0.3)
579
516
 
580
517
  **Closed issues:**
@@ -587,6 +524,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
587
524
  - Update semistandard to the latest version 🚀 [\#49](https://github.com/feathersjs/authentication-local/pull/49) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
588
525
 
589
526
  ## [v1.0.2](https://github.com/feathersjs/authentication-local/tree/v1.0.2) (2017-12-06)
527
+
590
528
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.1...v1.0.2)
591
529
 
592
530
  **Closed issues:**
@@ -599,6 +537,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
599
537
  - Update feathers-memory to the latest version 🚀 [\#45](https://github.com/feathersjs/authentication-local/pull/45) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
600
538
 
601
539
  ## [v1.0.1](https://github.com/feathersjs/authentication-local/tree/v1.0.1) (2017-11-16)
540
+
602
541
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.0...v1.0.1)
603
542
 
604
543
  **Merged pull requests:**
@@ -607,6 +546,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
607
546
  - Update @feathersjs/authentication to the latest version 🚀 [\#42](https://github.com/feathersjs/authentication-local/pull/42) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
608
547
 
609
548
  ## [v1.0.0](https://github.com/feathersjs/authentication-local/tree/v1.0.0) (2017-11-01)
549
+
610
550
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.0-pre.2...v1.0.0)
611
551
 
612
552
  **Merged pull requests:**
@@ -614,6 +554,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
614
554
  - Update dependencies for release [\#41](https://github.com/feathersjs/authentication-local/pull/41) ([daffl](https://github.com/daffl))
615
555
 
616
556
  ## [v1.0.0-pre.2](https://github.com/feathersjs/authentication-local/tree/v1.0.0-pre.2) (2017-10-27)
557
+
617
558
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v1.0.0-pre.1...v1.0.0-pre.2)
618
559
 
619
560
  **Merged pull requests:**
@@ -621,6 +562,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
621
562
  - Safely dispatch without password [\#40](https://github.com/feathersjs/authentication-local/pull/40) ([daffl](https://github.com/daffl))
622
563
 
623
564
  ## [v1.0.0-pre.1](https://github.com/feathersjs/authentication-local/tree/v1.0.0-pre.1) (2017-10-25)
565
+
624
566
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.4...v1.0.0-pre.1)
625
567
 
626
568
  **Closed issues:**
@@ -639,6 +581,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
639
581
  - Update sinon to the latest version 🚀 [\#29](https://github.com/feathersjs/authentication-local/pull/29) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
640
582
 
641
583
  ## [v0.4.4](https://github.com/feathersjs/authentication-local/tree/v0.4.4) (2017-08-11)
584
+
642
585
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.3...v0.4.4)
643
586
 
644
587
  **Closed issues:**
@@ -653,6 +596,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
653
596
  - Increase bcrypt cost factor, add future cost factor auto-optimization [\#30](https://github.com/feathersjs/authentication-local/pull/30) ([micaksica2](https://github.com/micaksica2))
654
597
 
655
598
  ## [v0.4.3](https://github.com/feathersjs/authentication-local/tree/v0.4.3) (2017-06-22)
599
+
656
600
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.2...v0.4.3)
657
601
 
658
602
  **Closed issues:**
@@ -664,9 +608,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
664
608
  - throw error if service.id is missing [\#27](https://github.com/feathersjs/authentication-local/pull/27) ([marshallswain](https://github.com/marshallswain))
665
609
 
666
610
  ## [v0.4.2](https://github.com/feathersjs/authentication-local/tree/v0.4.2) (2017-06-22)
611
+
667
612
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.1...v0.4.2)
668
613
 
669
614
  ## [v0.4.1](https://github.com/feathersjs/authentication-local/tree/v0.4.1) (2017-06-22)
615
+
670
616
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.4.0...v0.4.1)
671
617
 
672
618
  **Merged pull requests:**
@@ -674,6 +620,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
674
620
  - 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))
675
621
 
676
622
  ## [v0.4.0](https://github.com/feathersjs/authentication-local/tree/v0.4.0) (2017-06-22)
623
+
677
624
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.4...v0.4.0)
678
625
 
679
626
  **Closed issues:**
@@ -694,6 +641,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
694
641
  - Update dependencies to enable Greenkeeper 🌴 [\#13](https://github.com/feathersjs/authentication-local/pull/13) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
695
642
 
696
643
  ## [v0.3.4](https://github.com/feathersjs/authentication-local/tree/v0.3.4) (2017-03-28)
644
+
697
645
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.3...v0.3.4)
698
646
 
699
647
  **Closed issues:**
@@ -705,6 +653,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
705
653
  - Fix default authentication config name [\#12](https://github.com/feathersjs/authentication-local/pull/12) ([marshallswain](https://github.com/marshallswain))
706
654
 
707
655
  ## [v0.3.3](https://github.com/feathersjs/authentication-local/tree/v0.3.3) (2017-01-27)
656
+
708
657
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.2...v0.3.3)
709
658
 
710
659
  **Closed issues:**
@@ -717,9 +666,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
717
666
  - Add support for dot notation, fix some whitespace [\#8](https://github.com/feathersjs/authentication-local/pull/8) ([elfey](https://github.com/elfey))
718
667
 
719
668
  ## [v0.3.2](https://github.com/feathersjs/authentication-local/tree/v0.3.2) (2016-12-14)
669
+
720
670
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.1...v0.3.2)
721
671
 
722
672
  ## [v0.3.1](https://github.com/feathersjs/authentication-local/tree/v0.3.1) (2016-12-14)
673
+
723
674
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.3.0...v0.3.1)
724
675
 
725
676
  **Closed issues:**
@@ -731,6 +682,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
731
682
  - Document expected request data [\#6](https://github.com/feathersjs/authentication-local/pull/6) ([marshallswain](https://github.com/marshallswain))
732
683
 
733
684
  ## [v0.3.0](https://github.com/feathersjs/authentication-local/tree/v0.3.0) (2016-11-23)
685
+
734
686
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.2.0...v0.3.0)
735
687
 
736
688
  **Closed issues:**
@@ -743,9 +695,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
743
695
  - Payload support [\#3](https://github.com/feathersjs/authentication-local/pull/3) ([ekryski](https://github.com/ekryski))
744
696
 
745
697
  ## [v0.2.0](https://github.com/feathersjs/authentication-local/tree/v0.2.0) (2016-11-16)
698
+
746
699
  [Full Changelog](https://github.com/feathersjs/authentication-local/compare/v0.1.0...v0.2.0)
747
700
 
748
701
  ## [v0.1.0](https://github.com/feathersjs/authentication-local/tree/v0.1.0) (2016-11-09)
749
702
 
750
-
751
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
703
+ \* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_