Releases: felixfbecker/php-language-server
Releases Β· felixfbecker/php-language-server
v5.3.4
5.3.4 (2018-01-09)
Bug Fixes
v5.3.3
5.3.3 (2017-12-31)
Bug Fixes
- DefinitionResolver: find variables in sibling children (#568) (20960a8), closes #566
v5.3.2
5.3.2 (2017-12-25)
Bug Fixes
- DefinitionResolver: don't crash if foreach key isn't a variable (#564) (1cfba8b)
v5.3.1
5.3.1 (2017-12-24)
Bug Fixes
- DefinitionResolver: fix crash on unknown foreach type (#562) (425b239)
v5.3.0
5.3.0 (2017-12-23)
Bug Fixes
- DefinitionResolver: fix methods with self return type (#550) (63da051)
Features
v5.2.0
5.2.0 (2017-12-10)
Features
v5.1.2
5.1.2 (2017-12-04)
Bug Fixes
- diagnostics: handle null case (09477b7)
v5.1.1
5.1.1 (2017-12-03)
Bug Fixes
- diagnostics: update checking of $this usage to only error in static methods (#545) (9b1fafa)
v5.1.0
5.1.0 (2017-11-19)
Features
- diagnostics: report error when $this is used in a static method or outside a class method (#528) (4f672c2)
v5.0.2
5.0.2 (2017-11-19)
Bug Fixes
- indexing: properly resolve self, static and parent keywords (#532) (80ef8ff)