Skip to content

Latest commit

 

History

History
91 lines (63 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

91 lines (63 loc) · 2.33 KB

Roadmap

  • Use FileSystemWatcher (#28)

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.8

2016-02-05

  • Fixed issue with dynamic .js source files (#99)
  • Compiled VSIX for .NET 4.6

1.7

2016-01-19

  • Option to disable bundling on config change (#97)

1.6

2016-01-05

  • Add WhitespaceMinificationMode option (#90)
  • No duplicate entries on re-minify (#94)
  • Available as a Chocolatey package
  • Optimized images/icons

1.5

2015-10-16

  • MSBuild task now uses BuildDependsOn
  • MSBuild: Clean task added
  • No longer minifies unchanged files
  • Don't check unchanged output out of source control (#73)

1.4

2015-09-23

  • Task Runner Explorer integration
  • Command line support
  • Don't check out files with no changes
  • Re-minify support for multiple config files (#49)
  • MSBuild task now supports conditions

1.3

2015-09-13

  • Universal Windows Apps support
  • Globbing pattern support (#46)
  • Added ignore file pattern (#54)
    • InputFiles starting with ! is ignored
  • Support for files with spaces in the path (#55)
  • Better minification default options

1.2

2015-08-30

  • All minified files listed in bundleconfig.json
    • You need to re-enable all minified files
  • Re-minify all bundles in solution (#27)
  • Improve encoding of min files (#33)
  • Remove default settings from generated bundles
  • Support recursive folder lookup (#36)
  • Option for disabling renaming of locals (#32)
    • renameLocals option added to minify object
  • Adjust relative CSS url() paths (#34)
    • adjustRelativePaths option added to minify object

1.1

2015-08-24

  • Bundles CSS, JavaScript or HTML files into a single output file
  • Saving a source file triggers re-bundling automatically
  • MSBuild support for CI scenarios supported
  • Minify individual or bundled CSS, JavaScript and HTML files
  • Minification options for each language is customizable
  • Shows a watermark when opening a generated file
  • Shortcut to update all bundles in solution