Skip to content

Releases: adrianbrs/nest-oidc-provider

Release 2.0.0

02 Oct 04:39
Compare
Choose a tag to compare

2.0.0 (2024-10-02)

Bug Fixes

  • add oidc-provider as a peer dependency (a3b1749)
  • export only public constants (d936a8e)
  • remove duplicated oidc types (90ac2a7)
  • use eval to skip dynamic import transpilation (0862584)

Build System

  • deps: upgrade oidc-provider to version 8.5.1 (4532f12)

Features

  • add new OidcSession decorator (7a70e89)
  • add support for oidc-provider@8 (b40ca5a)

BREAKING CHANGES

  • deps: The InteractionDetails type has been renamed to Interaction and is now exported directly from oidc-provider.

Release 2.0.0-next.3

19 Feb 21:11
Compare
Choose a tag to compare
Release 2.0.0-next.3 Pre-release
Pre-release
  • test(e2e): use async/await and add --runInBand flag (591670f)
  • fix: use eval to skip dynamic import transpilation (bcb9960)
  • chore: makes nodejs restriction more flexible (c527def)
  • ci(test): update nodejs version matrix (89c7e93)
  • ci(test): fix pnpm install command (35b41b1)
  • ci(test): setup pnpm before setup node (4510f8c)
  • ci(test): update test workflow to use node >18 and pnpm (7ddf326)
  • docs(README): update docs to v2.0.0 (d9b9cc8)
  • fix: add oidc-provider as a peer dependency (058d7f0)
  • fix: export only public constants (10a647e)
  • docs(example): update example to use @next release (b85f07e)

Release 2.0.0-next.2

19 Feb 03:15
Compare
Choose a tag to compare
Release 2.0.0-next.2 Pre-release
Pre-release
  • feat: add support for oidc-provider@8 (f59ce6f)
  • docs(example): add .well-known link in home page (50bcba0)
  • docs: ask for oidc-provider version in bug report (5f86346)
  • docs(example): update oidc-provider version to ^7.13.0 (7ec8b11)
  • build: update oidc-provider version to ^7.13.0 in dev dependencies (8902879)
  • ci: add node version 18.x in CI workflow (f97654b)
  • docs(example): update Nest to version ^9.2.0 (ba68589)

Release 1.1.1

26 Nov 04:52
Compare
Choose a tag to compare
  • build: fix minimum node version in package.json (1605f7e)
  • docs: fix bug report issue template (2bb14c1)
  • docs(example): improve example project to show login errors in homepage (1c9ac44)
  • Merge pull request #14 from adrianbrs/dependabot/npm_and_yarn/example/jose-4.9.3 (c858b6f)
  • Merge pull request #13 from adrianbrs/dependabot/npm_and_yarn/jose-4.9.3 (d562fff)
  • build(deps): bump jose from 4.4.0 to 4.9.3 in /example (4498646)
  • build(deps): bump jose from 4.4.0 to 4.9.3 (2b6faab)
  • Merge pull request #12 from adrianbrs/issue-templates (e70202b)
  • docs: add issue templates (869dad9)
  • docs(changelog): update change log to v1.1.0 (d0e915d)

Release 1.1.0

22 Sep 02:03
Compare
Choose a tag to compare

Features

  • add factory property to module options (c7c4a06)
  • add proxy property to module options (75697ee), closes #9

Release 1.0.7

16 Sep 15:13
Compare
Choose a tag to compare
  • docs: update CHANGELOG.md (d8f02b8)
  • Merge pull request #7 from adrianbrs/dependabot/npm_and_yarn/ejs-3.1.8 (7ed4236)
  • Merge pull request #6 from adrianbrs/dependabot/npm_and_yarn/example/got-11.8.5 (e620403)
  • build(deps): bump ejs from 3.1.6 to 3.1.8 (f768b3d)
  • Merge pull request #5 from adrianbrs/dependabot/npm_and_yarn/parse-url-6.0.2 (aa1a10d)
  • build(deps): bump got from 11.8.3 to 11.8.5 in /example (2068487)
  • build(deps): bump parse-url from 6.0.0 to 6.0.2 (282948c)
  • Merge pull request #4 from adrianbrs/dependabot/npm_and_yarn/example/follow-redirects-1.14.9 (770aafc)
  • Merge pull request #3 from adrianbrs/dependabot/npm_and_yarn/example/ansi-regex-3.0.1 (2d95118)
  • Merge pull request #2 from adrianbrs/dependabot/npm_and_yarn/minimist-1.2.6 (941989a)
  • build(deps): bump follow-redirects from 1.14.7 to 1.14.9 in /example (527db1a)
  • build(deps): bump ansi-regex from 3.0.0 to 3.0.1 in /example (7010daa)
  • build(deps): bump minimist from 1.2.5 to 1.2.6 (0c948f3)
  • Merge pull request #1 from adrianbrs/dependabot/npm_and_yarn/follow-redirects-1.14.9 (26ebb06)
  • build(deps): bump follow-redirects from 1.14.7 to 1.14.9 (9ddbc2f)
  • docs: add downloads badge on readme (4ab3c9d)

Release 1.0.6

04 Feb 22:50
Compare
Choose a tag to compare
  • build: disable sourcemaps in tsconfig.build.json (d1ddc67)

Release 1.0.5

04 Feb 22:44
Compare
Choose a tag to compare
  • build: move conventional-changelog-cli to devDependencies (c4558eb)

Release 1.0.4

04 Feb 22:41
Compare
Choose a tag to compare

Release 1.0.3

04 Feb 22:31
Compare
Choose a tag to compare