Skip to content

Commit

Permalink
v1.8
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Oct 26, 2015
1 parent 9c3497c commit 2ec00f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
- [ ] Preview window (#6)
- [ ] File globbing pattern support (#49)
- [ ] Run compilers from a node server
- [x] Default settings for source maps (#120)
- [x] Support for Stylus compilation
- [x] Sass: Added _sourceMapRoot_ option (#141)
- [x] LESS: Added _sourceMapRoot_ and _sourceMapBasePath_ options
- [x] Fixed: Support for Sass' _include-path_ (#137)
- [x] Fixed: CSS minification stripped selector spaces (#138)

Features that have a checkmark are complete and available for
download in the
Expand All @@ -20,6 +14,17 @@ download in the
These are the changes to each version that has been released
on the official Visual Studio extension gallery.

## 1.8

**2015-10-26**

- [x] Default settings for source maps (#120)
- [x] Support for Stylus compilation (.styl files)
- [x] Sass: Added _sourceMapRoot_ option (#141)
- [x] LESS: Added _sourceMapRoot_ and _sourceMapBasePath_ options
- [x] Fixed: Support for Sass' _include-path_ (#137)
- [x] Fixed: CSS minification stripped selector spaces (#138)

## 1.7

**2015-10-16**
Expand Down
2 changes: 1 addition & 1 deletion src/WebCompilerVsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="148ffa77-d70a-407f-892b-9ee542346862" Version="1.7" Language="en-US" Publisher="Mads Kristensen" />
<Identity Id="148ffa77-d70a-407f-892b-9ee542346862" Version="1.8" Language="en-US" Publisher="Mads Kristensen" />
<DisplayName>Web Compiler</DisplayName>
<Description xml:space="preserve">The easiest and most powerful way to compile LESS, Scss,, Stylus, JSX and CoffeeScript files directly within Visual Studio or through MSBuild.</Description>
<License>Resources\LICENSE</License>
Expand Down

0 comments on commit 2ec00f8

Please sign in to comment.