Skip to content

Commit db795c8

Browse files
committed
Updating changelog
1 parent 0b79ab5 commit db795c8

File tree

1 file changed

+49
-11
lines changed

1 file changed

+49
-11
lines changed

CHANGELOG.md

+49-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,50 @@
11
# Changelog
22

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+
341
## [v3.1.0](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v3.1.0) (2021-01-20)
442

543
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v3.0.1...v3.1.0)
644

745
**Merged pull requests:**
846

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))
1048

1149
## [v3.0.1](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v3.0.1) (2020-10-12)
1250

@@ -184,18 +222,22 @@
184222

185223
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v0.5.0...v0.7.0)
186224

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-
191225
**Implemented enhancements:**
192226

193227
- 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))
195229
- Add skipIsVerifiedCheck option for sendResetPwd [\#61](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/61) ([marbemac](https://github.com/marbemac))
196230
- Updated URL to docs in doc.feathersjs.com [\#57](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/57) ([eddyystop](https://github.com/eddyystop))
197231
- fix docs [\#56](https://github.com/feathersjs-ecosystem/feathers-authentication-management/pull/56) ([sylvainlap](https://github.com/sylvainlap))
198232

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+
199241
**Fixed bugs:**
200242

201243
- removeVerification not suitable as an after find hook [\#55](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/55)
@@ -209,10 +251,6 @@
209251
- Im unable to ping feathers server from react native. [\#50](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/50)
210252
- Allow user to reset password if not yet verified [\#41](https://github.com/feathersjs-ecosystem/feathers-authentication-management/issues/41)
211253

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-
216254
## [v0.4.2](https://github.com/feathersjs-ecosystem/feathers-authentication-management/tree/v0.4.2) (2017-07-01)
217255

218256
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-authentication-management/compare/v0.4.1...v0.4.2)
@@ -357,4 +395,4 @@
357395

358396

359397

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

Comments
 (0)