Skip to content

Releases: benmccallum/AspNetBundling

2.2.0

17 May 10:13
Compare
Choose a tag to compare

Better use of Trace writing to help devs debug any issues arising in the bundling process. Thanks to @brad-lucas for this contribution.

2.1.0

20 Dec 01:06
Compare
Choose a tag to compare

Added support for passing down two extra configurations to the ScriptWithSourceMapBundleBuilder.

  • preserveImportantComments - now true by default, but can be passed false if needed.
  • minifyCode - true by default, but can be passed false if preservation of things like variable names are required (e.g. Angular).

2.0.3

15 Dec 11:03
Compare
Choose a tag to compare

Fix for handling scenarios where web app is hosted under virtual directories.

2.0.2

27 Jul 14:13
Compare
Choose a tag to compare

Minor bug fix for data-uri handling.

2.0.1

08 Jun 08:31
Compare
Choose a tag to compare
Support the debugger by working around a bug in AjaxMin that hangs wh…

…en debugger is attached. Issue#7 in GH. Make it clear this is the case with some messaging in the JS bundles and map files.

2.0.0

15 Mar 06:21
Compare
Choose a tag to compare
  • General cleanup of solution.
  • Renamed AjaxMinBundle to ScriptWithSourceMapBundle after removing stylesheet/CSS support given it's not supported by the minifier.
  • Added better support for bundles that could have IItemTransforms in them.
  • Added a TestWebsite project to aid in testing and debugging.
  • Updated the sourceMappingURL comment to adhere to the latest source mapping specification recommendation (//# instead of //@).

1.0.0

15 Mar 06:22
Compare
Choose a tag to compare

Initial release of the library, available on NuGet.