Releases: wp-hooks/vscode-wordpress-hooks
Releases · wp-hooks/vscode-wordpress-hooks
0.5.4
- Updates to hooks for WordPress 5.7.
0.5.3
- Fix a build error with version 0.5.2 (which updated the hooks for WordPress 5.6).
0.5.2
- Updates to hooks for WordPress 5.6.
0.5.1
- Added some changes made to filters in WordPress 5.5.1.
0.5.0
- Introduce a hover provider for hook names
- Provide autocomplete for a function when there are not yet any other symbols in the file
- Allow the
refers
property to be used (@see
tags use this) - Removing typing for
stdClass
in case down the line the object gets promoted to a real class - Add a link to developer.wordpress.org in the main hook description
- Rebranding
0.4.0
- Add snippets for inserting a class method, function, or arrow function as the callback.
- Introduce support for nullable parameters and return values.
- Conditionally show the
__return_*
callbacks depending on the return type of the filter.
0.3.0
- Introduce options (enabled by default) for adding type declarations and a docblock to callback closures.
- Add a return value to the callback closure for filters.
0.2.2
Updates to hooks for WordPress 5.5.
0.2.1
- Some more reduction of the size of the extension.
0.2.0
- Updates to hooks for WordPress 5.5 beta.
- Extension performance improvements.