Skip to content

Latest commit

 

History

History
74 lines (38 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

74 lines (38 loc) · 1.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

v0.5.0 - 2022-12-17

Changed

  • Minimum GraphQL version v16.6.0

v0.4.1 - 2022-10-18

Fixed

  • Check context presence in defaultAuthFn procedure

v0.4.0 - 2022-10-18

Added

  • Default auth procedure defaultAuthFn

Changed

  • Removed source map for .d.ts files

  • Removed Context type

v0.3.1 - 2022-10-13

Added

  • Added more comments

Fixed

  • Comments are still available after compilation

v0.3.0 - 2022-10-13

Added

  • roles and permissions configuration default value TRole value or TRole array

Changed

  • Renamed typeName to enumName in roles and permissions configurations

  • Rename defaultValue to default in roles and permissions configurations

v0.2.0 - 2022-10-12

Added

  • Accept generics TRole and TPermission along with TContext

  • TypeGraphQL integration example

v0.1.1 - 2022-10-11

Fixed

  • Typescript paths

v0.1.0 - 2022-10-11

  • Initial release