Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed May 30, 2024
1 parent 8622951 commit a39482b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@

## Unreleased

<!-- Here goes all the unreleased changes descriptions -->

## Features

- support declaring middlewares on resolver class level (#620)
- support declaring auth roles on resolver class level (#620)
- make possible creating custom decorators on resolver class level - `createResolverClassMiddlewareDecorator`
- support registering custom arg decorator via `createParameterDecorator` and its second argument `CustomParameterOptions` - `arg` (#1325)

### Others

- **Breaking Change**: update `graphql-scalars` peer dependency to `^1.23.0`
- **Breaking Change**: rename `createMethodDecorator` into `createMethodMiddlewareDecorator`

<!-- Here goes all the unreleased changes descriptions -->
- **Breaking Change**: rename `createParamDecorator` to `createParameterDecorator`

## v2.0.0-rc.1

Expand Down

0 comments on commit a39482b

Please sign in to comment.