V2 release with breaking changes #6
ccaglak
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
V2 release with breaking changes, you will need to update your config check out the readme for the new features.
if you use it, give it a star so i could further develop it. always welcome new feature ideas, pr.
New Testing Features:
Comprehensive PHPUnit/Pest test runner integration
Interactive test output in floating windows
Multiple test running modes (all, file, line, filter, parallel)
Smart test detection and navigation
Enhanced Toggle Functionality:
Function style toggling between arrow functions and traditional PHP functions
Conditional statement transformations (if-else to ternary, if-else to match expressions)
Extended word and operator toggling capabilities
Drupal Integration:
New Drupal autoloader feature
Automatic PSR-4 autoloading management for Drupal modules
Module directory scanning and namespace maintenance
Refactoring Improvements:
More comprehensive refactoring options
Visual mode support for code refactoring
Additional control flow statement transformations
UI Enhancements:
FZF integration option
Improved configuration options for UI elements
Dependencies:
Added optional dependencies like namespace.nvim and larago.nvim
More flexible setup configuration
These changes make version 2.0.0 a significant upgrade focused on testing, code transformation, and framework integration capabilities.
Beta Was this translation helpful? Give feedback.
All reactions