Skip to content

Commit 00abc10

Browse files
v1.2
1 parent 173844b commit 00abc10

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Roadmap
22

3-
- [x] Shortcut to easily setup compilation of single files
4-
- [x] LESS: Added StrictUnits and RootPath compiler support
5-
- [x] LESS: Added relative URL compiler support (#63)
6-
- [x] Use the official CoffeeScript compiler (#68)
7-
- [x] Enable source maps for Iced CoffeeScript
8-
- [x] Compile up the LESS @import chain (#67)
93
- [ ] Generate gulpfile.js from compilerconfig.json (#34)
104
- [ ] Preview window (#6)
115
- [ ] File globbing pattern support (#49)
6+
- [ ] Task Runner Explorer integration
7+
- [ ] Optimize compilatoin of newly added configs (#72)
128

139
Features that have a checkmark are complete and available for
1410
download in the
@@ -19,6 +15,17 @@ download in the
1915
These are the changes to each version that has been released
2016
on the official Visual Studio extension gallery.
2117

18+
## 1.2
19+
20+
**2015-08-07**
21+
22+
- [x] Shortcut to easily setup compilation of single files
23+
- [x] LESS: Added StrictUnits and RootPath compiler support
24+
- [x] LESS: Added relative URL compiler support (#63)
25+
- [x] Use the official CoffeeScript compiler (#68)
26+
- [x] Enable source maps for Iced CoffeeScript
27+
- [x] Compile up the LESS @import chain (#67)
28+
2229
## 1.1
2330

2431
**2015-08-03**

src/WebCompilerVsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="148ffa77-d70a-407f-892b-9ee542346862" Version="1.1" Language="en-US" Publisher="Mads Kristensen" />
4+
<Identity Id="148ffa77-d70a-407f-892b-9ee542346862" Version="1.2" Language="en-US" Publisher="Mads Kristensen" />
55
<DisplayName>Web Compiler</DisplayName>
66
<Description xml:space="preserve">The easiest and most powerful way to compile LESS, Scss and CoffeeScript files directly within Visual Studio or through MSBuild.</Description>
77
<License>Resources\LICENSE</License>

0 commit comments

Comments
 (0)