Releases: akirk/extract-wp-hooks
Releases · akirk/extract-wp-hooks
1.4.0
New Features
- Add
github_wikiconfig option for non-wiki documentation output- When
github_wiki: false: adds top headlines to hook pages and.mdextensions to links - Defaults to
truefor backward compatibility
- When
Code Quality
- Add comprehensive PHPDoc comments to all classes and methods
- Fix all
in_array()calls to use strict comparison - Fix all phpcs errors and warnings
1.3.2
What's Changed
- Render @type tags in documentation output (#25)
- Skip array parameter block content from main description (#26)
- Clean up array parameter output in documentation (#27)
These changes improve support for WordPress-style array parameter documentation with @type tags.
Full Changelog: 1.3.1...1.3.2
1.3.1
1.3.0
1.2.0
What's Changed
- Add configuration via action inputs by @obenland in #4
- Make Example Code style configurable by @akirk in #8
- Don't use params from an unrelated comment by @akirk in #9
- Update prefixed example style to use inline hook registration by @obenland in #13
- Prefixed examples: Add function docs by @obenland in #14
- Add a config to enable generating a top headline by @akirk in #16
- Add option to choose whether to generate a phpdoc for autoexamples by @akirk in #15
New Contributors
Full Changelog: 1.1.0...1.1.1