Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 687 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 687 Bytes

Change Log

All notable changes to the "select-php-method" extension will be documented in this file.

[0.0.4] - 2024-04-26

Fixed

  • Soporte para métodos con declaración de tipo de retorno (ej: : array, : string)
  • Corrección en la expresión regular para incluir tipos de retorno opcionales

[0.0.3] - 2024-03-04

Added

  • Updated documentation in English
  • New logo for the extension

[0.0.2] - 2024-04-20

Fixed

  • Incorrect selection of methods with nested braces or internal comments
  • Improved recognition of methods with PHPDoc
  • Fixed method closing brace handling

[0.0.1] - 2024-04-15

Added

  • Initial function to select and copy PHP methods