|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v3.2.0...HEAD) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Pass Params to all service calls. [\#175](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/175) ([dallinbjohnson](https://github.com/dallinbjohnson)) |
| 10 | +- Bump pathval from 1.1.0 to 1.1.1 [\#174](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/174) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 11 | +- Update verify-signup-set-password.js [\#167](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/167) ([GautierT](https://github.com/GautierT)) |
| 12 | +- Bump lodash from 4.17.19 to 4.17.21 [\#166](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/166) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 13 | +- Bump handlebars from 4.7.6 to 4.7.7 [\#165](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/165) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 14 | +- chore: move travis to github actions [\#162](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/162) ([fratzinger](https://github.com/fratzinger)) |
| 15 | +- Bump y18n from 4.0.0 to 4.0.1 [\#161](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/161) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 16 | +- Update docs.md [\#160](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/160) ([re1ro](https://github.com/re1ro)) |
| 17 | + |
| 18 | +## [v3.2.0](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v3.2.0) (2022-05-16) |
| 19 | + |
| 20 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v4.0.0-pre.1...v3.2.0) |
| 21 | + |
| 22 | +**Closed issues:** |
| 23 | + |
| 24 | +- 4.0.0-pre.1 has un declared passport-local dependency [\#173](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/173) |
| 25 | +- skipIsVerifiedCheck doesn't call custom notifier. [\#172](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/172) |
| 26 | +- identityChange doesn't verify the user's password [\#171](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/171) |
| 27 | + |
| 28 | +## [v4.0.0-pre.1](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v4.0.0-pre.1) (2022-01-08) |
| 29 | + |
| 30 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v4.0.0-pre.0...v4.0.0-pre.1) |
| 31 | + |
| 32 | +## [v4.0.0-pre.0](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v4.0.0-pre.0) (2022-01-07) |
| 33 | + |
| 34 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v3.1.0...v4.0.0-pre.0) |
| 35 | + |
| 36 | +**Closed issues:** |
| 37 | + |
| 38 | +- Invalid Data Received After Implementation [\#169](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/169) |
| 39 | +- New NPM release [\#158](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/158) |
| 40 | + |
3 | 41 | ## [v3.1.0](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v3.1.0) (2021-01-20)
|
4 | 42 |
|
5 | 43 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v3.0.1...v3.1.0)
|
6 | 44 |
|
7 | 45 | **Merged pull requests:**
|
8 | 46 |
|
9 |
| -- Reuse reset token [\#156](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/156) ([rma4ok](https://github.com/rma4ok)) |
| 47 | +- Reuse reset token [\#156](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/156) ([re1ro](https://github.com/re1ro)) |
10 | 48 |
|
11 | 49 | ## [v3.0.1](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v3.0.1) (2020-10-12)
|
12 | 50 |
|
|
184 | 222 |
|
185 | 223 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v0.5.0...v0.7.0)
|
186 | 224 |
|
187 |
| -## [v0.5.0](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v0.5.0) (2017-08-06) |
188 |
| - |
189 |
| -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v0.4.2...v0.5.0) |
190 |
| - |
191 | 225 | **Implemented enhancements:**
|
192 | 226 |
|
193 | 227 | - Make randomDigits use crypto.randomBytes [\#63](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/63) ([micaksica2](https://github.com/micaksica2))
|
194 |
| -- Allow hook.addVerification on Patch and Update hooks [\#62](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/62) ([amaurymartiny](https://github.com/amaurymartiny)) |
| 228 | +- Allow hook.addVerification on Patch and Update hooks [\#62](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/62) ([amaurym](https://github.com/amaurym)) |
195 | 229 | - Add skipIsVerifiedCheck option for sendResetPwd [\#61](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/61) ([marbemac](https://github.com/marbemac))
|
196 | 230 | - Updated URL to docs in doc.feathersjs.com [\#57](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/57) ([eddyystop](https://github.com/eddyystop))
|
197 | 231 | - fix docs [\#56](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/56) ([sylvainlap](https://github.com/sylvainlap))
|
198 | 232 |
|
| 233 | +**Merged pull requests:** |
| 234 | + |
| 235 | +- Update sift to the latest version 🚀 [\#58](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/58) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) |
| 236 | + |
| 237 | +## [v0.5.0](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v0.5.0) (2017-08-06) |
| 238 | + |
| 239 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v0.4.2...v0.5.0) |
| 240 | + |
199 | 241 | **Fixed bugs:**
|
200 | 242 |
|
201 | 243 | - removeVerification not suitable as an after find hook [\#55](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/55)
|
|
209 | 251 | - Im unable to ping feathers server from react native. [\#50](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/50)
|
210 | 252 | - Allow user to reset password if not yet verified [\#41](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/41)
|
211 | 253 |
|
212 |
| -**Merged pull requests:** |
213 |
| - |
214 |
| -- Update sift to the latest version 🚀 [\#58](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/58) ([greenkeeper[bot]](https://github.com/apps/greenkeeper)) |
215 |
| - |
216 | 254 | ## [v0.4.2](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v0.4.2) (2017-07-01)
|
217 | 255 |
|
218 | 256 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v0.4.1...v0.4.2)
|
|
357 | 395 |
|
358 | 396 |
|
359 | 397 |
|
360 |
| -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 398 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments