Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Oct 16, 2021
1 parent a9becf8 commit a033156
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,26 @@ You can find and compare releases at the [GitHub release page](https://github.co

## Unreleased

## v5.25.0
## v5.24.0

### Added

- Add `Nuwave\Lighthouse\Support\Contracts\ComplexityResolverDirective` interface to allow
overwriting the default query complexity calculation https://github.com/nuwave/lighthouse/pull/1947
- Allow omitting `name` in `@scope` by defaulting to the argument name https://github.com/nuwave/lighthouse/pull/1957

### Changed

- Lazily resolve field type https://github.com/nuwave/lighthouse/pull/1950

### Deprecated

- Deprecate smart methods in `Nuwave\Lighthouse\Schema\Values\FieldValue` https://github.com/nuwave/lighthouse/pull/1951

## v5.24.0

### Added

- Add `Nuwave\Lighthouse\Support\Contracts\ComplexityResolverDirective` interface to allow
overwriting the default query complexity calculation https://github.com/nuwave/lighthouse/pull/1947

### Fixed

- Ensure non-pagination related arguments called `first` do not mistakenly increase `@complexity` https://github.com/nuwave/lighthouse/pull/1947

### Deprecated

- Deprecate methods to set a query complexity resolver through `Nuwave\Lighthouse\Schema\Values\FieldValue` https://github.com/nuwave/lighthouse/pull/1947
- Deprecate smart methods in `Nuwave\Lighthouse\Schema\Values\FieldValue` https://github.com/nuwave/lighthouse/pull/1951

## v5.23.1

Expand Down

0 comments on commit a033156

Please sign in to comment.