Skip to content

Latest commit

 

History

History
156 lines (112 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

156 lines (112 loc) · 4.22 KB

Roadmap

  • ASP.NET Core TagHelper support
  • Create additional source map for the bundle files
  • Adopt new VS Error List API

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

2.4

  • .csproj based ASP.NET Core apps support bundle-on-build
  • BuildBundlerMinifier NuGet package made x-plat

2.3

  • Updated NuGet package to support .NET Core vNext
  • Added support to preserve Knockout containerless bindings and (0, eval) JavaScript expressions (#135 & #63)
  • Added "KeepOneSpaceWhenCollapsing" to HTML options (#199)
  • Fixed Linux path issues
  • Always install latest version of NuGet package

2.2

2016-08-08

  • Various bug fixes
  • Support for VS "15"

2.1

2016-06-27

  • Option to suppress output
  • Option to disable Task Runner Explorer integration
  • Command to convert Gulp
  • Only check files out of source control that has changes

2.0

2016-06-16

  • Breaking changes to HTML minification settings
  • .NET Core compatible CLI engine
  • Brand new CLI story
  • JSON schema moved to SchemaStore.org
  • Support for VS15
  • New button to re-bundle all bundles
  • New button to delete all output files
  • Clean command added to Task Runner Explorer
  • watch command available in CLI
  • Support for outputFileNames containing .min.<ext>
  • New wiki content available
  • CLI tested on Mac and Linux
  • Takes dependency on ASP.NET and Web Tools
  • New context menu icons
  • New up-to-date screenshots on readme
  • Move all strings to .resx files in VSIX project
  • Removed options page
  • Restart CLI watcher when bundleconfig.json changes
  • Show warning on missing input files
  • Better error messages in CLI

1.9

2016-05-10

  • Use FileSystemWatcher (#105)
  • Make compatible with Web Compiler (#114)
  • Support for locked files on "Clean" (#104)
  • Added "PreserveCase" to HTML options

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