1
- # Change Log
1
+ # Changelog
2
2
3
- All notable changes to the "CSS Nesting Syntax Highlighting" extension will be documented in this file.
3
+ All notable changes to this project will be documented in this file.
4
4
5
- ## v0.1.1
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
7
7
- _ 2024-08-25 _
8
+ ## [ 0.2.0 ] - 2025-01-06
8
9
9
- ### Modified
10
+ ### Added
10
11
11
- - Updated ` README.md ` with Table of Contents and better organization .
12
+ - Added nesting syntax highlighting for body of ` @support ` rule .
12
13
13
- ## v0.1.0
14
+ ### Changed
14
15
15
- _ 2024-03-15 _
16
+ - Updated CHANGELOG.md to follow formatting set by [ Keep a Changelog ] ( https://keepachangelog.com/en/1.1.0/ ) .
16
17
17
- ### Modified
18
+ ## [ 0.1.1 ] - 2024-08-25
18
19
19
- - Changed ` package.json ` vscode engine to v1.84.0 and above to allow users on older versions to use the extension.
20
+ ### Changed
21
+
22
+ - Updated ` README.md ` with Table of Contents and better organization.
23
+
24
+ ## [ 0.1.0] - 2024-03-15
20
25
21
- ## v0.0.9
26
+ ### Changed
27
+
28
+ - Changed ` package.json ` vscode engine to v1.84.0 and above to allow users on older versions to use the extension.
22
29
23
- _ 2024- 02-24 _
30
+ ## [ 0.0.9 ] - 2024- 02-24
24
31
25
32
### Added
26
33
@@ -42,9 +49,7 @@ _2024-02-24_
42
49
}
43
50
```
44
51
45
- ## v0.0.8
46
-
47
- _ 2024-02-22_
52
+ ## [ 0.0.8] - 2024-02-22
48
53
49
54
### Added
50
55
@@ -57,17 +62,13 @@ _2024-02-22_
57
62
}
58
63
```
59
64
60
- ## v0.0.7
61
-
62
- _ 2024-02-22_
65
+ ## [ 0.0.7] - 2024-02-22
63
66
64
- ### Modified
67
+ ### Changed
65
68
66
69
- Revert package.json language keyword to lowercase as extension doesn't work if it is uppercase.
67
70
68
- ## v0.0.6
69
-
70
- _ 2024-02-22_
71
+ ## [ 0.0.6] - 2024-02-22
71
72
72
73
### Added
73
74
@@ -83,25 +84,19 @@ _2024-02-22_
83
84
@media only screen and (max-width : calc( var(--size) * 1rem)) {}
84
85
```
85
86
86
- ## v0.0.5
87
-
88
- _ 2024-02-21_
87
+ ## [ 0.0.5] - 2024-02-21
89
88
90
89
### Added
91
90
92
91
- Added note to reload VSCode after installing this extension.
93
92
94
- ## v0 .0.4
93
+ ## [ 0 .0.4] - 2024-02-19
95
94
96
- _ 2024-02-19_
97
-
98
- ### Modified
95
+ ### Changed
99
96
100
97
- Added border to logo image for contrast on dark backgrounds.
101
98
102
- ## v0.0.3
103
-
104
- _ 2024-02-19_
99
+ ## [ 0.0.3] - 2024-02-19
105
100
106
101
### Added
107
102
@@ -113,27 +108,23 @@ _2024-02-19_
113
108
- Added extension's logo image.
114
109
- Added ` .prettierrc ` file for formatting json with tabs.
115
110
116
- ### Modified
111
+ ### Changed
117
112
118
113
- Updated demo CSS.
119
114
- Updated other CSS for review and testing.
120
115
121
116
### Removed
122
117
123
- - Remove ` & ` from invalid punctuation so it can be used as a CSS nesting selector.
118
+ - Removed ` & ` from invalid punctuation so it can be used as a CSS nesting selector.
124
119
- Removed ` language-configuration.json ` and package.json's language contribution block pointing to it.
125
120
126
- ## v0.0.2
127
-
128
- _ 2024-02-17_
121
+ ## [ 0.0.2] - 2024-02-17
129
122
130
123
### Added
131
124
132
125
- Added demo CSS files for testing and review.
133
126
134
- ## v0.0.1
135
-
136
- _ 2024-02-16_
127
+ ## [ 0.0.1] - 2024-02-16
137
128
138
129
### Added
139
130
0 commit comments