File tree Expand file tree Collapse file tree 1 file changed +52
-10
lines changed Expand file tree Collapse file tree 1 file changed +52
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+
2
3
All notable changes to the "vscode-puppet" extension will be documented in this file.
3
4
4
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5
6
6
- ## [ Unreleased ]
7
- - Initial release
7
+ <!--
8
+ ## Unreleased
8
9
10
+ Add unreleased changes here
11
+ -->
9
12
10
- ## [ 0.0.1] - 2017-04-10
11
- ## Added
12
- - Initial release of the puppet extension.
13
+ ## 0.4.5 - 2017-06-27
14
+
15
+ ### Changed
16
+
17
+ - Updated badge link location in README
18
+
19
+ ## 0.4.2 - 2017-06-27
20
+
21
+ ### Changed
22
+
23
+ - Updated badge links to use proper extension id
24
+
25
+ ## 0.4.0 - 2017-06-27
26
+
27
+ ### Added
28
+
29
+ - A functional Language Server for the Puppet language
30
+ - Real time puppet lint
31
+ - Auto-complete and Hover support for many puppet language facets
32
+ - Auto-complete and Hover support for facts
33
+ - 'puppet resource' support
34
+ - Preview node graph support
35
+ - Extension can load a local Language Server if Puppet Agent is present on Windows, Mac and Linux
36
+ - Tested on older Puppet versions (4.7 LTS series)
37
+ - Added testing on Travis and Appveyor
38
+
39
+ ### Fixed
40
+
41
+ - Completion and Hover provider didn't load puppet modules
42
+ - Implemented textDocument/didClose notification
43
+ - Extension building is functional and automated in a gulpfile
44
+ - Fixed completion at file beginning on new lines and on keywords
45
+
46
+ ## 0.0.3 - 2017-05-08
47
+
48
+ ### Added
49
+
50
+ - Puppet Parser validate linter added
51
+
52
+ ## 0.0.2 - 2017-05-04
53
+
54
+ ### Added
13
55
14
- ## [ 0.0.2] - 2017-05-04
15
- ## Added
16
56
- Puppet Resource and Puppet Module commands.
17
57
18
- ## [ 0.0.3] - 2017-05-08
19
- ## Added
20
- - Puppet Parser validate linter added
58
+ ## 0.0.1 - 2017-04-10
59
+
60
+ ### Added
61
+
62
+ - Initial release of the puppet extension.
You can’t perform that action at this time.
0 commit comments