Skip to content

Releases: nvlad/yii2support

v0.8.38.1

06 Mar 14:29
Compare
Choose a tag to compare

v0.8.38

05 Mar 20:19
Compare
Choose a tag to compare

Code completion in arrays

23 Mar 15:44
Compare
Choose a tag to compare

0.2.10.11

08 Feb 00:15
Compare
Choose a tag to compare
  • Fix variables used in closures mark as unused
  • Fix parameter declared with name identical variable in function scope mark as unused

0.2.10.9

03 Feb 23:13
Compare
Choose a tag to compare
  • Update path to View file on file move
  • Fixed replace View path on file rename
  • Fix mark as error view paths started with "//" or "@" (references to files is not work)

0.2.9.7

03 Feb 23:14
Compare
Choose a tag to compare
  • Refactor work with Views
  • Support View in Widgets
  • Split missed view file & missed parameters inspections
  • Fixed false-positive .twig & .tpl View files as missed
  • Fixed adding SUPERGLOBAL variables in render parameters
  • Fixed variables in strings return empty name
  • Fix using ".." in View path

0.2.7.2

03 Feb 23:15
Compare
Choose a tag to compare
  • Fix Exception on false-positive references for function call inline comments
  • Missed & unused parameters inspections work with compact function

0.2.7

03 Feb 23:16
Compare
Choose a tag to compare
  • Add View parameters after completion
  • Inspection missed View files
  • QuickFix for missed files
  • Inspection by required & unused parameters for View render
  • QuickFix for required & unused parameters