|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v5.0.1...HEAD) |
| 5 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v5.1.0...HEAD) |
6 | 6 |
|
7 | 7 | **Merged pull requests:**
|
8 | 8 |
|
9 |
| -- chore: update dependencies [\#221](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/221) ([fratzinger](https://github.com/fratzinger)) |
10 |
| -- fix: dateOrNumberToNumber with BigInt String & ISOString [\#220](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/220) ([fratzinger](https://github.com/fratzinger)) |
11 |
| -- Update required fields list [\#217](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/217) ([closertotheend](https://github.com/closertotheend)) |
| 9 | +- chore\(deps-dev\): bump vite from 4.5.2 to 4.5.3 [\#229](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/229) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 10 | +- chore\(deps-dev\): bump braces from 3.0.2 to 3.0.3 [\#228](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/228) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 11 | +- feat: add skipPasswordHash option [\#226](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/226) ([jd1378](https://github.com/jd1378)) |
| 12 | +- chore\(deps-dev\): bump vite from 4.5.0 to 4.5.2 [\#223](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/223) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 13 | + |
| 14 | +## [v5.1.0](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v5.1.0) (2024-07-08) |
| 15 | + |
| 16 | +[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v5.0.1...v5.1.0) |
| 17 | + |
| 18 | +**Closed issues:** |
| 19 | + |
| 20 | +- Provide a way to let resolvers hash the password [\#225](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/225) |
| 21 | +- ensureObjPropsValid throws when an object with more props is passed in [\#224](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/224) |
12 | 22 |
|
13 | 23 | ## [v5.0.1](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v5.0.1) (2023-11-04)
|
14 | 24 |
|
|
20 | 30 | - feathers 5 BadRequest: validation failed [\#213](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/213)
|
21 | 31 | - Does auth-management work with feathers v5? [\#211](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/211)
|
22 | 32 |
|
| 33 | +**Merged pull requests:** |
| 34 | + |
| 35 | +- chore: update dependencies [\#221](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/221) ([fratzinger](https://github.com/fratzinger)) |
| 36 | +- fix: dateOrNumberToNumber with BigInt String & ISOString [\#220](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/220) ([fratzinger](https://github.com/fratzinger)) |
| 37 | +- Update required fields list [\#217](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/217) ([closertotheend](https://github.com/closertotheend)) |
| 38 | + |
23 | 39 | ## [v5.0.0](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v5.0.0) (2023-09-20)
|
24 | 40 |
|
25 | 41 | [Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v5.0.0-pre.0...v5.0.0)
|
|
188 | 204 | - v4 support [\#124](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/124)
|
189 | 205 | - pwReset should not be case sensitive [\#121](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/121)
|
190 | 206 | - Notifier wont work with other opitions like 'identifyUserProps' [\#120](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/120)
|
191 |
| -- Distinguishing between identityChange and initial vericication in notifier [\#119](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/119) |
| 207 | +- Distinguishing between identityChange and initial verification in notifier [\#119](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/119) |
192 | 208 | - Cannot read property 'id' of undefined [\#117](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/117)
|
193 | 209 | - Discussing enhancements and changes for V3 rewrite [\#114](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/114)
|
194 | 210 | - Create TypeScript typings for this package [\#112](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/112)
|
|
315 | 331 | **Implemented enhancements:**
|
316 | 332 |
|
317 | 333 | - Make randomDigits use crypto.randomBytes [\#63](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/63) ([micaksica2](https://github.com/micaksica2))
|
318 |
| -- Allow hook.addVerification on Patch and Update hooks [\#62](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/62) ([amaury1729](https://github.com/amaury1729)) |
| 334 | +- Allow hook.addVerification on Patch and Update hooks [\#62](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/62) ([amaury1093](https://github.com/amaury1093)) |
319 | 335 | - Add skipIsVerifiedCheck option for sendResetPwd [\#61](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/61) ([marbemac](https://github.com/marbemac))
|
320 | 336 | - Updated URL to docs in doc.feathersjs.com [\#57](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/57) ([eddyystop](https://github.com/eddyystop))
|
321 | 337 | - fix docs [\#56](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/56) ([sylvainlap](https://github.com/sylvainlap))
|
|
0 commit comments