- dev: remove
static::$type_registry
property in favor ofWPGraphQL::get_type_registry()
. - chore: Implement WPGraphQL Coding Standards ruleset for PHP_CodeSniffer.
- chore: Update example workflows.
- chore: Update composer deps.
- ci: Create separate
composer.json
for testing.
- feat: Deprecate
AXEWP_PB_HOOK_PREFIX
constant in favor ofHelper::set_hook_prefix()
. - dev: recommend installation via Strauss.
- chore: exclude
assets
andbin
from distribution. - chore: use FQCN in docblocks.
- chore: fix various code smells.
- fix: ConnectionType::get_connection_args() should call ::connection_args().
- feat: only create classes if not already available.
- fix: scope type_prefix filter to plugin with
AXEWP_PB_HOOK_PREFIX
constant. - chore: update composer deps
- ci: test library and plugin scaffold separately.
- feat: move explicit 3rd party dependencies to doc-blocks.
- chore: update composer deps.
- ci: update GH workflows.
- dev!: Renames the Hookable interface to `Registrable.
- feat!: Use Registrable when registering GraphQL types.
- chore: Update composer deps.
- chore: Exclude
wp-graphql-plugin-name
when installing as composer dep.
- dev: Build composer deps on PHP 7.4.
- chore: Update composer deps.
- chore: Remove unused PHPStan ignored error.
- ci: Update PHP version used for CodeQuality.
- Initial Release