Skip to content

Latest commit

 

History

History
104 lines (79 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

104 lines (79 loc) · 3.21 KB

Roadmap

  • Generate gulpfile.js from compilerconfig.json (#34)
  • Preview window (#6)
  • File globbing pattern support (#49)
  • Show yellow InfoBar when initializing
  • Default settings for source maps (#120)
  • Use new VS2015 Error List API
  • MSBuild: Changed build ordering (#124)
  • Compile only when files have changed (#121)
  • Fixed loss of compile on save (#125)
  • LESS: Support for less-plugin-csscomb (#126)
  • LESS: Warning no longer stops compilation (#127)
  • Initializing automatically in the background

Features that have a checkmark are complete and available for download in the nightly build.

Changelog

These are the changes to each version that has been released on the official Visual Studio extension gallery.

1.6

2015-10-06

  • Add minification default settings
  • Support for the old Sass syntax and .sass files
  • New icon for Delete all output files
  • Re-compile when defaults file is saved
  • Creates output directory if it doesn't exist

1.5

2015-09-29

  • Delete all output files context menu command
  • Adjust relative CSS URLs (#104)
  • Re-compile support for multiple config files (#99)
  • MSBuild task now supports conditions
  • MSBuild task now uses BuildDependsOn (#73, #89)
  • AutoPrefixer support in the LESS compiler (#35)
  • LESS: Added --no-ie-compat compiler switch (#111)
  • Sass: Adjusted SourceMap relative paths (#108)
  • Moved context menu into its own sub menu

1.4

2015-09-22

  • Show compiler warnings as warnings in Error List (#80)
  • Universal Windows Apps support (#46, #84)
  • Better logic for (re-)building the node.js modules (#98)
  • ES6 and JSX compiler using Babel
  • Better minification default options
  • Don't check out files that didn't change (#101)
  • SaveAll no longer produces an error (#97)

1.3

2015-08-24

  • MSBuild targets Compile instead of Build (#73)
  • Task Runner Explorer integration
  • Command line support
  • Optimize compilation of newly added configs (#72)
  • Use node-sass to compile Sass files (#74)
  • Source Maps support for Sass compiler
  • LESS: Adjust relative paths in @import files by default
  • Project wide global compiler options (#69)

1.2

2015-08-07

  • Shortcut to easily setup compilation of single files
  • LESS: Added StrictUnits and RootPath compiler support
  • LESS: Added relative URL compiler support (#63)
  • Use the official CoffeeScript compiler (#68)
  • Enable source maps for Iced CoffeeScript
  • Compile up the LESS @import chain (#67)

1.1

2015-08-03

  • Support paths with spaces (#63)
  • Added "Compile All" button (#61)
  • Support for Iced CoffeeScript

1.0

2015-07-20

  • Compilation of LESS, Scss and (Iced)CoffeeScript files
  • Saving a source file triggers re-compilation automatically
  • Specify compiler options for each individual file
  • Error List integration
  • MSBuild support for CI scenarios
  • Minify the compiled output
  • Minification options for each language is customizable
  • Shows a watermark when opening a generated file