Skip to content

Releases: felixfbecker/php-language-server

v5.3.4

09 Jan 10:14
Compare
Choose a tag to compare

5.3.4 (2018-01-09)

Bug Fixes

v5.3.3

31 Dec 07:00
20960a8
Compare
Choose a tag to compare

5.3.3 (2017-12-31)

Bug Fixes

  • DefinitionResolver: find variables in sibling children (#568) (20960a8), closes #566

v5.3.2

25 Dec 02:06
Compare
Choose a tag to compare

5.3.2 (2017-12-25)

Bug Fixes

  • DefinitionResolver: don't crash if foreach key isn't a variable (#564) (1cfba8b)

v5.3.1

24 Dec 10:13
Compare
Choose a tag to compare

5.3.1 (2017-12-24)

Bug Fixes

  • DefinitionResolver: fix crash on unknown foreach type (#562) (425b239)

v5.3.0

23 Dec 22:13
Compare
Choose a tag to compare

5.3.0 (2017-12-23)

Bug Fixes

  • DefinitionResolver: fix methods with self return type (#550) (63da051)

Features

v5.2.0

10 Dec 05:21
Compare
Choose a tag to compare

5.2.0 (2017-12-10)

Features

v5.1.2

04 Dec 00:40
Compare
Choose a tag to compare

5.1.2 (2017-12-04)

Bug Fixes

  • diagnostics: handle null case (09477b7)

v5.1.1

03 Dec 21:58
Compare
Choose a tag to compare

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

19 Nov 01:52
Compare
Choose a tag to compare

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

19 Nov 01:10
80ef8ff
Compare
Choose a tag to compare

5.0.2 (2017-11-19)

Bug Fixes

  • indexing: properly resolve self, static and parent keywords (#532) (80ef8ff)