Skip to content

Releases: puppetlabs/puppet-editor-services

0.19.0

24 Mar 05:44
14a73f0
Compare
Choose a tag to compare

0.19.0 - 2019-03-24

Added

  • (GH-111) Add puppet-version command line argument

Fixed

  • (Commit) Use UTF8 for JSON files in the Language Server Sidecar
  • (GH-113) Rescue errors when running Facter 2.x

Changed

  • (GH-110) Autogenerate Ruby Language Server Protocol files from Typescript

0.18.0

05 Feb 19:27
f32e306
Compare
Choose a tag to compare

0.18.0 - 2019-02-05

Added

  • (GH-24) Allow parsing of manifests in tasks mode

Fixed

  • (Commit) Fix validation of puppetfiles
  • (Commit) Fix parsing at beginning of a document

0.17.0

17 Dec 00:54
Compare
Choose a tag to compare

0.17.0 - 2018-12-14

Added

  • (GH-20) Add support for Control Repositories for intellisense e.g. hover, completion
  • (GH-88) Add a workspace symbol provider

Changed

  • (GH-35) Update Language Server command arguments to be like Sidecar

0.16.0

30 Nov 02:02
Compare
Choose a tag to compare

0.16.0 - 2018-11-30

Added

  • (GH-75) Add a node completion item snippet
  • (GH-68) Language Server should evaluate the locally edited workspace

Fixed

  • (GH-67) Make resource completion smarter
  • (GH-34) Autocomplete and hover should retrieve defined types and classes

0.15.1

31 Oct 02:21
e1b7363
Compare
Choose a tag to compare

0.15.1 - 2018-10-30

Fixed

  • (GH-66) Go to defintion does not work with paths with leading slash

0.15.0

17 Oct 04:26
Compare
Choose a tag to compare

0.15.0 - 2018-08-18

Added

  • (GH-56) Add DocumentSymbol Support
  • (GH-40) Add Sidecar process for the Language Server

Fixed

  • (GH-54) Support Puppet 6 in the Language Server
  • (GH-51) Fixed handling of errors during class loading

0.14.0

17 Aug 06:01
0bbd4bd
Compare
Choose a tag to compare

0.14.0 - 2018-08-17

Fixed

  • (GH-49) Prevent an infinite loop when using stdio

0.13.0

24 Jul 02:22
Compare
Choose a tag to compare

0.13.0 - 2018-07-21

Changed

  • (GH-36) Use automatic port assignment as default

Fixed

  • (GH-31) Use canonical names for line based breakpoints
  • (GH-46) Detect Puppet Environment correctly
  • Minor fixes for rubocop

0.12.0

01 Jun 02:06
Compare
Choose a tag to compare

0.12.0 - 2018-06-01

Added

  • (GH-28) Added basic Puppetfile validation

Changed

  • (GH-22) Refactored language server files to have consistent names

Fixed

  • (GH-26) .puppet-lint.rc was ignored in Control Repos
  • (GH-14) Ignore environmentpath puppet setting if it does not exist
  • (GH-10) Disabled the file cache if temp directory doesn't exist

0.11.0

26 Apr 06:32
Compare
Choose a tag to compare

0.11.0 - 2018-04-26

  • (GH-11) Refactor the transport layers to loosen object coupling
  • (GH-11) Fix STDIO server
  • Stop bad logfile destinations from crashing the language and debug servers
  • Add a packaging process
  • Rename PuppetVSCode namespace to editor services
  • Move the Editor Services out of the VS Code extension into a separate project