| 
									
										
										
										
											2023-07-28 07:25:53 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2024-01-04 15:13:01 +00:00
										 |  |  | Mon Dec 25 03:08:48 UTC 2023 - Tina Müller <timueller+perl@suse.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2.6.2 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes.pod | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2023-07-28 07:25:53 +00:00
										 |  |  | Thu Jul 27 03:07:04 UTC 2023 - Tina Müller <timueller+perl@suse.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2.6.1 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes.pod | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-13 07:35:40 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Jun 12 16:41:52 UTC 2023 - Tina Müller <tina.mueller@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Update dos2unix call (README -> README.pod) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Feb  6 03:09:21 UTC 2023 - Tina Müller <timueller+perl@suse.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2.5.0 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes.pod | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-25 12:20:04 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2021-09-27 16:00:18 +00:00
										 |  |  | Mon Sep 27 03:06:40 UTC 2021 - Tina Müller <timueller+perl@suse.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2.3.0 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   2.3.0   26.09.2021 | 
					
						
							|  |  |  |           - Arguments section in Variable lists now @ARGV and @_ during debugging (#105) | 
					
						
							|  |  |  |           - @_ is now correctly evaluated inside of debugger console | 
					
						
							|  |  |  |           - $#foo is now correctly evaluated inside of debugger console | 
					
						
							|  |  |  |           - Default debug configuration is now automatically provided without | 
					
						
							|  |  |  |             the need to create a launch.json first (#103) | 
					
						
							|  |  |  |           - Add Option cacheDir to specify location of cache dir (#113) | 
					
						
							|  |  |  |           - Fix: Debugger outputted invalid thread reference causes "no such coroutine" message, | 
					
						
							|  |  |  |             so watchs and code from the debug console is not expanded properly | 
					
						
							|  |  |  |           - Fix: LanguageServer hangs when multiple request send at once from VSCode to LanguageServer | 
					
						
							|  |  |  |           - Fix: cwd parameter for debugger in launch.json had no effect (#99) | 
					
						
							|  |  |  |           - Fix: Correctly handle paths with drive letters on windows | 
					
						
							|  |  |  |           - Fix: sshArgs parameter was not declared as array (#109) | 
					
						
							|  |  |  |           - Disable syntax check on windows, because it blocks the whole process when running on windows, | 
					
						
							|  |  |  |             until handling of childs processes is fixed | 
					
						
							|  |  |  |           - Fixed spelling (#86,#96,#101) [chrstphrchvz,davorg,aluaces] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2021-02-25 12:20:04 +00:00
										 |  |  | Mon Feb 22 03:08:24 UTC 2021 - Tina Müller <timueller+perl@suse.de> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - updated to 2.2.0 | 
					
						
							|  |  |  |    see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   2.2.0   21.02.2021 | 
					
						
							|  |  |  |           - Parser now supports Moose method modifieres before, after and around, | 
					
						
							|  |  |  |             so they can be used in symbol view and within reference search | 
					
						
							|  |  |  |           - Support Format Document and Format Selection via perltidy | 
					
						
							|  |  |  |           - Add logFile config option | 
					
						
							|  |  |  |           - Add perlArgs config option to pass options to Perl interpreter. Add some documentation for config options. | 
					
						
							|  |  |  |           - Add disableCache config option to make LanguageServer usable with readonly directories. | 
					
						
							|  |  |  |           - updated dependencies package.json & package-lock.json | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           - Fix deep recursion in SymbolView/Parser which was caused by function prototypes. | 
					
						
							|  |  |  |             Solves also #65 | 
					
						
							|  |  |  |           - Fix duplicate req id's that caused cleanup of still | 
					
						
							|  |  |  |             running threads which in turn caused the LanguageServer to hang | 
					
						
							|  |  |  |           - Prevent dereferencing an undefined value (#63) [Heiko Jansen] | 
					
						
							|  |  |  |           - Fix datatype of cwd config options (#47) | 
					
						
							|  |  |  |           - Use perlInc setting also for LanguageServer itself (based ony pull request #54 from ALANVF) | 
					
						
							|  |  |  |           - Catch Exceptions during display of variables inside debugger | 
					
						
							|  |  |  |           - Fix detecting duplicate LanguageServer processes | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           - Fix spelling in documentation (#56) [Christopher Chavez] | 
					
						
							|  |  |  |           - Remove notice about Compiler::Lexer 0.22 bugs (#55) [Christopher Chavez] | 
					
						
							|  |  |  |           - README: Typo and grammar fixes. Add Carton lib path instructions. (#40) [szTheory] | 
					
						
							|  |  |  |           - README: Markdown code block formatting (#42) [szTheory] | 
					
						
							|  |  |  |           - Makefile.PL: add META_MERGE with GitHub info (#32) [Christopher Chavez] | 
					
						
							|  |  |  |           - search.cpan.org retired, replace with metacpan.org (#31) [Christopher Chavez] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-11-16 15:16:36 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Nov 13 13:00:26 UTC 2020 - Dan Čermák <dcermak@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - initial package 2.1.0 | 
					
						
							|  |  |  |  * created by cpanspec 1.79.01 |