Releases: AxeWP/wp-graphql-plugin-boilerplate
Releases · AxeWP/wp-graphql-plugin-boilerplate
0.1.0
v0.0.9
- 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.
Full Changelog: 0.0.8...0.0.9
v0.0.8
- 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.
Full Changelog: 0.0.7...0.0.8
v0.0.7
- fix: ConnectionType::get_connection_args() should call ::connection_args().
Full Changelog: 0.0.6...0.0.7
v0.0.6
- 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.
v0.0.5
v0.0.4
- dev!: Renames the Hookable interface to `Registrable.
- feat!: Use Registrable when registering GraphQL types.
v0.0.3
- chore: Update composer deps.
- chore: Exclude wp-graphql-plugin-name when installing as composer dep.
v0.0.2
- 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.
Full Changelog: 0.0.1...0.0.2
v0.0.1 - Initial Release
first commit