Releases: fastify/fastify-passport
Releases · fastify/fastify-passport
v1.0.0
What's Changed
- Rename Module by @jsumners in #532
- chore(deps-dev): bump @typescript-eslint/parser from 5.19.0 to 5.20.0 by @dependabot in #530
- chore(deps-dev): bump @types/node from 17.0.24 to 17.0.26 by @dependabot in #529
- chore(deps-dev): bump eslint from 8.13.0 to 8.14.0 by @dependabot in #528
- chore(deps-dev): bump fastify from 3.27.4 to 3.28.0 by @dependabot in #516
- chore(deps-dev): bump eslint from 8.12.0 to 8.13.0 by @dependabot in #517
- chore(deps-dev): bump semver from 7.3.5 to 7.3.7 by @dependabot in #526
- chore(deps-dev): bump fastify-secure-session from 3.0.0 to 3.1.0 by @dependabot in #527
- chore(deps-dev): bump @typescript-eslint/parser from 5.17.0 to 5.19.0 by @dependabot in #524
- chore(deps-dev): bump @types/node from 17.0.23 to 17.0.24 by @dependabot in #523
- Adding a youtube tutorial by PhilipWee in #314
- Add mandatory secureSession registration in example by @jonaskello in #492
- Fix missing arrow for function by @jonaskello in #489
- code errors fixed at README.md by @LucianoVirmes in #490
- chore(deps-dev): bump eslint-config-prettier from 8.4.0 to 8.5.0 by @dependabot in #488
- chore(deps-dev): bump typescript from 4.5.5 to 4.6.2 by @dependabot in #487
- chore(deps-dev): bump @typescript-eslint/parser from 5.12.1 to 5.13.0 by @dependabot in #486
- chore(deps): bump actions/setup-node from 2 to 3 by @dependabot in #484
- chore(deps-dev): bump eslint from 8.9.0 to 8.10.0 by @dependabot in #483
- chore(deps-dev): bump @types/node from 17.0.18 to 17.0.21 by @dependabot in #482
- chore(deps-dev): bump @typescript-eslint/eslint-plugin by @dependabot in #480
- chore(deps-dev): bump @typescript-eslint/parser from 5.11.0 to 5.12.1 by @dependabot in #479
- chore(deps-dev): bump @typescript-eslint/eslint-plugin by @dependabot in #476
- chore(deps-dev): bump fastify from 3.27.0 to 3.27.2 by @dependabot in #478
- chore(deps-dev): bump @types/node from 17.0.17 to 17.0.18 by @dependabot in #477
- chore(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.4.0 by @dependabot in #475
- chore(deps-dev): bump @typescript-eslint/parser from 5.10.2 to 5.11.0 by @dependabot in #471
- chore(deps-dev): bump eslint from 8.8.0 to 8.9.0 by @dependabot in #472
- chore(deps-dev): bump @typescript-eslint/eslint-plugin by @dependabot in #470
- chore(deps-dev): bump jest from 27.5.0 to 27.5.1 by @dependabot in #469
- chore(deps-dev): bump @types/node from 17.0.13 to 17.0.17 by @dependabot in #468
- chore(deps): bump passport-oauth2 from 1.5.0 to 1.6.1 by @dependabot in #467
- chore(deps-dev): bump @typescript-eslint/eslint-plugin by @dependabot in #466
- chore(deps-dev): bump jest from 27.4.7 to 27.5.0 by @dependabot in #465
- chore(deps-dev): bump @typescript-eslint/parser from 5.10.1 to 5.10.2 by @dependabot in #462
- chore(deps-dev): bump @types/node from 17.0.12 to 17.0.13 by @dependabot in #461
- chore(deps-dev): bump eslint from 8.7.0 to 8.8.0 by @dependabot in #460
- build: reduce dependabot update frequency by @Fdawgs in #459
- chore(deps): bump fastify-plugin from 3.0.0 to 3.0.1 by @dependabot in #458
- chore(deps-dev): bump @types/node from 17.0.11 to 17.0.12 by @dependabot in #457
- chore(deps-dev): bump @typescript-eslint/eslint-plugin by @dependabot in #456
- chore(deps-dev): bump @types/node from 17.0.10 to 17.0.11 by @dependabot in #454
- chore(deps-dev): bump @typescript-eslint/parser from 5.10.0 to 5.10.1 by @dependabot in #455
- chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 by @dependabot in #453
- chore(deps-dev): bump fastify from 3.26.0 to 3.27.0 by @dependabot in #452
- chore(deps-dev): bump @types/node from 17.0.9 to 17.0.10 by @dependabot in #451
- chore(deps-dev): bump fastify from 3.25.3 to 3.26.0 by @dependabot in #450
- chore(deps-dev): bump @typescript-eslint/parser from 5.9.1 to 5.10.0 by @dependabot in #449
- chore(deps-dev): bump @types/node from 17.0.8 to 17.0.9 by @dependabot in #448
- chore(deps-dev): bump @typescript-eslint/eslint-plugin by @dependabot in #447
- chore(deps-dev): bump eslint from 8.6.0 to 8.7.0 by @dependabot in #446
- chore(deps-dev): bump ts-jest from 27.1.2 to 27.1.3 by @dependabot in #445
- chore(deps-dev): bump @fastify/session from 6.3.0 to 6.4.0 by @dependabot in #444
- chore(deps-dev): bump @typescript-eslint/parser from 5.9.0 to 5.9.1 by @dependabot in #442
- chore(deps-dev): bump @typescript-eslint/eslint-plugin by @dependabot in #443
- chore(deps-dev): bump jest from 27.4.6 to 27.4.7 by @dependabot in #441
- chore(deps-dev): bump @types/node from 17.0.7 to 17.0.8 by @dependabot in #440
- chore(deps-dev): bump jest from 27.4.5 to 27.4.6 by @dependabot in #439
New Contributors
- @jsumners made their first contribution in #532
- @PhilipWee made their first contribution in #314
- @jonaskellomade made their first contribution in #498
- @LucianoVirmes made their first contribution in #470
Full Changelog: fastify/fastify-helmet@v0.5.0...v1.0.0
v0.5.0
What's Changed
- Bump typescript from 4.1.4 to 4.1.5 by @dependabot in #101
- Bump fastify-secure-session from 2.3.0 to 2.3.1 by @dependabot in #102
- Bump @types/node from 14.14.25 to 14.14.26 by @dependabot in #103
- Bump eslint from 7.19.0 to 7.20.0 by @dependabot in #104
- Bump @types/node from 14.14.26 to 14.14.28 by @dependabot in #105
- Bump fastify from 3.11.0 to 3.12.0 by @dependabot in #106
- Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 by @dependabot in #107
- Bump @typescript-eslint/parser from 4.15.0 to 4.15.1 by @dependabot in #108
- Bump @types/node from 14.14.28 to 14.14.30 by @dependabot in #109
- Bump @types/node from 14.14.30 to 14.14.31 by @dependabot in #111
- Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 by @dependabot in #114
- Bump @typescript-eslint/parser from 4.15.1 to 4.15.2 by @dependabot in #113
- Bump ts-jest from 26.5.1 to 26.5.2 by @dependabot in #115
- Bump typescript from 4.1.5 to 4.2.2 by @dependabot in #116
- Multiple disjoint registered instance support by @airhorns in #112
- Bump eslint-config-prettier from 7.2.0 to 8.1.0 by @dependabot in #117
- Bump set-cookie-parser from 2.4.7 to 2.4.8 by @dependabot in #118
- Bump eslint from 7.20.0 to 7.21.0 by @dependabot in #119
- Bump got from 11.8.1 to 11.8.2 by @dependabot in #120
- Bump @typescript-eslint/eslint-plugin from 4.15.2 to 4.16.1 by @dependabot in #121
- Bump @typescript-eslint/parser from 4.15.2 to 4.16.1 by @dependabot in #122
- Bump fastify from 3.12.0 to 3.13.0 by @dependabot in #123
- Bump ts-jest from 26.5.2 to 26.5.3 by @dependabot in #124
- Bump typescript from 4.2.2 to 4.2.3 by @dependabot in #125
- Bump @types/node from 14.14.31 to 14.14.32 by @dependabot in #126
- Bump @typescript-eslint/parser from 4.16.1 to 4.17.0 by @dependabot in #128
- Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.17.0 by @dependabot in #127
- Bump @types/node from 14.14.32 to 14.14.33 by @dependabot in #129
- chore(gitignore): use latest github ignore template by @Fdawgs in #130
- ci(dependabot): update github actions by @Fdawgs in #131
- chore(deps): bump actions/cache from v2 to v2.1.4 by @dependabot in #133
- chore(deps): bump actions/setup-node from v1 to v2.1.5 by @dependabot in #132
- chore(deps): bump fastify/github-action-merge-dependabot from v1 to v1.2.1 by @dependabot in #135
- chore(deps): bump actions/checkout from v1 to v2.3.4 by @dependabot in #134
- chore(deps-dev): bump fastify from 3.13.0 to 3.14.0 by @dependabot in #136
- chore(deps-dev): bump eslint from 7.21.0 to 7.22.0 by @dependabot in #137
- chore(deps-dev): bump @types/node from 14.14.33 to 14.14.34 by @dependabot in #138
- chore(deps): bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 by @dependabot in #139
- chore(deps-dev): bump @types/node from 14.14.34 to 14.14.35 by @dependabot in #140
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 by @dependabot in #141
- chore(deps-dev): bump @typescript-eslint/parser from 4.17.0 to 4.18.0 by @dependabot in #142
- chore(deps-dev): bump ts-jest from 26.5.3 to 26.5.4 by @dependabot in #143
- chore(deps-dev): bump @types/jest from 26.0.20 to 26.0.21 by @dependabot in #144
- chore(deps-dev): bump semver from 7.3.4 to 7.3.5 by @dependabot in #145
- chore(deps-dev): bump @typescript-eslint/parser from 4.18.0 to 4.19.0 by @dependabot in #146
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 by @dependabot in #147
- chore(deps-dev): bump @types/node from 14.14.35 to 14.14.36 by @dependabot in #148
- chore(deps-dev): bump @types/jest from 26.0.21 to 26.0.22 by @dependabot in #149
- chore(deps-dev): bump fastify from 3.14.0 to 3.14.1 by @dependabot in #150
- chore(deps-dev): bump eslint from 7.22.0 to 7.23.0 by @dependabot in #151
- chore(deps-dev): bump @types/node from 14.14.36 to 14.14.37 by @dependabot in #152
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.19.0 to 4.20.0 by @dependabot in #153
- chore(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 4.20.0 by @dependabot in #154
- chore: ci updates and style change by @Fdawgs in #155
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.20.0 to 4.21.0 by @dependabot in #156
- chore(deps-dev): bump @typescript-eslint/parser from 4.20.0 to 4.21.0 by @dependabot in #157
- ci: remove redundant conditional by @Fdawgs in #158
- chore(deps-dev): bump typescript from 4.2.3 to 4.2.4 by @dependabot in #159
- chore(deps-dev): bump fastify from 3.14.1 to 3.14.2 by @dependabot in #160
- chore(deps-dev): bump eslint from 7.23.0 to 7.24.0 by @dependabot in #161
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 by @dependabot in #163
- chore(deps-dev): bump @typescript-eslint/parser from 4.21.0 to 4.22.0 by @dependabot in #162
- chore(deps): bump actions/cache from v2.1.4 to v2.1.5 by @dependabot in #164
- chore(deps-dev): bump eslint-config-prettier from 8.1.0 to 8.2.0 by @dependabot in #165
- chore(deps-dev): bump @types/node from 14.14.37 to 14.14.39 by @dependabot in #166
- chore(deps-dev): bump eslint-plugin-prettier from 3.3.1 to 3.4.0 by @dependabot in #167
- chore(deps-dev): bump ts-jest from 26.5.4 to 26.5.5 by @dependabot in #168
- chore(deps-dev): bump @types/node from 14.14.39 to 14.14.41 by @dependabot in #169
- chore(deps-dev): bump fastify from 3.14.2 to 3.15.0 by @dependabot in #170
- chore(deps-dev): bump eslint-config-prettier from 8.2.0 to 8.3.0 by @dependabot in #172
- chore(deps-dev): bump eslint from 7.24.0 to 7.25.0 by @dependabot in #171
- chore(deps-dev): bump @types/semver from 7.3.4 to 7.3.5 by @dependabot in #173
- chore(deps-dev): bump @types/node from 14.14.41 to 15.0.0 by @dependabot in #174
- chore(deps-dev): bump @types/jest from 26.0.22 to 26.0.23 by @dependabot in #175
- chore(deps-dev): bump @types/node from 15.0.0 to 15.0.1 by @dependabot in #176
- chore(deps-dev): bump fastify from 3.15.0 to 3.15.1 by @dependabot in #177
- chore(deps-dev): bump @types/node from 15.0.1 to 15.0.2 by @dependabot in #178
- chore(deps-dev): bump @typescript-eslint/parser from 4.22.0 to 4.22.1 by @dependabot in #179
- chore(deps-dev): bump @typ...