Skip to content

php-namespace-refactor: v2.0.0

Choose a tag to compare

@rejmann rejmann released this 30 Jul 03:24
8875ee1

2.0.0 (2026-07-30)

🚀 New Features

  • property-rename: consolidate property rename settings into one polymorphic key (ac7a475)
  • property-renaming: rename constructor-typed properties on class move (5e4b25c)

🐛 Bug Fixes

  • namespace-refactor: prevent prefix matches in php namespace refactors (36f0869)
  • namespace: centralize guarded class-name regex creation (492bf51)
  • namespace: prevent namespace renames from matching identifier prefixes (3fdaad9)

📚 Documentation

  • docs: clarify config reads and class rename behavior (a22d3ab)
  • document optional property renaming during file moves (47e56e6)

♻️ Code Refactoring

  • property-rename: rename property flag and scope renames to affected files (dd4b706)