Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

42 lines (21 loc) · 2.47 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2025-02-26)

⚠ BREAKING CHANGES

  • We no longer support php 7.4 as it is end of life.

Features

  • compat with GraphQL\Executor\ReferenceExecutor from webonyx/graphql-php:15.18.1 (b553e47)
  • drop support for php 7.4 (ff3e180)

Bug Fixes

  • 8.2 deprecation of constructor existence check (db26ebb)
  • add check for Executor::getDefaultArgsMapper for older versions (d460fca)
  • backwards compat with webonyx 14.11.0 for v2.4.5-p11 and v2.4.4-p12 (1484b89)

Miscellaneous Chores

  • add dealerdirect/phpcodesniffer-composer-installer allowed plugin (50b990a)

0.1.2 (2022-08-25)

Bug Fixes

  • ensure reference executor always returns a new object (#6) (9daede3)

0.1.1 (2022-07-21)

Features

  • add readme/license (#3) (f74262a)
  • allow executor plugin to work with older webonyx graphql versions (#2) (1501383)