Skip to content

Latest commit

 

History

History
86 lines (29 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

86 lines (29 loc) · 2.71 KB

2.0.0 (2024-03-07)

Features

  • package,package-lock: update packages for nestjs v10 support (865fb88)

2.0.0-rc.0 (2023-01-11)

Features

  • nestjs: upgrade library for compatibility with nestjs 9 (31936d0)

1.5.0 (2023-01-05)

1.4.0 (2023-01-05)

1.3.0 (2022-08-02)

Features

  • guards, decorators: add the ability to specify an optional authentication guard (4e4dcc5)

1.2.2 (2022-02-08)

1.2.1 (2022-02-04)

Bug Fixes

  • package.json: update peer dependencies (cffae2d)

1.2.0 (2022-01-31)

Features

  • support rest decorators; make graphql optional (ae1479b)

1.1.1 (2022-01-26)

Bug Fixes

  • roles: fix roles disabling logic (55e7605)

1.1.0 (2022-01-26)

Features

  • roles: allow for the disabling of role validation by passing no roles (37d9ac5)

1.0.0 (2021-06-03)

Features

  • /: add basic OIDC JWT validation and utilities (b749f68)
  • /: added JWT mapper and abstracted role functionality (2b015d5)
  • access-levels: abstract access level evaluation for greater flexibility (9b28811)