- feat: Add support for lazy-loaded configuration values (e.g., descriptions) using callables, with compatibility layer for older WPGraphQL versions.
- chore: Update Composer dependencies.
- chore: misc code cleanup and formatting.
- feat: Enabled strict type declarations across all PHP files
- dev: Enhanced PHPStan configuration with stricter type checking
- chore: Updated WPGraphQL CS to 2.0.0-beta.3
- chore: Improved PHP type annotations
- chore: Code cleanup and whitespace formatting
- chore: Removed redundant PHPStan ignores
- dev: remove
static::$type_registryproperty 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.jsonfor testing.
- feat: Deprecate
AXEWP_PB_HOOK_PREFIXconstant in favor ofHelper::set_hook_prefix(). - dev: recommend installation via Strauss.
- chore: exclude
assetsandbinfrom 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_PREFIXconstant. - 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-namewhen 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