Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 678 Bytes

changelog.md

File metadata and controls

27 lines (20 loc) · 678 Bytes

Changelog

[2.3.0] - 2024-10-19

Changed

  • Namespace Resolution algorithm
  • Compare both workspace and composer autoloader results for class resolution

[2.2.0] - 2024-10-19

Changed

  • Optimized namespace resolution algorithm

[2.0.0] - 2024-10-12

Added

  • New UI option in setup configuration
  • Cache on load feature
  • Composer dump-autoload on load feature
  • Sorting functionality with various options:
    • Sort on save
    • Multiple sort types (length_desc, ascending, descending, length_asc, natural, case_insensitive)
  • automatic composer dump-autoload

Changed

  • Improved class and namespace resolution
  • Enhanced performance for large codebases