Skip to content

Releases: TwentyFourMinutes/RazorMinifier

v2.2.2

27 May 14:40
a6ad578
Compare
Choose a tag to compare

Patch

Bug Fixes

  • Fixed a bug which would cause RazorMinifier to reverse the output of razor headers, Thanks @jerome-raffalli for reporting #5.

You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

v2.2.1

21 Nov 12:34
b3fb55e
Compare
Choose a tag to compare

Patch

Bug Fixes

  • Fixed a bug which would cause to insert line breaks at invalid places, Thanks @anghelvalentin for reporting #3.

You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

v2.2.0

22 Jul 18:55
a325271
Compare
Choose a tag to compare

Patch

Change log

  • Changed setting to keep all style tags

You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

v2.1.0

22 Jul 15:34
7222fb3
Compare
Choose a tag to compare

Minor update

Change log

  • Added js minifier
  • Added option for css inlining through PreMailer.Net

You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

v2.0.1

24 Mar 22:46
5ea9b78
Compare
Choose a tag to compare

Patch

Change log

  • Fixed a bug which would cause deletion of text between comment blocks

You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

v2.0.0

24 Mar 13:40
988196d
Compare
Choose a tag to compare

Major update

Change log

  • Rewrote whole extension to use DulcisX
  • Added automatic search for config in whole solution
  • InfoBar messages which indicate all sorts of useful information

You can download it from the Visual Studio Extension Manager or from the Visual Studio Marketplace.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

Major bug fix

17 Dec 13:57
699e71a
Compare
Choose a tag to compare
Major bug fix Pre-release
Pre-release

Version 1.5

This is just a smaller patch, which fixes a major bug:

Fixed

  • RazorMinifier will now clear line-breaks again.

If you want to always stay up to date, make sure to install the extension from the Visual Studio Extension Manager.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

Small bug fix

17 Dec 13:02
699e71a
Compare
Choose a tag to compare
Small bug fix Pre-release
Pre-release

Version 1.4

This is just a smaller patch, which fixes a minor bug:

Fixed

  • RazorMinifier will no longer remove white-spaces after the first character in the line.
    Thanks to WileyChia for reporting the issue #2.

If you want to always stay up to date, make sure to install the extension from the Visual Studio Extension Manager.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

Small bug fixes and additions

16 Dec 21:37
fcf2b86
Compare
Choose a tag to compare
Pre-release

Version 1.3

This is just a smaller patch, which fixes some minor bugs and adds a small feature:

Fixed

  • <!-- -->, /* */ will now work over multiple lines as intended

Added

  • @* *@ Razor comments will also now be removed

If you want to always stay up to date, make sure to install the extension from the Visual Studio Extension Manager.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.

Small bug fixes

27 Oct 19:40
37cb76c
Compare
Choose a tag to compare
Small bug fixes Pre-release
Pre-release

Version 1.2

This is just a smaller patch, which fixes some minor bugs:

  • @section now starts in a new line
  • @functions now starts in a new line

If you want to always stay up to date, make sure to install the extension from the Visual Studio Extension Manager.

If you are experiencing any issues or unexpected behavior, feel free to create an issue and let me know.